Template:Structure/doc: Difference between revisions

Jump to navigation Jump to search
m
(Created page with "{{Infobox |above = {{{name}}} |image = [[File:{{{image}}}]] |caption = {{{image_caption}}} | label1 = Type | data1 = {{{type}}} | label2 = Owners | data2 = {{{owners}}} | label3 = Contributors | data3 = {{{contributors}}} | label4 = Public access? | data4 = {{{public}}} | label5 = Started | data5 = {{{started}}} | label6 = Completed | data6 = {{{completed}}} | label7 = Discovered | data7 = {{{discovered}}} | label8 = Produces | data8...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox
<pre style="display:table">
  |above = {{{name}}}
{{Structure
  |image = [[File:{{{image}}}]]
| name =
  |caption = {{{image_caption}}}
| image =
  | label1 = Type
| image_caption =
  | data1 = {{{type}}}
| type =
  | label2 = Owners
| owners =
  | data2 = {{{owners}}}
| contributors =
  | label3 = Contributors
| public =
  | data3 = {{{contributors}}}
| started =
  | label4 = Public access?
| completed =
  | data4 = {{{public}}}
| discovered =
  | label5 = Started
| produces =
  | data5 = {{{started}}}
| buys =
  | label6 = Completed
| sells =
  | data6 = {{{completed}}}
| status =
  | label7 = Discovered
| dimension =
  | data7 = {{{discovered}}}
| x =
  | label8 = Produces
| y =
  | data8 = {{{produces}}}
| z =
  | label9 = Buys
| underground =
  | data9 = {{{buys}}}
  | label10 = Sells
  | data10 = {{{sells}}}
  | label11 = Status
  | data11 = {{{status}}}
  | data12 = Location
  | label13 = Dimension
  | data13 = {{{dimension}}}
  | label14 = Coordinates
  | data14 = X &#x3D; {{{x}}}<br>Y &#x3D; {{{y}}}<br>Z &#x3D; {{{z}}}
  | label15 = Underground?
  | data15 = {{{underground}}}
}}
}}
</pre>


<templatedata>
<templatedata>
Line 41: Line 30:
"label": "Structure name",
"label": "Structure name",
"description": "Will automatically enter based on page name",
"description": "Will automatically enter based on page name",
"example": "Niall",
"example": "Darkmount Mall",
"type": "line"
"type": "line"
},
},
Line 47: Line 36:
"label": "Image",
"label": "Image",
"description": "Refers to the image file stored on the wiki. By default, the Parallel logo will be displayed, but you should always point this parameter to a render or screenshot of the location.",
"description": "Refers to the image file stored on the wiki. By default, the Parallel logo will be displayed, but you should always point this parameter to a render or screenshot of the location.",
"example": "Niall.svg",
"type": "wiki-file-name",
"type": "wiki-file-name",
"default": "ParallelLogo.png",
"default": "ParallelLogo.png",

Navigation menu