8,282
edits
Line 48: | Line 48: | ||
For a page about your player town, you would probably want to use [[Template:Infobox settlement]]. This is an infobox template, which will display on the right side of the page and give a brief summary of important details. It should be placed before any section headings on the page. For example: | For a page about your player town, you would probably want to use [[Template:Infobox settlement]]. This is an infobox template, which will display on the right side of the page and give a brief summary of important details. It should be placed before any section headings on the page. For example: | ||
{{Infobox settlement | |||
{{ | |||
|name = Example Settlement | |name = Example Settlement | ||
|image = Prime Spawn Map.png | |image = Prime Spawn Map.png | ||
Line 66: | Line 65: | ||
|z = 12,345 | |z = 12,345 | ||
|underground = No | |underground = No | ||
}} | }} | ||
{{ | <pre style="display:table"> | ||
{{Settlement | |||
|name = Example Settlement | |name = Example Settlement | ||
|image = Prime Spawn Map.png | |image = Prime Spawn Map.png | ||
Line 85: | Line 85: | ||
|z = 12,345 | |z = 12,345 | ||
|underground = No | |underground = No | ||
}} | }}</pre> | ||
Which produces the output to the bottom right: | Which produces the output to the bottom right: |