Template:Forge Object Reach: Difference between revisions
From Halopedia, the Halo wiki
(can't see changes without saving unfortunately) |
No edit summary |
||
Line 5: | Line 5: | ||
<tr style="background:#FFF"> | <tr style="background:#FFF"> | ||
<th style="background:#FFF;border:.08em solid #666;border-left-width:0"></th> | <th style="background:#FFF;border:.08em solid #666;border-left-width:0"></th> | ||
<th style="border:.08em solid #666;min-width: | <th style="border:.08em solid #666;min-width:81px;max-width:81px">Anchor 9</th> | ||
<th style="border:.08em solid #666;min-width: | <th style="border:.08em solid #666;min-width:81px;max-width:81px">Boardwalk</th> | ||
<th style="border:.08em solid #666;min-width: | <th style="border:.08em solid #666;min-width:81px;max-width:81px">Boneyard</th> | ||
<th style="border:.08em solid #666;min-width: | <th style="border:.08em solid #666;min-width:81px;max-width:81px">Breakpoint</th> | ||
<th style="border:.08em solid #666;min-width: | <th style="border:.08em solid #666;min-width:81px;max-width:81px">Countdown</th> | ||
<th style="border:.08em solid #666;min-width: | <th style="border:.08em solid #666;min-width:81px;max-width:81px">Forge World</th> | ||
<th style="border:.08em solid #666;min-width: | <th style="border:.08em solid #666;min-width:81px;max-width:81px">Powerhouse</th> | ||
<th style="border:.08em solid #666;min-width: | <th style="border:.08em solid #666;min-width:81px;border-right-width:0;max-width:81px">Reflection</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 38: | Line 38: | ||
<tr style="background:#FFF"> | <tr style="background:#FFF"> | ||
<th style="background:#FFF;border:.08em solid #666;border-left-width:0"></th> | <th style="background:#FFF;border:.08em solid #666;border-left-width:0"></th> | ||
<th style="border:.08em solid #666;min-width: | <th style="border:.08em solid #666;min-width:81px;max-width:81px">Spire</th> | ||
<th style="border:.08em solid #666;min-width: | <th style="border:.08em solid #666;min-width:81px;max-width:81px">Sword Base</th> | ||
<th style="border:.08em solid #666;min-width: | <th style="border:.08em solid #666;min-width:81px;max-width:81px">Tempest</th> | ||
<th style="border:.08em solid #666;min-width: | <th style="border:.08em solid #666;min-width:81px;max-width:81px">Zealot</th> | ||
<th style="border:.08em solid #666;-moz-border-radius-bottomright:1em;border-right-width:0;" colSpan="4" rowSpan="3"/> <!-- account for irregular row size --> | <th style="border:.08em solid #666;-moz-border-radius-bottomright:1em;border-right-width:0;" colSpan="4" rowSpan="3"/> <!-- account for irregular row size --> | ||
</tr> | </tr> |
Revision as of 02:29, December 2, 2010
For the Forge Objects page.
-
{{{name}}}
{{{description}}}Anchor 9 Boardwalk Boneyard Breakpoint Countdown Forge World Powerhouse Reflection Cost ${{{Anchor9Cost}}} ${{{BoardwalkCost}}} ${{{BoneyardCost}}} ${{{BreakpointCost}}} ${{{CountdownCost}}} ${{{ForgeWorldCost}}} ${{{PowerhouseCost}}} ${{{ReflectionCost}}} Max {{{Anchor9Max}}} {{{BoardwalkMax}}} {{{BoneyardMax}}} {{{BreakpointMax}}} {{{CountdownMax}}} {{{ForgeWorldMax}}} {{{PowerhouseMax}}} {{{ReflectionMax}}} Spire Sword Base Tempest Zealot Cost ${{{SpireCost}}} ${{{SwordBaseCost}}} ${{{TempestCost}}} ${{{ZealotCost}}} Max {{{SpireMax}}} {{{SwordBaseMax}}} {{{TempestMax}}} {{{ZealotMax}}} {{{protip}}}
{{Template:Forge Object Reach |name={{{name}}} |description={{{description}}} |protip={{{protip}}} |Anchor9Cost={{{Anchor9Cost}}} |Anchor9Max={{{Anchor9Max}}} |BoardwalkCost={{{BoardwalkCost}}} |BoardwalkMax={{{BoardwalkMax}}} |BoneyardCost={{{BoneyardCost}}} |BoneyardMax={{{BoneyardMax}}} |BreakpointCost={{{BreakpointCost}}} |BreakpointMax={{{BreakpointMax}}} |CountdownCost={{{CountdownCost}}} |CountdownMax={{{CountdownMax}}} |ForgeWorldCost={{{ForgeWorldCost}}} |ForgeWorldMax={{{ForgeWorldMax}}} |PowerhouseCost={{{PowerhouseCost}}} |PowerhouseMax={{{PowerhouseMax}}} |ReflectionCost={{{ReflectionCost}}} |ReflectionMax={{{ReflectionMax}}} |SpireCost={{{SpireCost}}} |SpireMax={{{SpireMax}}} |SwordBaseCost={{{SwordBaseCost}}} |SwordBaseMax={{{SwordBaseMax}}} |TempestCost={{{TempestCost}}} |TempestMax={{{TempestMax}}} |ZealotCost={{{ZealotCost}}} |ZealotMax={{{ZealotMax}}} }}} }}
The name
variable should be the item's name as it shows up in-game: for example, "Column, Damaged Small" rather than "Damaged Small Column". If there is an article for the item, feel free to make the name
variable link to the article.
The default value for the Cost and Max variables is ?
. You can change the default values by specifying the DefaultCost
and DefaultMax
variables. When editing a Cost variable, do not prefix the value with "$" -- if a value is specified, it will automatically be prefixed with "$". If you don't know the cost or max, don't specify it, but leave the variable code in (|Anchor9Cost=
).
The default value of the protip
variable is Grey Cost/Max cells indicate that the item is not available on a specific map.
If an item cannot be placed on a particular map, set the appropriate Max variable to 0
. If DefaultMax
has been set to 0, then simply don't specify the Max variable for the map.
As you may notice with the preview above, if you type anything too long for the cost or max, the box will overflow and stretch the page, so please do take care to just use numbers.
And finally, put the template inside of an HTML UL tag. You can group these things by putting multiple boxes in a single UL, but each box MUST be inside a UL. (I tried to make it use semantic markup by making the template an LI (List Item) since it'll be used in an Unordered List of Forge objects. On reflection, I don't see why I went to the trouble -- MediaWiki's HTML is anything but semantic...)