Difference between revisions of "Template:Class health pack and overheal table"

From Team Fortress Wiki
Jump to: navigation, search
(Created page with "<includeonly>{| class="wikitable grid" ! class="header" | Class {{#ifeq:{{{1}}}|overheal| ! class="header" {{!}} {{Common string|health}} ! class="header" {{!}} {{Common strin...")
 
Line 545: Line 545:
 
{{Doc begin}}
 
{{Doc begin}}
 
Parameter 1 can be set to <code>overheal</code> to switch from the health pack table to the overheal table.<br>
 
Parameter 1 can be set to <code>overheal</code> to switch from the health pack table to the overheal table.<br>
Formatting is done per-row, with the use of border-top:0 and border-bottom:0. These values are also passed into the /core template.<br>
+
Formatting is done per-row, with the use of border-top:0 and border-bottom:0. These values are also passed into the [[/core|core template]].<br>
Some exceptions (Shortstop, Back Scratcher, Dalokohs Bar, Conniver's Kunai) had to be hard-coded into the /core template. <br>
+
Some exceptions (Shortstop, Back Scratcher, Dalokohs Bar, Conniver's Kunai) had to be hard-coded into the core template. <br>
 
Some rows are only relevant to overheal or only relevant to health packs. These rows are wrapped in <nowiki>{{#ifeq:{{{1}}}|overheal|true|false}}</nowiki>.
 
Some rows are only relevant to overheal or only relevant to health packs. These rows are wrapped in <nowiki>{{#ifeq:{{{1}}}|overheal|true|false}}</nowiki>.
 
</noinclude>
 
</noinclude>

Revision as of 18:28, 3 February 2015

Documentation for Class health pack and overheal table

Parameter 1 can be set to overheal to switch from the health pack table to the overheal table.
Formatting is done per-row, with the use of border-top:0 and border-bottom:0. These values are also passed into the core template.
Some exceptions (Shortstop, Back Scratcher, Dalokohs Bar, Conniver's Kunai) had to be hard-coded into the core template.
Some rows are only relevant to overheal or only relevant to health packs. These rows are wrapped in {{#ifeq:{{{1}}}|overheal|true|false}}.