Template:Building: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{| | <includeonly>{| cellspacing=0 valign=middle style="background-color:#{{purple 3}}; float:{{{float|right}}}; margin-left:12px;" | ||
|- style="height: 25px;" | |- style="height: 25px;" | ||
! style="background-color:#{{purple 1}}A0!important; color:white; width: 200px;" | {{{name|{{PAGENAME}}}}} | ! style="background-color:#{{purple 1}}A0!important; color:white; width: 200px;" | {{{name|{{PAGENAME}}}}} | ||
|- | |- | ||
| style="text-align:center;"|{{{image|[[File:{{{town}}} {{{name|{{PAGENAME}}}}}.gif]]}}} | | style="text-align:center;"|{{{image|[[File:{{{town}}} {{{name|{{PAGENAME}}}}}.gif]]}}} | ||
|- | |- | ||
! style="background-color:#{{purple 2}}; color:white;" | Prerequisite: | ! style="background-color:#{{purple 2}}; color:white;" | Prerequisite: | ||
|- | |- | ||
| {{{pre|}}} | | style="padding-left:5px; padding-right:5px; text-align:center;" | {{{pre|}}} | ||
|- | |- | ||
! style="background-color:#{{purple 2}}; color:white;" | Cost: | ! style="background-color:#{{purple 2}}; color:white;" | Cost: | ||
|- | |- | ||
| align=center | {{{wood|}}} {{{mercury|}}} {{{ore|}}} {{{sulfur|}}} {{{crystal|}}} {{{gem|}}} {{{gold|}}} | | align=center style="padding-left:5px; padding-right:5px" | {{{wood|}}} {{{mercury|}}} {{{ore|}}} {{{sulfur|}}} {{{crystal|}}} {{{gem|}}} {{{gold|}}} | ||
|- | |- | ||
! style="background-color:#{{purple 2}}; color:white;" | Effect: | ! style="background-color:#{{purple 2}}; color:white;" | Effect: | ||
|- | |- | ||
| {{{effect|}}} | | style="padding-left:5px; padding-right:5px" | {{{effect|}}} | ||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
Line 62: | Line 62: | ||
| effect = Allows a visiting hero to sell creatures for resources | | effect = Allows a visiting hero to sell creatures for resources | ||
| image = [[File:Stronghold freelancer's guild (outline).gif|200px]] | | image = [[File:Stronghold freelancer's guild (outline).gif|200px]] | ||
}} | |||
{{Building | |||
| town = Rampart | |||
| name = Mystic Pond | |||
| pre = (none) | |||
| wood = 2 {{W}} | |||
| mercury = 2 {{M}} | |||
| ore = 2 {{O}} | |||
| sulfur = 2 {{S}} | |||
| crystal = 2 {{C}} | |||
| gem = 2 {{Gem}} | |||
| gold = 2000 {{G}} | |||
| effect = Produces 1-4 of a random [[Resource]] (except gold) on the first day of every week. | |||
}} | }} | ||
[[Category: Building templates|{{PAGENAME}}]]</noinclude> | [[Category: Building templates|{{PAGENAME}}]]</noinclude> |
Latest revision as of 15:05, 22 March 2025
How to use[edit | hide | hide all]
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 | town = | name = | image = | pre = | wood = | mercury = | ore = | sulfur = | crystal = | gem = | gold = | effect = }} |
- "name=" is only needed if the building differs from the page name.
- "image=" is only needed if the desired image is not of the form "<town> <name>.gif"
- all cost parameters are optional if they don't exist.
Examples[edit | hide]
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 |
Mystic Pond |
---|
![]() |
Prerequisite: |
(none) |
Cost: |
2 ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Effect: |
Produces 1-4 of a random Resource (except gold) on the first day of every week. |