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

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigationJump to search
No edit summary
PageName: using ROOTPAGENAME to not show the namespace
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
<pre><nowiki>
<pre><nowiki>
{{Home}}{{Section}}{{PageName}}}
{{Home}}{{Section}}{{PageName}}}
<includeonly>[[Category: Section Name]]</includeonly>
</nowiki></pre>
</nowiki></pre>


Then, if '''Section''' does not exist, create it like this:
Then, if '''Section''' does not exist, create it like this:
<pre><nowiki>
<pre><nowiki>
[[Category: Section Name]]{{Delim}}[[Section Name Top Page Link]]
{{Delim}}[[Section Name Top Page Link]]
</nowiki></pre>
</nowiki></pre>


Line 17: Line 18:
You should never change this.  It's a global thing used by the templates.  Changing this can change the nav format globally.
You should never change this.  It's a global thing used by the templates.  Changing this can change the nav format globally.
<pre><nowiki>
<pre><nowiki>
&nbsp;/&nbsp;
&nbsp;/&nbsp;
</nowiki></pre>
</nowiki></pre>


Line 23: Line 24:
And this one doesn't need to be changed either.
And this one doesn't need to be changed either.
<pre><nowiki>
<pre><nowiki>
&nbsp;:&nbsp;'''{{PAGENAME}}'''
&nbsp;:&nbsp;'''{{ROOTPAGENAME}}'''
</nowiki></pre>
</nowiki></pre>

Latest revision as of 16:44, 9 April 2020

WELCOME
Looking for CoCo help? If you are trying to do something with your old Color Computer, read this quick reference. Want to contribute to this wiki? Be sure to read this first. This CoCo wiki project was started on October 29, 2004. --OS-9 Al Read-only mirror: https://cocopedia.dgb3.net

See Recent Changes. | About this site. | Join the E-Mail List or Facebook Group. | Contact me with updates/questions.

This page was last updated on 04/9/2020. Total Pages: 751. Total Files: 999.


Home / Help - Using Navigation Templates


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}}}
<includeonly>[[Category: Section Name]]</includeonly>

Then, if Section does not exist, create it like this:

{{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.

 : '''{{ROOTPAGENAME}}'''