Template:Building: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
simplify params |
||
Line 1: | Line 1: | ||
<includeonly>{| border=0 cellpadding=0 cellspacing=0 valign=middle style="background-color:#{{purple 3}}; border:1px solid; border-color:rgba(0,0,0,0); float:{{{float|right}}}; margin: 0 0 8px 8px;" | <includeonly>{| border=0 cellpadding=0 cellspacing=0 valign=middle style="background-color:#{{purple 3}}; border:1px solid; border-color:rgba(0,0,0,0); float:{{{float|right}}}; margin: 0 0 8px 8px;" | ||
|- style="height: 25px;" | |- style="height: 25px;" | ||
! style="background-color:#{{purple 1}}A0!important; color:white; width: 200px;" | {{{name|{{{ | ! style="background-color:#{{purple 1}}A0!important; color:white; width: 200px;" | {{{name|{{{PAGENAME}}}}}} | ||
|- | |- | ||
| style="text-align:center;"|{{{ | | style="text-align:center;"|{{{image|}}} | ||
|- {{#switch: {{{pre|}}}| = style="display: none;" | }} | |- {{#switch: {{{pre|}}}| = style="display: none;" | }} | ||
! style="background-color:#{{purple 2}}; color:white;" | Prerequisite: | ! style="background-color:#{{purple 2}}; color:white;" | Prerequisite: | ||
Line 23: | Line 23: | ||
{| style="background: transparent;" | {| style="background: transparent;" | ||
| <pre>{{Building | | <pre>{{Building | ||
| name = | |||
| image = | |||
| pre = | | pre = | ||
| wood = | | wood = | ||
Line 37: | Line 39: | ||
== Examples == | == Examples == | ||
{{Building | {{Building | ||
| | | name = Library | ||
| pre | | pre = [[Mage Guild]] | ||
| wood | | wood = 5 {{W}} | ||
| mercury | | mercury = 5 {{M}} | ||
| ore | | ore = 5 {{O}} | ||
| sulfur | | sulfur = 5 {{S}} | ||
| crystal | | crystal = 5 {{C}} | ||
| gem | | gem = 5 {{Gem}} | ||
| gold | | gold = 1500 {{G}} | ||
| effect | | effect = The library provides additional spells for mage guild. | ||
| | | image = [[File:Tower Library.gif]] | ||
}} | }} | ||
{{Building | {{Building | ||
| | | name = Freelancer's Guild | ||
| pre | | pre = [[Marketplace]] | ||
| gold | | gold = 1000 {{G}} | ||
| effect | | effect = Allows a visiting hero to sell creatures for resources | ||
| | | image = [[File:Stronghold freelancer's guild (outline).gif|200px]] | ||
}} | }} | ||
[[Category: Building templates|{{PAGENAME}}]]</noinclude> | [[Category: Building templates|{{PAGENAME}}]]</noinclude> |
Revision as of 15:39, 21 March 2025
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 | name = | image = | pre = | wood = | mercury = | ore = | sulfur = | crystal = | gem = | gold = | effect = }} |
Examples
Library |
---|
![]() |
Prerequisite: |
Mage Guild |
Cost: |
5 ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Effect: |
The library provides additional spells for mage guild. |
Freelancer's Guild |
---|
![]() |
Prerequisite: |
Marketplace |
Cost: |
1000 ![]() |
Effect: |
Allows a visiting hero to sell creatures for resources |