Template:Bld: Difference between revisions
No edit summary |
MelvinMan10 (talk | contribs) m Removing words copied from there as much as possible. |
||
| Line 22: | Line 22: | ||
'''''(if known)'''''}}}</span></center> | '''''(if known)'''''}}}</span></center> | ||
|- | |- | ||
|<center>''' | |<center>'''Floors'''</center> | ||
|<center>{{{6|0}}}</center> | |<center>{{{6|0}}}</center> | ||
|- | |- | ||
|<center>''' | |<center>'''Basements'''</center> | ||
|<center>{{{7|0}}}</center> | |<center>{{{7|0}}}</center> | ||
|- | |- | ||
|<center>''' | |<center>'''Elevators'''</center> | ||
|<center>{{{8|0}}}</center> | |<center>{{{8|0}}}</center> | ||
|- | |- | ||
| Line 37: | Line 37: | ||
|<center>{{{10|0}}}</center> | |<center>{{{10|0}}}</center> | ||
|- | |- | ||
|<center>''' | |<center>'''Stairwells'''</center> | ||
|<center>{{{11|0}}}</center> | |<center>{{{11|0}}}</center> | ||
|- | |- | ||
| Line 57: | Line 57: | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"description": " | "description": "The building's most recent name.", | ||
"default": "{{PAGENAME}}", | "default": "{{PAGENAME}}", | ||
"suggested": true, | "suggested": true, | ||
| Line 63: | Line 63: | ||
}, | }, | ||
"2": { | "2": { | ||
"description": " | "description": "Current status of the building, such as \"In progress\", \"Not started\", \"Completed.\"", | ||
"type": "content", | "type": "content", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
| Line 75: | Line 75: | ||
}, | }, | ||
"3": { | "3": { | ||
"description": " | "description": "Month and year of this building's comletion.", | ||
"type": "content", | "type": "content", | ||
"suggested": true, | "suggested": true, | ||
| Line 81: | Line 81: | ||
}, | }, | ||
"4": { | "4": { | ||
"description": "Abbreviation | "description": "Abbreviation typically used by the community's members (such as NTCC for [[Northeast Triad Convention Center]]). This field is optional.", | ||
"type": "content", | "type": "content", | ||
"example": "Northeast Triad Convention Center -> NTCC" | "example": "Northeast Triad Convention Center -> NTCC" | ||
}, | }, | ||
"5": { | "5": { | ||
"description": "Creator of building | "description": "Creator of building", | ||
"type": "wiki-user-name", | "type": "wiki-user-name", | ||
"required": true | "required": true | ||
}, | }, | ||
"6": { | "6": { | ||
"description": "Number of | "description": "Number of above-ground floors, starting from floor 0 to the top.", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
"7": { | "7": { | ||
"description": "Number of | "description": "Number of basements, starting from floor -1 to the very bottom.", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
"8": { | "8": { | ||
"description": "Number of | "description": "Number of elevators", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
| Line 111: | Line 111: | ||
}, | }, | ||
"11": { | "11": { | ||
"description": "Number of | "description": "Number of stairwells, as seen in the \"Simulator Statistics\" dialog box. Stairs created outside stairwells may or may not be also counted.", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
"12": { | "12": { | ||
"description": " | "description": "The building's main function, such as \"Hospital\" or \"Hotel.\"", | ||
"type": "content", | "type": "content", | ||
"default": "Multi-purpose" | "default": "Multi-purpose" | ||
Revision as of 10:51, 10 May 2026
| Building | |
|---|---|
a creator's name | |
This is a template for filling out details of a building.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | The building's most recent name.
| Page name | suggested |
| 2 | 2 | Current status of the building, such as "In progress", "Not started", "Completed."
| Content | suggested |
| 3 | 3 | Month and year of this building's comletion.
| Content | suggested |
| 4 | 4 | Abbreviation typically used by the community's members (such as NTCC for [[Northeast Triad Convention Center]]). This field is optional.
| Content | optional |
| 5 | 5 | Creator of building | User | required |
| 6 | 6 | Number of above-ground floors, starting from floor 0 to the top. | Number | optional |
| 7 | 7 | Number of basements, starting from floor -1 to the very bottom. | Number | optional |
| 8 | 8 | Number of elevators | Number | optional |
| 9 | 9 | Number of service elevators | Number | optional |
| 10 | 10 | Number of dumbwaiters | Number | optional |
| 11 | 11 | Number of stairwells, as seen in the "Simulator Statistics" dialog box. Stairs created outside stairwells may or may not be also counted. | Number | optional |
| 12 | 12 | The building's main function, such as "Hospital" or "Hotel."
| Content | optional |
| 13 | 13 | Project. If not specified, defaults to "no project". Put double brackets [[ ]] around text to link it to a page.
| Content | suggested |
| 14 | 14 | Website. If not specified, defaults to "Not provided". It will automatically be linked if it is a web address.
| URL | optional |
| 15 | 15 | Picture file provided | File | optional |
| 16 | 16 | Picture description | Content | optional |
Example
The following code will produce the box on the right.
| Triton Center
| |
|---|---|
{{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>
}}