A Wiki in the Desert
Log in

Difference between revisions of "Template:Technology/doc"

From A Wiki in the Desert
m (Updated example to match template)
m (Updated faction research links to point to new namespaced faction pages)
Line 102: Line 102:
 
       <table class="ib-factions">
 
       <table class="ib-factions">
 
         <tr>
 
         <tr>
           <td>[[File:Hyksos Logo large.png|60px|link=Research/Hyksos]]</td>
+
           <td>[[File:Hyksos Logo large.png|60px|link=Hyksos:Research]]</td>
           <td>[[File:Kush Logo large.png|60px|link=Research/Kush]]</td>
+
           <td>[[File:Kush Logo large.png|60px|link=Kush:Research]]</td>
           <td>[[File:Meshwesh Logo large.png|60px|link=Research/Meshwesh]]</td>
+
           <td>[[File:Meshwesh Logo large.png|60px|link=Meshwesh:Research]]</td>
 
         </tr>
 
         </tr>
 
       </table>
 
       </table>

Revision as of 03:01, 21 August 2019

{{Technology}} is for use in any article about an in-game "technology". 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

{{Technology
| name             = 
| discipline       = 
| image            = 
| level            = 
| lessons          = 
| prereq-research  = 
| prereq-materials = 
| required-by      = 
| hyksos           = 
| kush             = 
| meshwesh         = 
}}

Usage

name
The name of the technology.
discipline (optional)
The discipline associated with the technology (e.g. Architecture, Thought, etc.). For technologies not learned at a school such as Planning Application, use "Special".
image (optional)
File name of an image for the technology. Should generally be the official in-game technology "icon". The recommended size is 256 pixels wide by 160 pixels high.
level
The level required to learn the technology.
lessons (optional)
The number of lessons required to teach the technology to another player.
prereq-research (optional)
The technologies that must be researched before this technology becomes available at universities.
prereq-materials (optional)
The technologies that must be researched before the materials required by this technology can be acquired or crafted.
required-by (optional)
The technologies that list this technology as a prerequisite.
hyksos (optional)
If Hyksos has completed research of this technology, should be set to "Yes", otherwise "No".
kush (optional)
If Kush has completed research of this technology, should be set to "Yes", otherwise "No".
meshwesh (optional)
If Meshwesh has completed research of this technology, should be set to "Yes", otherwise "No".

Example

Masonry
Masonry
(Technology - Architecture)
Level Required 6
Lessons to Teach 6
Related Technologies
Research Prerequisites
Required By
Factions Researched
Hyksos Logo large.png Kush Logo large.png Meshwesh Logo large.png
{{Technology
| name             = Masonry
| discipline       = Architecture
| image            = Masonry.png
| level            = 6
| lessons          = 6
| prereq-research  = 
* [[Stonemasonry]]
| prereq-materials = 
| required-by      = 
* [[Crystal Acoustics]]
* [[Gearbox Design]]
| hyksos           = Yes
| kush             = Yes
| meshwesh         = Yes
}}