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. Bakeryimage: string, e.g. Bakery.pngcaption: string, e.g. bakes breadkingdom: string, e.g. Humansize: string, e.g. large or smallbuildCosts:storage: string, e.g. list of itemsproductionTime: string, e.g. 5 sgatheringTime: string, e.g. 5 smaxWorkers: integermaxCarriers: integeramountToHarvest:output: comma separated string, e.g. water, breadupgradeImage: string, e.g. Super bakery.pngupgrade: string, name of the upgrade for the buildingupgradeCosts:utility: short text about the buildingupgradeInfo: short text about the upgraded buildingunreleased: boolean, 1 if unreleasedremoved: 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 =
}}


