Difference between revisions of "Template:Nav"

From RimWorld Wiki
Jump to navigation Jump to search
(added Nav/Clothing to nav)
m (No longer case sensitive)
Line 2: Line 2:
 
<div class="nav {{#if:{{{1|}}} | {{#switch:{{{1}}} | ai = c_07 | animal = c_08 | plant = c_14 | weapon = c_06 | zone = c_11 | structure = c_02 | floor = c_02 | joy = c_05 | building = c_25 | security = c_10 | furniture = c_01 | temperature = c_25 | }}}} {{#if:{{{2|}}}|{{{2}}}}}">
 
<div class="nav {{#if:{{{1|}}} | {{#switch:{{{1}}} | ai = c_07 | animal = c_08 | plant = c_14 | weapon = c_06 | zone = c_11 | structure = c_02 | floor = c_02 | joy = c_05 | building = c_25 | security = c_10 | furniture = c_01 | temperature = c_25 | }}}} {{#if:{{{2|}}}|{{{2}}}}}">
 
<div class="box"><div class="heading">{{#switch:{{{1}}} | ai = [[AI Storytellers|AI Storytellers]] | animal = [[Animals|Animals]] | plant = [[Plants|Plants]] | weapon = [[Weapons|Weapons]] | [[Architect|Architect]]}}</div>
 
<div class="box"><div class="heading">{{#switch:{{{1}}} | ai = [[AI Storytellers|AI Storytellers]] | animal = [[Animals|Animals]] | plant = [[Plants|Plants]] | weapon = [[Weapons|Weapons]] | [[Architect|Architect]]}}</div>
<div class="wrapper">{{#switch:{{{1|}}} |<!--  
+
<div class="wrapper">{{#switch:{{lc:{{{1|}}}}} |<!--  
 
--> ai            = <dl>{{TNT|nav/ai}}</dl>{{nav/sep}}|<!--  
 
--> ai            = <dl>{{TNT|nav/ai}}</dl>{{nav/sep}}|<!--  
 
--> animal    = <dl>{{TNT|nav/animals}}</dl>{{nav/sep}}|<!--  
 
--> animal    = <dl>{{TNT|nav/animals}}</dl>{{nav/sep}}|<!--  

Revision as of 20:42, 30 March 2017



Usage

Nav boxes are used for linking related things together, by having a handy box at the bottom of the page.

Here's how to use them properly:

{{nav|category|optional style}}

The category options are:

ai, animal, body parts, clothing, factions, floor, food, furniture, joy, main, materials, mechanoid, misc, order, plant, power, production, psycasts, security, ship, stats, status levels, structure, temperature, utility, weapons, zone

The only optional style available is

wide

Examples

{{nav|animal}}


{{nav|plant|wide}}


Links to the templates

Other navigation templates

Note that although looking similar Template:Nav/disease, Template:Nav/drugs, Template:Nav/guides and Template:Nav/questitems must be used with:

{{Nav/disease}}
{{Nav/drugs}}
{{Nav/guides}}
{{Nav/questitems}}