Difference between revisions of "Help:See Also"

From Krafties
Jump to navigation Jump to search
m
Line 33: Line 33:
  
 
==Creating Navigation tables==
 
==Creating Navigation tables==
 +
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.
 +
 +
{|class=wikitable style="margin-left:30px"
 +
|-
 +
!style=width:200px|Template !!style=width:300px|Code !!Description
 +
|-
 +
|'''[[Template:Navbox|Navbox]]'''
 +
|<code><nowiki>{{Navbox|title=|groups=|footer=}}</nowiki></code> ||Adds the frame for the navigation table
 +
*"<code><nowiki>title=</nowiki></code>" adds the first header
 +
*"<code><nowiki>groups=</nowiki></code>" is for everything in between
 +
*"<code><nowiki>footer=</nowiki></code>" for adding extra related links at the bottom of the table.
 +
|-
 +
!colspan=3|templates used in [[template:Navbox|Navbox]] "groups=" area
 +
|-
 +
|'''[[Template:Navbox-odd|Navbox-odd]] and [[Template:Navbox-even|Navbox-even]]'''
 +
|<code><nowiki>{{Navbox-odd|group=|links=}}</nowiki></code> ||Use these in the "<code><nowiki>groups=</nowiki></code>" area of the [[Template:Navbox|Navbox template]]<br>Adds the groups and their links. The only difference between them is the background color behind the links (odd is white, even is gray).
 +
|-
 +
|'''[[Template:Navbox-header|Navbox-header]]'''
 +
|<code><nowiki>{{Navbox-header|title=}}</nowiki></code> ||Use these also in the "<code><nowiki>groups=</nowiki></code>" area, to create new sections.
 +
|-
 +
|}

Revision as of 06:55, 8 November 2014

Our Wiki Help Pages
General Mediawiki Helpguides

Navigation Tables (See Also)

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

Creating Navigation tables

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
  • "title=" adds the first header
  • "groups=" is for everything in between
  • "footer=" for adding extra related links at the bottom of the 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 template
Adds 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.