Template:Common building: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 27: Line 27:
| colspan=8 style="width: 150px;" | {{{effect|}}}
| colspan=8 style="width: 150px;" | {{{effect|}}}
|}<noinclude>
|}<noinclude>
== How to use ==
Copy the code at the beginning of building article, and fill in the missing information. Notice, that the factors below are case sensitive meaning, that "Ore" is not the same as "ore".
{| style="background: transparent;"
| <pre>{{Building
| pre_1  =
| wood    =
| mercury =
| ore    =
| sulfur  =
| crystal =
| gem    =
| effect  =
}}</pre>
|}
You can add more "pre rows" as parameters if the building needs more than one. If the building does not require certain resource, you have to add "no_" in front of the parameter and leave it empty. For example
{| style="background: transparent;"
| <pre>
| no_sulfur  =</pre>
|}


[[Category: Templates|{{PAGENAME}}]]</noinclude>
[[Category: Templates|{{PAGENAME}}]]</noinclude>

Revision as of 19:42, 19 March 2014

Common building
Prerequisite:
Cost:
{{{wood}}}Wood {{{mercury}}}Mercury {{{ore}}}Ore {{{sulfur}}}Sulfur {{{crystal}}}Crystal {{{gem}}}Gem {{{gold}}}Gold
Effect:

How to use

Copy the code at the beginning of building article, and fill in the missing information. Notice, that the factors below are case sensitive meaning, that "Ore" is not the same as "ore".

{{Building
 | pre_1   = 
 | wood    = 
 | mercury = 
 | ore     = 
 | sulfur  =
 | crystal =
 | gem     =
 | effect  = 
}}

You can add more "pre rows" as parameters if the building needs more than one. If the building does not require certain resource, you have to add "no_" in front of the parameter and leave it empty. For example

 | no_sulfur  =