Template:Bld: Difference between revisions

From Skyscraper Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(104 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class="wikitable"
<div style="float: right>
|+ Caption text
{| class="infobox toptextcells float-right" style="width: 300px; border: 3px solid #444444; padding: 1px; margin-left:2em; margin-bottom:2em; background-color: #d8d8d8; font-size:100%;" cellspacing="0" cellpadding="1"
|-
|-
! Header text
!colspan="2" style="text-align:center; padding: 5px; font-size: 125%; font-weight: bold; background-color: #d8d8d8; color: #000000;" | <span style="margin:0px; padding:0px; line-height:100%;"><big>{{{1|Building}}}</big></span>
|-
|-
| {{{1}}} = Name of building. If not specified, defaults to the page name where a template you placed.
|colspan="2" | {{{15|}}}
|-
|-
| {{{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.)
|colspan="2" | {{{16|}}}
|-
|-
| {{{3}}} = Number of above-ground floors (include floor 0)
|<center>'''Status'''</center>
|<center>{{{2|Complete}}}</center>
|-
|-
| {{{4}}} = Number of below-ground floors (below floor 0)
|<center>'''Completed'''</center>
|<center>{{{3|Unknown}}}</center>
|-
|-
| {{{5}}} = Number of passenger elevators
|<center>'''Abbreviation'''</center>
|<center>{{{4|None}}}</center>
|-
|-
| {{{6}}} = Number of freight elevators
|<center>'''Creator'''</center>
|<center>{{{5|<span style="color:red;">'''''Please offer'''''<br>
'''''a creator's name'''''<br>
'''''(if known)'''''}}}</span></center>
|-
|-
| {{{7}}} = Number of staircases
|<center>'''Aboveground Floors'''</center>
|<center>{{{6|0}}}</center>
|-
|-
| {{{8}}} = Primary function of building. If not specified, defaults to "multi-purpose".
|<center>'''Underground Floors'''</center>
|<center>{{{7|0}}}</center>
|-
|-
| {{{9}}} = Project. If not specified, defaults to "no project". Put double brackets [[ ]] around text to link it to a page.
|<center>'''Passenger Elevators'''</center>
|<center>{{{8|0}}}</center>
|-
|-
| {{{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
|<center>'''Service Elevators'''
|<center>{{{9|0}}}</center>
|-
|-
| {{{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
|<center>'''Dumbwaiters'''</center>
|<center>{{{10|0}}}</center>
|-
|-
| {{{12}}} = Website. If not specified, defaults to "Not provided". It will automatically be linked if it is a web address.
|<center>'''Staircases'''</center>
|<center>{{{11|0}}}</center>
|-
|-
| {{{13}}} = Picture file provided
|<center>'''Function'''</center>
|<center>{{{12|Multi-purpose}}}</center>
|-
|-
| {{{14}}} = Picture description
|<center>'''Part of'''</center>
|<center>{{{13|No project}}}</center>
|-
|-
| {{{15}}} = Complete Year
|<center>'''Website'''</center>
|<center>{{{14|''Not provided''}}}</center>
|-
|-
| {{{16}}} = Number of dumbwaiters
|colspan="2" style="border: 1px solid #444444; background-color: #444444;" |
|-
|-
|}
|colspan="2" |<center><small>[[Template:Bld|How to use this template?]]</small></center>
|} </div>
<noinclude>[[Category:Templates]]<templatedata>
<noinclude>[[Category:Templates]]<templatedata>
{
{
"params": {},
"params": {
"description": "This is a template for filling out details of a building."
"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": "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": "content",
"suggestedvalues": [
"Incomplete",
"Completed",
"Discontinued",
"Debugging",
"Abandoned"
],
"suggested": true
},
"3": {
"description": "Completion Year. If not specified, defaults to unknown.",
"type": "content",
"suggested": true,
"default": "Unknown"
},
"4": {
"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",
"type": "content",
"example": "Northeast Triad Convention Center -> NTCC"
},
"5": {
"description": "Creator of building (Username or alias. Required.)",
"type": "wiki-user-name",
"required": true
},
"6": {
"description": "Number of aboveground floors (include floor 0)",
"type": "number"
},
"7": {
"description": "Number of underground floors (below floor 0)",
"type": "number"
},
"8": {
"description": "Number of passenger elevators",
"type": "number"
},
"9": {
"description": "Number of service elevators",
"type": "number"
},
"10": {
"description": "Number of dumbwaiters",
"type": "number"
},
"11": {
"description": "Number of staircases",
"type": "number"
},
"12": {
"description": "Primary function of building. If not specified, defaults to \"multi-purpose.\"",
"type": "content",
"default": "Multi-purpose"
},
"13": {
"description": "Project. If not specified, defaults to \"no project\". Put double brackets [[ ]] around text to link it to a page.",
"type": "content",
"default": "No project",
"suggested": true
},
"14": {
"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"
},
"15": {
"description": "Picture file provided",
"type": "wiki-file-name"
},
"16": {
"description": "Picture description",
"type": "content"
}
},
"description": "This is a template for filling out details of a building.",
"paramOrder": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
}
</templatedata></noinclude>
</templatedata></noinclude>
<noinclude><big>'''Example'''</big><br></noinclude>
<noinclude>The following code will produce the box on the right.</noinclude>
<noinclude>
{{Bld
|Triton Center
|Completed
|Unknown
|TC
|Eventhorizon
|143
|8
|65
|6
|0
|7
|Multi-purpose
|Main program development
|Skyscraper Simulator
|<center>[[File:Triton Center.png|250x250px]]</center>
|<center>The Triton Center</center>
}}
</noinclude>
<noinclude><pre>{{Bld
|Triton Center
|Completed
|Unknown
|TC
|Eventhorizon
|143
|8
|65
|6
|0
|7
|Multi-purpose
|No project
|<center>[[File:Triton Center.png|250x250px]]</center>
|<center>The Triton Center</center>
}}</pre></noinclude>

Latest revision as of 04:17, 26 June 2024

Building
Status
Complete
Completed
Unknown
Abbreviation
None
Creator
Please offer

a creator's name

(if known)
Aboveground Floors
0
Underground Floors
0
Passenger Elevators
0
Service Elevators
0
Dumbwaiters
0
Staircases
0
Function
Multi-purpose
Part of
No project
Website
Not provided
How to use this template?

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

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 Discontinued Debugging Abandoned
Contentsuggested
33

Completion Year. If not specified, defaults to unknown.

Default
Unknown
Contentsuggested
44

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
Contentoptional
55

Creator of building (Username or alias. Required.)

Userrequired
66

Number of aboveground floors (include floor 0)

Numberoptional
77

Number of underground floors (below floor 0)

Numberoptional
88

Number of passenger elevators

Numberoptional
99

Number of service elevators

Numberoptional
1010

Number of dumbwaiters

Numberoptional
1111

Number of staircases

Numberoptional
1212

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

Default
Multi-purpose
Contentoptional
1313

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

Default
No project
Contentsuggested
1414

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

Default
Not provided
URLoptional
1515

Picture file provided

Fileoptional
1616

Picture description

Contentoptional

Example
The following code will produce the box on the right.

Triton Center

The Triton Center
Status
Completed
Completed
Unknown
Abbreviation
TC
Creator
Eventhorizon
Aboveground Floors
143
Underground Floors
8
Passenger Elevators
65
Service Elevators
6
Dumbwaiters
0
Staircases
7
Function
Multi-purpose
Part of
Main program development
Website
Skyscraper Simulator
How to use this template?




{{Bld 
|Triton Center 
|Completed 
|Unknown 
|TC 
|Eventhorizon 
|143 
|8 
|65 
|6 
|0 
|7
|Multi-purpose 
|No project 
|<center>[[File:Triton Center.png|250x250px]]</center>
|<center>The Triton Center</center>
}}