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

Template:InfoBox: Difference between revisions

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
== Usage ==
== Usage ==
<pre>{{InfoBox |
<pre>{{InfoBox |
| name   = (optional, else PAGENAME is used)
| name       = (optional, else PAGENAME is used)
| photo = (optional, else PAGENAME.jpg is used)
| photo     = (optional, else PAGENAME.jpg is used)
| date   =  
| date       = (optional) Month XX
| format =  
| year      = #### year released
| notes =  
| notes     = short description
| infosource = (optional) where did this information come from
}}</pre>
}}</pre>
</noinclude><includeonly><onlyinclude><!-- START of InfoBox -->{| class="wikitable" style="float:right;" width="300px"
</noinclude><includeonly><onlyinclude><!-- START of InfoBox -->{| class="wikitable" style="float:right;" width="300px"
Line 21: Line 22:
! scope="row" {{!}} Date
! scope="row" {{!}} Date
| {{#if: {{{date|}}} | {{{date}}} [[Category: {{{date}}}]] | DATE NEEDED [[Category: Missing Date]]}}
| {{#if: {{{date|}}} | {{{date}}} [[Category: {{{date}}}]] | DATE NEEDED [[Category: Missing Date]]}}
|-
! scope="row" {{!}} Format
| {{#if: {{{format|}}} | {{{format}}} [[Category: {{{format}}}]] | FORMAT NEEDED [[Category: Missing Format]]}}
|-
|-
! scope="row" {{!}} Notes
! scope="row" {{!}} Notes
| {{#if: {{{notes|}}} | {{{notes}}} | NOTES NEEDED [[Category: Missing Notes]]}}
| {{#if: {{{notes|}}} | {{{notes}}} | NOTES NEEDED [[Category: Missing Notes]]}}
|-
|-
|}</includeonly></onlyinclude>
! scope="row" {{!}} Info Source
| {{#if: {{{infosource|}}} | {{{infosource}}} | INFO SOURCE NEEDED [[Category: Missing Info Source]]}}
|-
|}
{{#if: {{{format|}}} | [[Category: INFOBOX UPDATE NEEDED]]}}</includeonly></onlyinclude>

Revision as of 12:12, 31 August 2016

This template currently generates the generic InfoBox. In the future, it will be able to create many different types of boxes with different fields based on what is needed.

Please do not edit this InfoBox template.

Usage

{{InfoBox |
| name       = (optional, else PAGENAME is used)
| photo      = (optional, else PAGENAME.jpg is used)
| date       = (optional) Month XX
| year       = #### year released
| notes      = short description
| infosource = (optional) where did this information come from
}}