Difference between revisions of "Help:See Also"
Jump to navigation
Jump to search
MyraMidnight (talk | contribs) |
MyraMidnight (talk | contribs) |
||
Line 57: | Line 57: | ||
|- | |- | ||
|} | |} | ||
+ | ====Example==== | ||
+ | <pre style="margin-left:40px;"> | ||
+ | {{Navbox|title=Navigation Table|groups= | ||
+ | {{Navbox-odd|group=Interesting links|links=[[Template:Navbox|]]}} | ||
+ | {{Navbox-header|title=Filler section}} | ||
+ | {{Navbox-odd|group=Group 1|links=[[Template:Navbox-odd|]] • [[Template:Navbox-even|]]}} | ||
+ | {{Navbox-even|group=Group 2|links=[[Template:Navbox-header|]]}} | ||
+ | |footer=See Also}} | ||
+ | </pre> | ||
+ | {{Navbox|title=Navigation Table|groups= | ||
+ | {{Navbox-odd|group=Interesting links|links=[[Template:Navbox|Navbox]]}} | ||
+ | {{Navbox-header|title=Filler section}} | ||
+ | {{Navbox-odd|group=Group 1|links=[[Template:Navbox-odd|Navbox-odd]] • [[Template:Navbox-even|Navbox-even]]}} | ||
+ | {{Navbox-even|group=Group 2|links=[[Template:Navbox-header|Navbox-header]]}} | ||
+ | |footer=See Also}} |
Revision as of 12:01, 28 March 2015
Our Wiki Help Pages | ||||
---|---|---|---|---|
General Mediawiki Helpguides |
Should be used for the "See Also" section of pages
- These templates add a navigation table with links to relative information in a neat and organized way
- Preferably only use a single table on a page, so pick one which is most relevant, and add normal links to other related pages.
- Just click the template link to view how it looks
Template | Code | Description |
---|---|---|
Krafties Creatures | {{Krafties Creatures}} |
Links to Krafties Creatures and Soul Elements |
Experience and Levels | {{Experience}} |
Links to experience and Skills |
Activities and Krafties Island | {{Krafties}} |
Links to Activities and Krafties Island |
Krafties Items | {{Items}} |
Links to the many Items of the game |
The Elements | {{Elements}} |
Links to the individual Elements pages |
Spells Navigation | {{Spells}} |
Links to the individual Spells pages |
Technical Navigation | {{Technical}} |
Links to the Technical pages and Support |
KraftiesHUD | {{KraftiesHUD}} |
Links to the Krafties HUD and Apps info |
A few templates have been created, which when used together become a pretty neat looking navigation table. The WikiWriter is in charge of template making, but I thought I would add this to explain how they are created in case of editing.
Template | Code | Description |
---|---|---|
Navbox | {{Navbox|title=|groups=|footer=}} |
Adds the frame for the navigation table
|
templates used in Navbox "groups=" area | ||
Navbox-odd and Navbox-even | {{Navbox-odd|group=|links=}} |
Use these in the "groups= " area of the Navbox templateAdds the groups and their links. The only difference between them is the background color behind the links (odd is white, even is gray). |
Navbox-header | {{Navbox-header|title=}} |
Use these also in the "groups= " area, to create new sections.
|
Example
{{Navbox|title=Navigation Table|groups= {{Navbox-odd|group=Interesting links|links=[[Template:Navbox|]]}} {{Navbox-header|title=Filler section}} {{Navbox-odd|group=Group 1|links=[[Template:Navbox-odd|]] • [[Template:Navbox-even|]]}} {{Navbox-even|group=Group 2|links=[[Template:Navbox-header|]]}} |footer=See Also}}
|