Template:Building: Difference between revisions
Jump to navigation
Jump to search
(Updated the examples.) |
m (Fixed a few more links.) |
||
| Line 69: | Line 69: | ||
* Name = <nowiki>{{{PAGENAME}}}</nowiki> | * Name = <nowiki>{{{PAGENAME}}}</nowiki> | ||
* Picture = Imbox deletion.png | * Picture = Imbox deletion.png | ||
* Placement = <nowiki>Land near [[ | * Placement = <nowiki>Land near [[Road]]</nowiki> | ||
* MaxLevel = 8 | * MaxLevel = 8 | ||
* Jobs = 1 plus 1 for each level | * Jobs = 1 plus 1 for each level | ||
| Line 136: | Line 136: | ||
| Name = Casino | | Name = Casino | ||
| Picture = Casino.png | | Picture = Casino.png | ||
| Placement = Land near [[ | | Placement = Land near [[Road]] | ||
| MaxLevel = 32 | | MaxLevel = 32 | ||
| Jobs = 2 plus 1 for each level | | Jobs = 2 plus 1 for each level | ||
| Homes = | | Homes = | ||
| Materials = | | Materials = | ||
* 120 [[ | * 120 [[Material of Choice]] | ||
* 4 [[Electronic Part | * 4 [[Electronic Part]]s | ||
* 12 [[Mechanical Part | * 12 [[Mechanical Part]]s | ||
* 12 [[Metal]] | * 12 [[Metal]] | ||
* 40 [[Plastic]] | * 40 [[Plastic]] | ||
* 50 [[Textiles]] | * 50 [[Textiles]] | ||
* 2 [[Gem Ring]] | * 2 [[Gem Ring]] | ||
* [[ | * [[Harsh Environment Enclosure|Additional materials in harsh environments]] | ||
| Tools = | | Tools = | ||
* [[Soldering Iron]] | * [[Soldering Iron]] | ||
| Line 160: | Line 160: | ||
<nowiki>| Name = Casino</nowiki> | <nowiki>| Name = Casino</nowiki> | ||
<nowiki>| Picture = Casino.png</nowiki> | <nowiki>| Picture = Casino.png</nowiki> | ||
<nowiki>| Placement = Land near [[ | <nowiki>| Placement = Land near [[Road]]</nowiki> | ||
<nowiki>| MaxLevel = 32</nowiki> | <nowiki>| MaxLevel = 32</nowiki> | ||
<nowiki>| Jobs = 2 plus 1 for each level</nowiki> | <nowiki>| Jobs = 2 plus 1 for each level</nowiki> | ||
| Line 166: | Line 166: | ||
<nowiki>| Materials = </nowiki> | <nowiki>| Materials = </nowiki> | ||
<nowiki>* 120 [[Material of Choice]]</nowiki> | <nowiki>* 120 [[Material of Choice]]</nowiki> | ||
<nowiki>* 4 [[Electronic Part | <nowiki>* 4 [[Electronic Part]]s</nowiki> | ||
<nowiki>* 12 [[Mechanical Part | <nowiki>* 12 [[Mechanical Part]]s</nowiki> | ||
<nowiki>* 12 [[Metal]]</nowiki> | <nowiki>* 12 [[Metal]]</nowiki> | ||
<nowiki>* 40 [[Plastic]]</nowiki> | <nowiki>* 40 [[Plastic]]</nowiki> | ||
| Line 231: | Line 231: | ||
| Name = Apartment | | Name = Apartment | ||
| Picture = Apartment.png | | Picture = Apartment.png | ||
| Placement = Land near [[ | | Placement = Land near [[Road]] | ||
| MaxLevel = 32 | | MaxLevel = 32 | ||
| Jobs = 1 | | Jobs = 1 | ||
| Homes = 4 for each level | | Homes = 4 for each level | ||
| Materials = | | Materials = | ||
* 20 [[ | * 20 [[Material of Choice]] | ||
* [[ | * [[Harsh Environment Enclosure|Additional materials in harsh environments]] | ||
| Tools = | | Tools = | ||
* [[Hammer]] | * [[Hammer]] | ||
| Line 249: | Line 249: | ||
<nowiki>| Name = Apartment</nowiki> | <nowiki>| Name = Apartment</nowiki> | ||
<nowiki>| Picture = Apartment.png</nowiki> | <nowiki>| Picture = Apartment.png</nowiki> | ||
<nowiki>| Placement = Land near [[ | <nowiki>| Placement = Land near [[Road]]</nowiki> | ||
<nowiki>| MaxLevel = 32</nowiki> | <nowiki>| MaxLevel = 32</nowiki> | ||
<nowiki>| Jobs = 1</nowiki> | <nowiki>| Jobs = 1</nowiki> | ||
Revision as of 17:22, 23 May 2015
How to use
To use this template, simply copy this into the very top of a building's page.
{{Building
| Name =
| Picture =
| Placement =
| MaxLevel =
| Jobs =
| Homes =
| Materials =
* x [[Material of Choice]]
*
* [[Harsh Environment Enclosure|Additional materials in harsh environments]]
| Tools =
*
| Speedup =
*
}}
Then fill in information as need. See the examples below.
Notes:
- If the building does not have any homes, just leave the homes tag blank.
A few of the fields can left blank to invoke the default, which is:
- Name = {{{PAGENAME}}}
- Picture = Imbox deletion.png
- Placement = Land near [[Road]]
- MaxLevel = 8
- Jobs = 1 plus 1 for each level
- Homes = (special, the homes section will only be visible if the "homes" tag is used)
- Tools = *None
- Speedup = *None
Minimal Example
| Building |
|---|
| Placement Requirement |
|
| Maximum Levels |
|
| Jobs |
|
| Construction Materials |
|
| Tools Required |
|
| Construction Speedup |
|
{{Building
| Materials =
* 1 [[Computer]]
}}
Full Examples
| Casino |
|---|
| Casino |
| Placement Requirement |
|
| Maximum Levels |
|
| Jobs |
|
| Construction Materials |
| Tools Required |
| Construction Speedup |
{{Building
| Name = Casino
| Picture = Casino.png
| Placement = Land near [[Road]]
| MaxLevel = 32
| Jobs = 2 plus 1 for each level
| Homes =
| Materials =
* 120 [[Material of Choice]]
* 4 [[Electronic Part]]s
* 12 [[Mechanical Part]]s
* 12 [[Metal]]
* 40 [[Plastic]]
* 50 [[Textiles]]
* 2 [[Gem Ring]]
* [[Harsh Environment Enclosure|Additional materials in harsh environments]]
| Tools =
* [[Soldering Iron]]
* [[Hammer]]
| Speedup =
* [[Electricity]]
* [[Computer]]
* [[SUV]]
}}
| Apartment |
|---|
| Apartment |
| Placement Requirement |
|
| Maximum Levels |
|
| Jobs |
|
| Homes |
|
| Construction Materials |
| Tools Required |
| Construction Speedup |
{{Building
| Name = Apartment
| Picture = Apartment.png
| Placement = Land near [[Road]]
| MaxLevel = 32
| Jobs = 1
| Homes = 4 for each level
| Materials =
* 20 [[Material of Choice]]
* [[Harsh Environment Enclosure|Additional materials in harsh environments]]
| Tools =
* [[Hammer]]
| Speedup =
* [[Electricity]]
* [[Computer]]
* [[SUV]]
}}