A Wiki in the Desert
Log in

Difference between revisions of "Template:Building/doc"

From A Wiki in the Desert
 
(2 intermediate revisions by the same user not shown)
Line 20: Line 20:
  
 
; image ''(optional)'' : File name of an image for the resource. Should generally be a clean screenshot of the resource as it appears when dropped on the ground from a character's inventory. The recommended size is 250px but, if larger, the image should scale to fit the template.
 
; image ''(optional)'' : File name of an image for the resource. Should generally be a clean screenshot of the resource as it appears when dropped on the ground from a character's inventory. The recommended size is 250px but, if larger, the image should scale to fit the template.
 +
 +
; description ''(optional)'' : A brief description explaining the purpose of the building
  
 
; location ''(optional)'' : The location or locations where the building can be constructed such as Compound, Outside, Small Construction Site, Medium Construction Site, etc.
 
; location ''(optional)'' : The location or locations where the building can be constructed such as Compound, Outside, Small Construction Site, Medium Construction Site, etc.
Line 40: Line 42:
 
   <tr>
 
   <tr>
 
       <th class="ibtype">(Building)</th>
 
       <th class="ibtype">(Building)</th>
 +
  </tr>
 +
  <tr class="ib-stacked">
 +
      <th>Brief Description</th>
 +
  </tr>
 +
  <tr class="ib-stacked">
 +
      <td>Used for converting [[Metal|Metals]] into [[Salts of Metal]]</td>
 
   </tr>
 
   </tr>
 
   <tr class="ib-stacked">
 
   <tr class="ib-stacked">
Line 64: Line 72:
 
| name        = Acid Bath
 
| name        = Acid Bath
 
| image        = Acid Bath.png
 
| image        = Acid Bath.png
 +
| description  = A brief description explaining the purpose of the building
 
| location    = [[where::Compound]]
 
| location    = [[where::Compound]]
 
| size        = {{Area | 5 | 3}}
 
| size        = {{Area | 5 | 3}}

Latest revision as of 12:12, 31 December 2025

{{Building}} is for use in any article about an in-game "building". All parameters are optional and can be left blank, though it is preferred to include as many as possible; if undefined, these optional parameters will not appear as part of the template. The recommended image size is a width of 250px so that it will completely fill the infobox without increasing its size.

Template

{{Building
| name         = 
| image        = 
| description  =
| location     = 
| size         = 
| capacity     =
| requirements = 
}}

Usage

name
The name of the resource.
image (optional)
File name of an image for the resource. Should generally be a clean screenshot of the resource as it appears when dropped on the ground from a character's inventory. The recommended size is 250px but, if larger, the image should scale to fit the template.
description (optional)
A brief description explaining the purpose of the building
location (optional)
The location or locations where the building can be constructed such as Compound, Outside, Small Construction Site, Medium Construction Site, etc.
size (optional)
The dimensions of the building when constructed inside a Compound.
capacity (optional)
The storage capacity of the building.
requirements (optional)
A list of any skills or technologies required to construct a building.

Example

Acid Bath
Acid Bath
(Building)
Brief Description
Used for converting Metals into Salts of Metal
Location
Compound
Size

5 x 3

Requirements
Neutralization 0 (Technology)
{{Building
| name         = Acid Bath
| image        = Acid Bath.png
| description  = A brief description explaining the purpose of the building
| location     = [[where::Compound]]
| size         = {{Area | 5 | 3}}
| capacity     =
| requirements = {{RequireTechnology | Neutralization | 0 }}
}}