Template:Index-page: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
maketext more friendly and add topic parameter |
more nice text |
||
Line 60: | Line 60: | ||
|- | |- | ||
|<nowiki>{{index-page|topic=textures}}</nowiki> | |<nowiki>{{index-page|topic=textures}}</nowiki> | ||
|Creates: "This | |Creates: "This is a selected list of articles and tutorials about '''textures'''." | ||
|} | |} | ||
Line 66: | Line 66: | ||
[[Category:Templates|{{{sort}}}]] | [[Category:Templates|{{{sort}}}]] | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
{{infobox|bg=#e0e0ff|text=This | {{infobox|bg=#e0e0ff|text=This is a selected list of articles and tutorials about '''{{{topic|Topic parameter not set!}}}'''. | ||
<br>Please see the category '''[[:Category:{{{category|undef!}}}|{{{category|Category parameter not set!}}}]]''' for a full list of articles for this topic.}} | <br>Please see the category '''[[:Category:{{{category|undef!}}}|{{{category|Category parameter not set!}}}]]''' for a full list of articles for this topic.}} | ||
[[Category:Index pages|{{{sort|{{PAGENAME}}}}}]] | [[Category:Index pages|{{{sort|{{PAGENAME}}}}}]] | ||
</includeonly> | </includeonly> |
Revision as of 23:00, 5 November 2007
This template sorts adds an infobox with a text explaning that this an index or overview page for a certain topic.
Usage
Include this template at the top of index pages like so:
{{index-page|category=Editing|topic=elevators}}
Parameters
sort
The optional sort parameter for this template influences the place where the article will be sorted in the category:
Example | Description |
---|---|
{{index-page|...}} | default sorting order based on article name |
{{index-page|...|sort=Lifts}} | an article named "Creating a Lift" goes under "L" (specifically "Lifts") |
category
The required category parameter for this template influences the category to which the info box links:
Example | Description |
---|---|
{{index-page|category=Editing}} | Link to Category:Editing |
topic
The required topic parameter sets the text that will be inserted into the info box after the word about:
Example | Description |
---|---|
{{index-page|topic=textures}} | Creates: "This is a selected list of articles and tutorials about textures." |