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

Page Templates: Difference between revisions

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigationJump to search
No edit summary
adding BASIC Page template example
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{NavHelp}}
{{NavHelp}}
When starting a new page, begin by copying in the appropriate template code for the type of page you are creating:
When starting a new page, begin by copying in the appropriate template code for the type of page you are creating:
== Company Page ==
<pre>
{{NavCompanies}}
{{CompanyInfoBox |
| name      = (else PAGENAME is used)
| photo      = (else PAGENAME.jpg is used)
| caption    =
| date      =
| year      =
| notes      =
| infosource =
| enddate    =
| endyear    =
| location  =
}}
{{PAGENAME}} is/was a XXX sold/created by YYY from AAAA-BBBB.
== Photos ==
<gallery>
Photo1.jpg|Photo caption.
Photo2.jpg|Photo caption.
</gallery>
== External Links ==
* None yet.
</pre>
== Convention Page ==
<pre>
{{NavConventions}}
{{ConventionInfoBox |
| name      = (else PAGENAME is used)
| photo      = (else PAGENAME.jpg is used)
| caption    =
| date      =
| year      =
| notes      =
| infosource =
| enddate    =
| endyear    =
| location  =
}}
{{PAGENAME}} is/was a convention held in XXX from AAAA-BBBB.
== Photos ==
<gallery>
Photo1.jpg|Photo caption.
Photo2.jpg|Photo caption.
</gallery>
== External Links ==
* None yet.
</pre>


== Hardware Page ==
== Hardware Page ==
<pre>
<pre>
{{NavHardware}}
{{NavHardware}}
{{InfoBox Hardware |
{{HardwareInfoBox |
|
| name      = (else PAGENAME is used)
| photo      = (else PAGENAME.jpg is used)
| caption    =
| date      =
| year      =
| notes      =
| infosource =
| enddate    =
| endyear    =
| interface  = XXX Port
}}
}}
{{PAGENAME}} is/was a XXX sold/created by YYY from AAAA-BBBB.
{{PAGENAME}} is/was a XXX sold/created by YYY from AAAA-BBBB.
== Photos ==
<gallery>
Photo1.jpg|Photo caption.
Photo2.jpg|Photo caption.
</gallery>


== External Links ==
== External Links ==
Line 14: Line 83:
</pre>
</pre>


== Magazine Page ==
== Person Page ==
<pre>
{{NavPeople}}
{{PersonInfoBox |
| name      = (else PAGENAME is used)
| photo      = (else PAGENAME.jpg is used)
| caption    =
| date      =
| year      =
| notes      =
| infosource =
| location  =
}}
{{PAGENAME}} is/was a XXX who created/published by YYY from AAAA-BBBB.
 
== Photos ==
<gallery>
Photo1.jpg|Photo caption.
Photo2.jpg|Photo caption.
</gallery>
 
== External Links ==
* None yet.
</pre>
 
== Project Page ==
{{NavProject}}
{{ProjectInfoBox |
| name      = (else PAGENAME is used)
| photo      = (else PAGENAME.jpg is used)
| caption    =
| date      =
| year      =
| notes      =
| infosource =
| location  =
}}
{{PAGENAME}} is/was a XXX who created/published by YYY from AAAA-BBBB.
 
== Photos ==
<gallery>
Photo1.jpg|Photo caption.
Photo2.jpg|Photo caption.
</gallery>
 
== External Links ==
* None yet.
</pre>
 
== Publication Page ==
<pre>
<pre>
{{NavPublications}}
{{NavPublications}}
{{InfoBox Magazine |
{{PublicationInfoBox |
|
| name      = (else PAGENAME is used)
| photo      = (else PAGENAME.jpg is used)
| caption    =
| date      =
| year      =
| notes      =
| infosource =
| enddate    =
| endyear    =
| location  =
| publisher  =
}}
}}
{{PAGENAME}} is/was a XXX published by YYY from AAAA-BBBB.
{{PAGENAME}} is/was a XXX published by YYY from AAAA-BBBB.
== Photos ==
<gallery>
Photo1.jpg|Photo caption.
Photo2.jpg|Photo caption.
</gallery>


== External Links ==
== External Links ==
Line 29: Line 163:
<pre>
<pre>
{{NavSoftware}}
{{NavSoftware}}
{{InfoBox Software |
{{SoftwareInfoBox |
|
| name      = (else PAGENAME is used)
| photo      = (else PAGENAME.jpg is used)
| caption    =
| date      =
| year      =
| notes      =
| infosource =
| publisher  =
| author    =
| media      = Disk, Tape, ROM-Pak
| memory    = ##K
| os        = OS-9. CB, ECB, DECB (or RS-DOS?)
| platform  = CoCo 1, CoCo 2, CoCo1/2, or CoCo 3
| requires  =
| videomode  = 32 Text, PMODE 4, 320x250x16, etc.
}}
}}
{{PAGENAME}} is/was a XXX sold/created by YYY from AAAA-BBBB.
{{PAGENAME}} is/was a XXX sold/created by YYY from AAAA-BBBB.
== Photos ==
<gallery>
Photo1.jpg|Photo caption.
Photo2.jpg|Photo caption.
</gallery>
== External Links ==
* None yet.
</pre>
== BASIC Page ==
<pre>
{{NavBASIC}}
{{BASICInfoBox |
| name      = (else PAGENAME is used)
| token      = token value
}}
{{PAGENAME}} is/was a XXX sold/created by YYY from AAAA-BBBB.
== Examples ==
== Optimizations ==


