Template:Infobox building: Difference between revisions
Template>14mRh4X0r m Default map link Y coordinate to 64, replace #if chain with #switch |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== | == When to use == | ||
Place this on any page suitable for the [[ | Place this on any page suitable for the [[:Category:Buildings|Buildings]] 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 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 individual | Please only use this template for individual builds - for settlements involving multiple buildings together, use [[Template:Infobox_settlement]]. | ||
==Usage== | ==Usage== | ||
Line 11: | Line 11: | ||
<pre> | <pre> | ||
{{Infobox building | {{Infobox building | ||
|title = AwesomeCastle | |title = AwesomeCastle | ||
|image = Image.png | |image = Image.png | ||
|caption = View from the front | |caption = View from the front | ||
Line 19: | Line 19: | ||
|underground = No | |underground = No | ||
|public = Yes | |public = Yes | ||
|startdate = 21 November | |startdate = 21 November 2016 | ||
|completedate = 17 January | |completedate = 17 January 2017 | ||
|n-s_size = 40 | |n-s_size = 40 | ||
|w-e_size = 40 | |w-e_size = 40 | ||
Line 27: | Line 27: | ||
|ycoord = 62 | |ycoord = 62 | ||
|zcoord = 3028 | |zcoord = 3028 | ||
|dimension = | |server = | ||
|nearestwarp = | |dimension = Gallifrey | ||
|restp = | |||
|nearestwarp = Citadel | |||
}} | }} | ||
</pre> | </pre> | ||
Line 51: | Line 53: | ||
|ycoord = | |ycoord = | ||
|zcoord = | |zcoord = | ||
|server = | |||
|dimension = | |dimension = | ||
|restp = | |||
|nearestwarp = | |nearestwarp = | ||
}} | }} | ||
Line 61: | Line 65: | ||
|name = | |name = | ||
|bodystyle = | |bodystyle = | ||
|title = {{#if:{{{title|}}}|{{{title|}}}|{{PAGENAME}}}} | |title = {{#if:{{{title|}}}|{{{title|}}}|{{PAGENAME}}}} | ||
|titlestyle = | |titlestyle = | ||
Line 68: | Line 71: | ||
|caption = {{{caption|}}} | |caption = {{{caption|}}} | ||
|captionstyle = | |captionstyle = | ||
|headerstyle = background:# | |headerstyle = color:#FFFFFF;background:#003B6F; | ||
|labelstyle = background:# | |labelstyle = background:#f9f9f9; | ||
|datastyle = | |datastyle = | ||
|header1 = About | |header1 = About | ||
Line 95: | Line 98: | ||
|label13 = Coordinates | |label13 = Coordinates | ||
|data13 = {{#if:{{{xcoord|}}}|X={{{xcoord|}}} <br /> Y={{{ycoord|}}} <br /> Z={{{zcoord|}}}|}} | |data13 = {{#if:{{{xcoord|}}}|X={{{xcoord|}}} <br /> Y={{{ycoord|}}} <br /> Z={{{zcoord|}}}|}} | ||
|label14 = | |label14 = Server | ||
|data14 | |data14 = {{#if:{{{server|}}}|[[{{{server|}}}]]|[[BadWolfMC Alpha|Alpha]]}} | ||
|label15 = Dimension | |||
|data15 = {{{dimension|Gallifrey}}} | |||
| | |label16 = /res tp | ||
| | |data16 = {{#if:{{{restp|}}}|[[:Category:Residences|{{{restp|}}}]]|Unknown}} | ||
|label17 = Nearest [[warp]] | |||
|data17 = {{#if:{{{nearestwarp|}}}|[[{{{nearestwarp|}}}]]|Unknown}} | |||
}} | }} | ||
[[Category:Buildings]] | [[Category:Buildings]] | ||
{{#if:{{{category|}}}|[[Category:{{{category|}}}|{{PAGENAME}}]]|}}{{#ifeq:{{{nearestwarp}}}|{{PAGENAME}}|[[Category:Warps]]|}}{{#if:{{{image|}}}||{{images}}}}{{#if:{{{category|}}}||[[Category:pages_in_need_of_categories]]}} | {{#if:{{{category|}}}|[[Category:{{{category|}}}|{{PAGENAME}}]]|}}{{#if:{{{restp|}}}|[[Category:Residences]]|}}{{#ifeq:{{{nearestwarp}}}|{{PAGENAME}}|[[Category:Warps]]|}}{{#if:{{{image|}}}||{{images}}}}{{#if:{{{category|}}}||[[Category:pages_in_need_of_categories]]}} | ||
</includeonly> | </includeonly> |
Latest revision as of 17:21, 16 July 2018
When to use
Place this on any page suitable for the Buildings 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 individual builds - for settlements involving multiple buildings together, use Template:Infobox_settlement.
Usage
Copy the text below, paste it at the very top of the relevant article, and modify as appropriate:
{{Infobox building |title = AwesomeCastle |image = Image.png |caption = View from the front |owner = Jim |contributors = Bob, Mike |category = Castle |underground = No |public = Yes |startdate = 21 November 2016 |completedate = 17 January 2017 |n-s_size = 40 |w-e_size = 40 |height = 20 |xcoord = -1204 |ycoord = 62 |zcoord = 3028 |server = |dimension = Gallifrey |restp = |nearestwarp = Citadel }}
Or use this blank template:
{{Infobox building |title = |image = |caption = |owner = |contributors = |category = |underground = |public = |startdate = |completedate = |n-s_size = |w-e_size = |height = |xcoord = |ycoord = |zcoord = |server = |dimension = |restp = |nearestwarp = }}
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.