MediaWiki:Sitenotice:
2024-03-02: The wiki ran out of disk space, so things were not working. This has been resolved by adding another 5GB of quota ;-) Thanks to Tim Lindner for reporting the issues.
2020-05-17: If a page gives you an error about some revision not being found, just EDIT the page and the old page should appear in the editor. If it does, just SAVE that and the page should be restored. OS-9 Al (talk) 12:22, 17 May 2020 (CDT)
Using Navigation Templates: Difference between revisions
AllenHuffman (talk | contribs) No edit summary |
AllenHuffman (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
Please do not edit this page. It is a work in progress. | Please do not edit this page. It is a work in progress. | ||
<nowiki> | == Navigation Template == | ||
At the top of each page, add a Nav template, such as '''<nowiki>{{NavArticles}}</nowiki>'''. If it does not exist, you can then click on that link and create it. It should look like this: | |||
</nowiki> | <pre><nowiki> | ||
{{Home}}{{Section}}{{PageName}}} | |||
</nowiki></pre> | |||
<nowiki> | Then, if '''Section''' does not exist, create it like this: | ||
<pre><nowiki> | |||
[[Category: Section Name]]{{Delim}}[[Section Name Top Page Link]] | [[Category: Section Name]]{{Delim}}[[Section Name Top Page Link]] | ||
</nowiki> | </nowiki></pre> | ||
<nowiki> | == Delimeter == | ||
You should never change this. It's a global thing used by the templates. Changing this can change the nav format globally. | |||
<pre><nowiki> | |||
/ | / | ||
</nowiki> | </nowiki></pre> | ||
<nowiki> | == PageName == | ||
And this one doesn't need to be changed either. | |||
<pre><nowiki> | |||
: '''{{PAGENAME}}''' | : '''{{PAGENAME}}''' | ||
</nowiki> | </nowiki></pre> |
Revision as of 05:04, 7 February 2007
Please do not edit this page. It is a work in progress.
At the top of each page, add a Nav template, such as {{NavArticles}}. If it does not exist, you can then click on that link and create it. It should look like this:
{{Home}}{{Section}}{{PageName}}}
Then, if Section does not exist, create it like this:
[[Category: Section Name]]{{Delim}}[[Section Name Top Page Link]]
Delimeter
You should never change this. It's a global thing used by the templates. Changing this can change the nav format globally.
/
PageName
And this one doesn't need to be changed either.
: '''{{PAGENAME}}'''