| MediaWiki:Sitenotice |
|---|
| 2026-03-12: Cocopedia.com is now using a new caching system that should make things faster. Please let me know if you encounter any new issues.
2026-03-15: MediaWiki has been reinstalled and the old database and files restored. It was pretty clogged up from being upgraded so many times since 2004. I am also testing out Cloudflare to see if it can prevent the 'bot assaults that took the site down last year. 2026-03-16: Special thanks to Don Barber for hosting a backup mirror of CoCopedia: https://cocopedia.dgb3.net |
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 01:04, 7 February 2007
Please do not edit this page. It is a work in progress.
Navigation Template
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}}'''