Difference between revisions of "Template:Lore article list"

From Arkaz
Jump to: navigation, search
(New page: <noinclude>{{Article list details}}</noinclude> * NPCs)
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>{{Article list details}}</noinclude>
 
<noinclude>{{Article list details}}</noinclude>
* [[NPC]]s
+
* [[Islands]]
 +
* [[Towns]]
 +
* [[Buildings]]
 +
* [[NPCs]]
 +
* [[Villains]]
 +
* [[Titles]]

Latest revision as of 07:30, 11 June 2012

About this template

Lore article list contains the list of primary articles/categories underneath this heading. This page should be used for navigation purposes: including on the main page, article entries which need such a list, and the side bar navigation. Separate listings can be created within the same article by using:

{{

#ifeq: {{{1|<noinclude>main</noinclude>}}}
| main 
| * [[Article 1]]
| <nowiki>

</nowiki>
}}

This allows for the main page to have a partial listing, while the navigation has a complete listing, or a See Also footnote. Note that the listing within an article and the navigation itself can also differ. Article listings included for navigation purposes have the "nav" parameter passed. Again, this allows for independent listings later:

{{Getting Started article list|nav}}

This can then be used in the condition:

{{

#ifeq: {{{1|<noinclude>nav</noinclude>}}}
| nav
| * [[Article 1]]
| <nowiki>

</nowiki>
}}


Whitespace should be kept to a minimum - it will show. The <nowiki></nowiki> tags are used to remove the excess whitespace as much as possible.


Template Content