Template:Bld: Difference between revisions

From Skyscraper Wiki
Jump to navigation Jump to search
No edit summary
(added parameters)
Line 1: Line 1:
{| class="wikitable"
 
|+ Caption text
|-
! Header text
|-
| {{{1}}} = Name of building. If not specified, defaults to the page name where a template you placed.
|-
| {{{2}}} = Creator of building (username or name if the creator provided like Ryan Thoryk. It MUST be filled. If not, It will report error automatically.)
|-
| {{{3}}} = Number of above-ground floors (include floor 0)
|-
| {{{4}}} = Number of below-ground floors (below floor 0)
|-
| {{{5}}} = Number of passenger elevators
|-
| {{{6}}} = Number of freight elevators
|-
| {{{7}}} = Number of staircases
|-
| {{{8}}} = Primary function of building. If not specified, defaults to "multi-purpose".
|-
| {{{9}}} = Project. If not specified, defaults to "no project". Put double brackets [[ ]] around text to link it to a page.
|-
| {{{10}}} = How the building is coming along (status), use words like "incomplete", "complete", "abandoned", "debugging", etc. Do not use "working on elevators". Ignore if completed
|-
| {{{11}}} = Abbreviation that most forum users already use, or would be able to figure out easily. (The Northeast Triad Convention Center would use NTCC, for example.) Ignore if there is no abbreviation
|-
| {{{12}}} = Website. If not specified, defaults to "Not provided". It will automatically be linked if it is a web address.
|-
| {{{13}}} = Picture file provided
|-
| {{{14}}} = Picture description
|-
| {{{15}}} = Complete Year
|-
| {{{16}}} = Number of dumbwaiters
|-
|}
<noinclude>[[Category:Templates]]<templatedata>
<noinclude>[[Category:Templates]]<templatedata>
{
{
"params": {},
"params": {
"1": {
"description": "Name of building. If not specified, defaults to the page name where a template you placed.",
"default": "{{PAGENAME}}",
"suggested": true,
"type": "wiki-page-name"
},
"2": {
"description": "Creator of building (username or name if the creator provided like Ryan Thoryk. It MUST be filled. If not, It will report error automatically.)",
"type": "wiki-user-name",
"required": true
},
"3": {
"description": "Number of aboveground floors (include floor 0)",
"type": "number"
},
"4": {
"description": "Number of underground floors (below floor 0)",
"type": "number"
},
"5": {
"description": "Number of passenger elevators",
"type": "number"
},
"6": {
"description": "Number of freight elevators",
"type": "number"
},
"7": {
"description": "Number of staircases",
"type": "number"
},
"8": {
"description": "Primary function of building. If not specified, defaults to \"multi-purpose.\"",
"type": "string",
"default": "Multi-purpose"
},
"9": {
"description": "Project. If not specified, defaults to \"no project\". Put double brackets [[ ]] around text to link it to a page.",
"type": "string",
"default": "No project",
"suggested": true
},
"10": {
"description": "How the building is coming along (status), use words like \"incomplete\", \"complete\", \"abandoned\", \"debugging\", etc. Do not use \"working on elevators\". Ignore if completed.",
"type": "string",
"suggestedvalues": [
"Incomplete, Completed, Abandoned, Discontinued, Debugging"
]
},
"11": {
"description": "Abbreviation that most forum users already use, or would be able to figure out easily. (The Northeast Triad Convention Center would use NTCC, for example.) Ignore if there is no abbreviation",
"example": "Northeast Triad Convention Center -> NTCC",
"type": "string"
},
"12": {
"description": "Website. If not specified, defaults to \"Not provided\". It will automatically be linked if it is a web address.",
"type": "url",
"default": "Not provided"
},
"13": {
"description": "Picture file provided",
"type": "wiki-file-name"
},
"14": {
"description": "Picture description",
"type": "string"
},
"15": {
"description": "Year Completed",
"type": "number"
},
"16": {
"description": "Number of dumbwaiters",
"type": "number"
}
},
"description": "This is a template for filling out details of a building."
"description": "This is a template for filling out details of a building."
}
}
</templatedata></noinclude>
</templatedata></noinclude>

Revision as of 10:10, 15 March 2024

This is a template for filling out details of a building.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
11

Name of building. If not specified, defaults to the page name where a template you placed.

Default
{{PAGENAME}}
Page namesuggested
22

Creator of building (username or name if the creator provided like Ryan Thoryk. It MUST be filled. If not, It will report error automatically.)

Userrequired
33

Number of aboveground floors (include floor 0)

Numberoptional
44

Number of underground floors (below floor 0)

Numberoptional
55

Number of passenger elevators

Numberoptional
66

Number of freight elevators

Numberoptional
77

Number of staircases

Numberoptional
88

Primary function of building. If not specified, defaults to "multi-purpose."

Default
Multi-purpose
Stringoptional
99

Project. If not specified, defaults to "no project". Put double brackets [[ ]] around text to link it to a page.

Default
No project
Stringsuggested
1010

How the building is coming along (status), use words like "incomplete", "complete", "abandoned", "debugging", etc. Do not use "working on elevators". Ignore if completed.

Suggested values
Incomplete, Completed, Abandoned, Discontinued, Debugging
Stringoptional
1111

Abbreviation that most forum users already use, or would be able to figure out easily. (The Northeast Triad Convention Center would use NTCC, for example.) Ignore if there is no abbreviation

Example
Northeast Triad Convention Center -> NTCC
Stringoptional
1212

Website. If not specified, defaults to "Not provided". It will automatically be linked if it is a web address.

Default
Not provided
URLoptional
1313

Picture file provided

Fileoptional
1414

Picture description

Stringoptional
1515

Year Completed

Numberoptional
1616

Number of dumbwaiters

Numberoptional