Template:Nav/doc: Difference between revisions

m Section: class example
No edit summary
Line 5: Line 5:
===Header===
===Header===
A header call to this template must be the first usage of this template.
A header call to this template must be the first usage of this template.
<pre>{{nav|header|DQI|Dragon Quest|title=Ninjas|class=navMainSeries}}</pre>
<pre>{{nav|header|DQI|{{DQ}}|title=Ninjas|class=navMainSeries}}</pre>
*header: A required parameter which marks this as the start of a navigation bar. This parameter must be the first parameter. It does not take a value.
*header: A required parameter which marks this as the start of a navigation bar. This parameter must be the first parameter. It does not take a value.
*template: A required parameter specifying the name of the template containing the nav template calls.  This parameter is a value only.  The parameter must be the second parameter.  It is used in the [[Template:tnav|tnav]] template in order to provide easy access to editing and discussion of the parent template.
*template: A required parameter specifying the name of the template containing the nav template calls.  This parameter is a value only.  The parameter must be the second parameter.  It is used in the [[Template:tnav|tnav]] template in order to provide easy access to editing and discussion of the parent template.
Line 35: Line 35:
{{nav|header|DQI|Dragon Quest}}
{{nav|header|DQI|Dragon Quest}}
{{nav|section|Characters|
{{nav|section|Characters|
* [[Hero (Dragon Quest I)|Hero]]
* [[Hero (Dragon Quest)|Hero]]
* [[Roto]]
* [[Erdrick]]
}}
}}
{{nav|section|Locations|
{{nav|section|Locations|
* [[Alefgard]]
* [[Alefgard]]
* [[Brecconary]]
* [[Tantegel|Brecconary]]
* [[Roto's Cave]]
* [[Erdrick's Cave]]
* [[Southern Shrine]]
* [[Sanctum]]
* [[Swamp Cave]]
* [[Quagmire Cave]]
* [[Tantegel]]
* [[Tantegel]]
}}
}}
Line 51: Line 51:
{{nav|header|DQI|Dragon Quest}}
{{nav|header|DQI|Dragon Quest}}
{{nav|section|Characters|
{{nav|section|Characters|
* [[Hero (Dragon Quest I)|Hero]]
* [[Hero (Dragon Quest)|Hero]]
* [[Roto]]
* [[Erdrick]]
}}
}}
{{nav|section|Locations|
{{nav|section|Locations|
* [[Alefgard]]
* [[Alefgard]]
* [[Brecconary]]
* [[Tantegel|Brecconary]]
* [[Roto's Cave]]
* [[Erdrick's Cave]]
* [[Southern Shrine]]
* [[Sanctum]]
* [[Swamp Cave]]
* [[Quagmire Cave]]
* [[Tantegel]]
* [[Tantegel]]
}}
}}
{{nav|footer}}
{{nav|footer}}
</pre>
</pre>