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)

Template:InfoBoxTest: Difference between revisions

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigation Jump to search
(Replaced content with "Passed in: boxtype=="{{{boxtype}}}" {{#switch:{{{boxtype}}} | case Convention | case Publication = | Convention or Publication was chosen. | DEFAULT }}")
No edit summary
Line 1: Line 1:
Passed in: boxtype=="{{{boxtype}}}"
Passed in: boxtype=={{{boxtype}}}


{{#switch:{{{boxtype}}}
{{#switch:{{{{boxtype}}}}
| case Convention
| case Publication =
| Convention or Publication was chosen.
| DEFAULT
}}
 
And test 2:
 
{{#switch: Convention
| case Convention = Was convention
| case Publication = Was publication
| Convention or Publication was chosen.
| DEFAULT
}}
 
And test 3:
 
{{#switch: Publication
| case Convention
| case Convention
| case Publication =
| case Publication =

Revision as of 17:51, 31 August 2016

Passed in: boxtype=={{{boxtype}}}

DEFAULT

And test 2:

DEFAULT

And test 3:

DEFAULT