Jump to content

Template:Infobox serverbuild: Difference between revisions

From BadWolfMC Wiki
Undo revision 5976 by Merc (talk)
Tag: Undo
No edit summary
Line 1: Line 1:
<noinclude>
== When to use ==
Place this on any page suitable for the [[:Category:Server Builds|Server Builds]] category. It will add the page to the category, as well as producing the handy info box.
Please don't attempt to alter the code for this template unless you really know what you're doing, and you have community consensus.
Please only use this template for staff-created server builds - for player builds use [[Template:Infobox_settlement]] or [[Template:Infobox_building]].
==Usage==
Copy the text below, paste it at the very top of the relevant article, and modify as appropriate:
<pre>
{{Infobox serverbuild
|title        = AwesomeCastle
|image        = Image.png
|caption      = View from the front
|contributors = Bob, Mike
|category    = City
|underground  = No
|public      = Yes
|startdate    = 21 November 2016
|releasedate  = 17 January 2017
|n-s_size    = 40
|w-e_size    = 40
|height      = 20
|xcoord      = -1204
|ycoord      = 62
|zcoord      = 3028
|server      = Alpha
|dimension    = Gallifrey
|nearestwarp  = Citadel
}}
</pre>
Or use this blank template:
<pre>
{{Infobox serverbuild
|title        =
|image        =
|caption      =
|contributors =
|category    =
|underground  =
|public      =
|startdate    =
|releasedate  =
|n-s_size    =
|w-e_size    =
|height      =
|xcoord      =
|ycoord      =
|zcoord      =
|server      =
|dimension    =
|nearestwarp  =
}}
</pre>
Note: If you use this template and don't populate all fields, '''do not delete the unused fields''' - this will only make it difficult for future editors to fill in the additional information later.
</noinclude>
<includeonly>{{infobox
<includeonly>{{infobox
| name        = {{{title|{{PAGENAME}}}}}
| name        = {{{title|{{PAGENAME}}}}}
Line 107: Line 47:
| data15      = {{#if:{{{nearestwarp|}}}|[[{{{nearestwarp}}}]]|Unknown}}
| data15      = {{#if:{{{nearestwarp|}}}|[[{{{nearestwarp}}}]]|Unknown}}
}}</includeonly>
}}</includeonly>
<noinclude>{{documentation}}</noinclude>

Revision as of 00:45, 5 May 2025