Template:Servebox
Script error: The function "infobox" does not exist.
Servebox is a template that creates an infobox on the page by displaying data provided by template parameters and loading data from the data template Template:Institutions_csv. The infobox to the right on this page is an example.
Overview
This template should be used for all Service Buildings on the wiki, that is, buildings that provide services through consumable items. The template requires only the name
parameter, which tells the code behind the scenes which building you want an infobox for.
Parameters
Only the first, name
is required, and it must be spelled correctly to match the in-game name of the building.
Parameter | Type | Description |
---|---|---|
name | string | Required. The in-game name of the building for which you want to display the infobox. Will also serve as the header of the box. |
Errors
When the template is called without a name, the template reminds you that it is required.
Example:
{{Servebox}}
Yields:
Script error: The function "infobox" does not exist.
When providing the name of a building, it is important that it is spelled correctly, including any punctuation. Otherwise, an error will return from the data module.
Example:
Broken: {{Servebox|name=Monestary}}
Script error: The function "infobox" does not exist.
Fixed: {{Servebox|name=Monastery}}
Script error: The function "infobox" does not exist.