Please note that some information on this wiki is still based on the demo version.
If you notice any errors, feel free to correct them.

Template:Infobox building

From Super Fantasy Kingdom Official Wiki

This template defines the table "Buildings". View table. This is an infobox template for buildings.

Parameters

  • title: string, e.g. Bakery
  • image: string, e.g. Bakery.png
  • caption: string, e.g. bakes bread
  • kingdom: string, e.g. Human
  • size: string, e.g. large or small
  • buildCosts:
  • storage: string, e.g. list of items
  • productionTime: string, e.g. 5 s
  • gatheringTime: string, e.g. 5 s
  • maxWorkers: integer
  • maxCarriers: integer
  • amountToHarvest:
  • output: comma separated string, e.g. water, bread
  • upgradeImage: string, e.g. Super bakery.png
  • upgrade: string, name of the upgrade for the building
  • upgradeCosts:
  • utility: short text about the building
  • upgradeInfo: short text about the upgraded building
  • unreleased: boolean, 1 if unreleased
  • removed: boolean, 1 if removed

Use it on building pages, e.g. like this

{{infobox building
| title = Fake example building Bakery
| image = Bakery.png
| caption = bakes bread
| kingdom = Human
| size = large
| buildCosts = {{ItemLink|Board|quantity=5}}<br/>{{ItemLink|Wheat|quantity=2}}
| storage = {{ItemLink|Flour|quantity=5}}<br/>{{ItemLink|Water|quantity=5}}<br/>{{ItemLink|Bread|quantity=5}}
| productionTime = 5 s
| gatheringTime = 7 s
| maxWorkers = 3
| maxCarriers = 2
| amountToHarvest = 4
| output = Bread
| upgradeImage = Decoration2.png
| upgrade = upgrade example
| upgradeCosts = {{IconLinkSequence|Gold|4|8|12|16}}
| utility = this example building is for show and does nothing
| upgradeInfo = upgraded example of the building, upgrade adds nothing extra
| unreleased = 
| removed = 
}}

empty copy paste list

{{infobox building
| title = 
| image = 
| caption = 
| kingdom = 
| size = 
| buildCosts = 
| storage = 
| productionTime = 
| gatheringTime = 
| maxWorkers = 
| maxCarriers = 
| amountToHarvest = 
| output = 
| upgradeImage = 
| upgrade = 
| upgradeCosts = 
| utility = 
| upgradeInfo = 
| unreleased = 
| removed = 
}}