Template:Header Nav: Difference between revisions

Template page
w:c:strategywiki>Mason11987
(note about "complete" guide)
w:c:strategywiki>Echelon
(New navigation system)
Line 1: Line 1:
{{qif|test={{{num|}}}|then={{0{{{num}}}p}}&nbsp;}}[[{{{game}}}|'''{{{game}}}''']] | [[{{{game}}}/Table of Contents|Table of Contents]] | [[{{{game}}}/Introduction|Introduction]] | [[{{{game}}}/Walkthrough|Walkthrough]]<noinclude>
{{qif|test={{{num|}}}|then={{0{{{num}}}p}}&nbsp;}}[[{{{game}}}|'''{{{game}}}''']] | <span id="GuideToggleFrame">[[{{{game}}}/Table of Contents|Table of Contents]]</span> | [[{{{game}}}/Introduction|Introduction]] | [[{{{game}}}/Walkthrough|Walkthrough]] {{qif|test={{{tocpage|}}}|then=&nbsp;{{GuideTocWrapper|toc={{:{{{game}}}/{{{tocpage}}}}}&nbsp;}}&nbsp;}}<noinclude>


==Implementation==
==Implementation==
Add the template to a page like this:
Add the template to a page like this:
<nowiki>{{All Game Nav|game=Game Name Goes Here|num=(optional number from 0 to 4)}}</nowiki>
<nowiki>{{All Game Nav|game=Game Name Goes Here|num=(optional number from 0 to 4)|tocpage=(optional name of Table of Contents subpage)}}</nowiki>


This looks as follows when added to the guide without num:<br />
This looks as follows when added to the guide without num:<br />
{{All Game Nav|game=Zelda: Ocarina of Time}}
{{All Game Nav|game=The Legend of Zelda: Ocarina of Time}}
Or, with num:<br />
Or, with num:<br />
{{All Game Nav|game=Zelda: Ocarina of Time|num=3}}
{{All Game Nav|game=The Legend of Zelda: Ocarina of Time|num=3}}


===Usage of the Num Variable===
===Usage of the Num Variable===
Line 19: Line 19:
* '''4''' represents a ''"complete" and "perfected guide"'', these guides provide all known useful information to the reader in a clear and organized manner.  Additions to these guides are definitly useful and no guide is ever really finished on a StrategyWiki.
* '''4''' represents a ''"complete" and "perfected guide"'', these guides provide all known useful information to the reader in a clear and organized manner.  Additions to these guides are definitly useful and no guide is ever really finished on a StrategyWiki.


=== Usage of Tocpage variable ===
{{All Game Nav|game=The Legend of Zelda: Ocarina of Time|tocpage=Table of Contents}}
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 23:06, 26 June 2006

Template:Qif[[{{{game}}}|{{{game}}}]] | [[{{{game}}}/Table of Contents|Table of Contents]] | [[{{{game}}}/Introduction|Introduction]] | [[{{{game}}}/Walkthrough|Walkthrough]] Template:Qif

Implementation

Add the template to a page like this: {{All Game Nav|game=Game Name Goes Here|num=(optional number from 0 to 4)|tocpage=(optional name of Table of Contents subpage)}}

This looks as follows when added to the guide without num:
Template:All Game Nav Or, with num:
Template:All Game Nav

Usage of the Num Variable

Always be sure to use the num variable on the introduction page of guides to represent the overall completion level of the guide. You may also use num on pages of considerable length where it would be useful to ascertain the level of completion since it may be ordinarily difficult to tell with longer pages.

  • 0 represents an abysmal level of completion for a guide that has just been created. There is nearly no useful information present in a level-0 guide.
  • 1 represents a low level of completion. There is some useful information present, but it is neither organized nor plentiful.
  • 2 represents a halfway point, or a guide that is half "complete"
  • 3 represents a level of near completion, or a guide which is almost "complete". Such a guide may be missing only a few small sections or require only a limited amount of cleaning.
  • 4 represents a "complete" and "perfected guide", these guides provide all known useful information to the reader in a clear and organized manner. Additions to these guides are definitly useful and no guide is ever really finished on a StrategyWiki.

Usage of Tocpage variable

Template:All Game Nav