MediaWiki:Sitenotice:
2025-12-29: I have restored the wiki to a backup from the end of November. Starting in September 2025, accesses went form the 800MB-1.2GB range per month to 26GB in September, 42GB in October, and 70GB in November with most accesses originating from China. As soon as I realized what was causing all the access problems in November, I shut it down (it had reached 36GB by then) behind a password/login screen. The database had gotten corrupted, and I tried a restore from just before the spike in access but that didn't work. Thus, end of November. I still have the other daily backups so if there were any important additions in December, let me know and maybe they can be recovered. - Allen H.

Template:InfoBox: Difference between revisions

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 111: Line 111:
| colspan="2" align="center" | <small>[[About the {{#if: {{{boxtype|}}} | {{{boxtype}}} }} Info Box]]</small>
| colspan="2" align="center" | <small>[[About the {{#if: {{{boxtype|}}} | {{{boxtype}}} }} Info Box]]</small>
|}
|}
{{#if: {{{format|}}} | [[Category: INFOBOX FORMAT UPDATE NEEDED]]}}
{{#if: {{{format|}}} | [[Category: INFOBOX FORMAT UPDATE NEEDED]]}}{{#if: {{{date|}}} | [[Category: INFOBOX DATE UPDATE NEEDED]]}}
{{#if: {{{date|}}} | [[Category: INFOBOX DATE UPDATE NEEDED]]}}
</includeonly></onlyinclude>
</includeonly></onlyinclude>

Revision as of 19:18, 31 August 2016

This template currently generates the master InfoBox. It is able to create many different types of InfoBoxes.

The only thing unique about the different types of InfoBoxes will be the categories they include, and which fields will be required. i.e., for a software release, we require "year" to know when it came out, but "endyear" makes no sense. For a convention or publication, we might want to require "endyear".

boxtype is being implemented. It will allow this generic InfoBox to enforce required fields for the different InfoBox types. Thus, if you generate a Publication box, it will display "MISSING END YEAR" if the end year is not entered, and tag the page with "Missing End Year" so all pages that need that can be easily located.

Please do not edit this InfoBox template.

Usage

{{InfoBox |
| boxtype    = Company, Convention, Hardware, Person, Publication or Software
| name       = (else PAGENAME is used)
| photo      = (else PAGENAME.jpg is used)
| caption    = (optional) photo caption or ALT tag
| date       = (optional) Month XX
| year       = #### year released
| enddate    = (optional) (for Companies, Conventions, Publications)
| endyear    = (for Companies, Conventions, Publications)
| location   = (for Companies, Conventions, People, Publications)
| interface  = (for Hardware)
| author     = (for Software)
| graphics   = (for Software)
| media      = (for Software)
| memory     = (for Software)
| platform   = (for Software)
| publisher  = (for Software)
| requires   = (for Software)
| notes      = short description
| infosource = where did this information come from
}}