== External Links ==
== External Links ==
* None yet.
* None yet.
</pre>
</pre>

Latest revision as of 13:49, 12 March 2026

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 03/12/2026. Total Pages: 749. Total Files: 997.


Home / Help - Page Templates


When starting a new page, begin by copying in the appropriate template code for the type of page you are creating:

Company Page

{{NavCompanies}}
{{CompanyInfoBox |
| name       = (else PAGENAME is used)
| photo      = (else PAGENAME.jpg is used)
| caption    = 
| date       = 
| year       = 
| notes      = 
| infosource = 
| enddate    = 
| endyear    = 
| location   = 
}}
{{PAGENAME}} is/was a XXX sold/created by YYY from AAAA-BBBB.

== Photos ==
<gallery>
Photo1.jpg|Photo caption.
Photo2.jpg|Photo caption.
</gallery>

== External Links ==
* None yet.

Convention Page

{{NavConventions}}
{{ConventionInfoBox |
| name       = (else PAGENAME is used)
| photo      = (else PAGENAME.jpg is used)
| caption    = 
| date       = 
| year       = 
| notes      = 
| infosource = 
| enddate    = 
| endyear    = 
| location   = 
}}
{{PAGENAME}} is/was a convention held in XXX from AAAA-BBBB.

== Photos ==
<gallery>
Photo1.jpg|Photo caption.
Photo2.jpg|Photo caption.
</gallery>

== External Links ==
* None yet.

Hardware Page

{{NavHardware}}
{{HardwareInfoBox |
| name       = (else PAGENAME is used)
| photo      = (else PAGENAME.jpg is used)
| caption    = 
| date       = 
| year       = 
| notes      = 
| infosource = 
| enddate    = 
| endyear    = 
| interface  = XXX Port
}}
{{PAGENAME}} is/was a XXX sold/created by YYY from AAAA-BBBB.

== Photos ==
<gallery>
Photo1.jpg|Photo caption.
Photo2.jpg|Photo caption.
</gallery>

== External Links ==
* None yet.

Person Page

{{NavPeople}}
{{PersonInfoBox |
| name       = (else PAGENAME is used)
| photo      = (else PAGENAME.jpg is used)
| caption    = 
| date       = 
| year       = 
| notes      = 
| infosource = 
| location   = 
}}
{{PAGENAME}} is/was a XXX who created/published by YYY from AAAA-BBBB.

== Photos ==
<gallery>
Photo1.jpg|Photo caption.
Photo2.jpg|Photo caption.
</gallery>

== External Links ==
* None yet.

Project Page

Template:NavProject

(else PAGENAME is used)

File:(else PAGENAME.jpg is used)

Name (else PAGENAME is used)
Year DATE NEEDED
Notes NOTES NEEDED
Info Source INFO SOURCE NEEDED
About the Projects Info Box

Page Templates is/was a XXX who created/published by YYY from AAAA-BBBB.

Photos

  • None yet.

Publication Page

{{NavPublications}}
{{PublicationInfoBox |
| name       = (else PAGENAME is used)
| photo      = (else PAGENAME.jpg is used)
| caption    = 
| date       = 
| year       = 
| notes      = 
| infosource = 
| enddate    = 
| endyear    = 
| location   = 
| publisher  = 
}}
{{PAGENAME}} is/was a XXX published by YYY from AAAA-BBBB.

== Photos ==
<gallery>
Photo1.jpg|Photo caption.
Photo2.jpg|Photo caption.
</gallery>

== External Links ==
* None yet.

Software Page

{{NavSoftware}}
{{SoftwareInfoBox |
| name       = (else PAGENAME is used)
| photo      = (else PAGENAME.jpg is used)
| caption    = 
| date       = 
| year       = 
| notes      = 
| infosource = 
| publisher  = 
| author     = 
| media      = Disk, Tape, ROM-Pak
| memory     = ##K
| os         = OS-9. CB, ECB, DECB (or RS-DOS?)
| platform   = CoCo 1, CoCo 2, CoCo1/2, or CoCo 3
| requires   = 
| videomode  = 32 Text, PMODE 4, 320x250x16, etc.
}}
{{PAGENAME}} is/was a XXX sold/created by YYY from AAAA-BBBB.

== Photos ==
<gallery>
Photo1.jpg|Photo caption.
Photo2.jpg|Photo caption.
</gallery>

== External Links ==
* None yet.

BASIC Page

{{NavBASIC}}
{{BASICInfoBox |
| name       = (else PAGENAME is used)
| token      = token value
}}
{{PAGENAME}} is/was a XXX sold/created by YYY from AAAA-BBBB.

== Examples ==

== Optimizations ==

== External Links ==
* None yet.