Template:Structure/doc: Difference between revisions
Hypermoron (talk | contribs) (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...") |
m (Diamondback88 moved page Template:Infobox structure/doc to Template:Structure/doc) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | <pre style="display:table"> | ||
{{Structure | |||
| name = | |||
| image = | |||
| image_caption = | |||
| type = | |||
| owners = | |||
| contributors = | |||
| public = | |||
| started = | |||
| completed = | |||
| discovered = | |||
| produces = | |||
| buys = | |||
| sells = | |||
| status = | |||
| dimension = | |||
| x = | |||
| y = | |||
| z = | |||
| 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": " | "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.", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"default": "ParallelLogo.png", | "default": "ParallelLogo.png", |
Latest revision as of 04:00, 5 November 2023
{{Structure | name = | image = | image_caption = | type = | owners = | contributors = | public = | started = | completed = | discovered = | produces = | buys = | sells = | status = | dimension = | x = | y = | z = | underground = }}
An infobox to serve as a quick reference on the right side of structure pages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Structure name | name | Will automatically enter based on page name
| Line | optional |
Image | image | 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.
| File | suggested |
Image caption | image_caption | An optional caption for the image. | Line | optional |
Type | type | The type of structure.
| Line | suggested |
Owners | owners | A list of owners of the structure. | Line | suggested |
Contributors | contributors | A list of other contributors to the structure. | Line | suggested |
Public access? | public | Whether the public can use the structure.
| Line | suggested |
Started | started | The date construction began on the structure. | Line | suggested |
Completed | completed | The date construction finished on the structure. | Line | suggested |
Discovered | discovered | The date the structure was discovered. Reserved for naturally generated or lore-related structures. | Line | suggested |
Produces | produces | Materials produced by this farm or factory.
| Line | suggested |
Buys | buys | Items bought by this shop. | Line | suggested |
Sells | sells | Items sold by this shop. | Line | suggested |
Status | status | Status of the structure.
| Line | suggested |
Dimension | dimension | Dimension where the structure is located.
| Line | required |
X | x | The x-coordinate of the structure. Try to specify a main entrance or central point. | Number | suggested |
Y | y | The y-coordinate of the structure. Try to specify a main entrance or central point. | Number | suggested |
Z | z | The x-coordinate of the structure. Try to specify a main entrance or central point. | Number | suggested |
Underground? | underground | Whether the structure is underground.
| Unknown | suggested |