Templates
From Miner Wars 2081 Encyclopedia Wiki
Contents |
Templates tips
- Parse your parameters using parse function if (http://www.mediawiki.org/wiki/Help:Extension:ParserFunctions) if you want to make your parameter optional in the template. For example:
{{ #if: {{{Character|}}} | <tr><td valign="top"><b>Character</b></td><td><div style = "margin: 0px 10px 0px 0px; text-align:right;">{{{Character}}}</div></td></tr>|}}
Faction summary template
Faction template
Character | National State Faction / Confederation |
Importance | High (9/10) |
Territory | Large (7/10) |
Wealth | Rich (7/10) |
Technology | Advanced (8/10) |
Aggresion | Medium |
Politics | Democracy, Capitalism |
Citizens/Members | 40,000 – 60,000 |
Religion | Individual Religious Freedom |
Name: Faction
Parameters
- name - name of the faction
- image - name of the image (must be uploaded on wiki)
- Character - text field for character of the faction
- Importance - text field for importance of the faction
- Territory - text field for size of their territory
- Wealth - text field for amount of wealth of the faction
- Technology - text field for the level of technology of the faction
- Aggresion - text field for the level of aggressivity of the faction
- Citizen - text field for number of citizens
- Politics - text field for political system of the faction
- Religion - text field for main religions of the faction
Weapon summary template
Sniper
Type | Long Range Weapon |
Price | Medium ($70.000) |
Range | Extreme (+8.000) |
Damage | High |
Clip size | small (25 - 30) |
Rate of Fire | Low (60/min) |
Known users | none known |
Name: Weapon
parameters
- name=name of the weapon
- image=name of the image (must be uploaded on wiki)
- Type=text field for type of weapon (long range, rapid fire...)
- Price=text field for price of weapon + relative rank (low, medium, high, extreme)
- Range=text field for minimum range of the weapon + relative rank (low, medium, high, extreme)
- Damage=text field for relative damage/shot (low, medium, high, extreme)
- Clip size=text field for clip size + relative rank (tiny, small, normal, large)
- Rate of Fire=text field for rate of fire + relatve rank (low, medium, high, extreme)
- Known users=text field for list of known NPC users
Templates under construction
Here you can put templates that you are currently creating and designing