| 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 Magazine: Difference between revisions
From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigationJump to search
Luis46coco (talk | contribs) mNo edit summary |
AllenHuffman (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{| | <noinclude>This template currently generates the Magazine InfoBox. | ||
== Usage == | |||
<pre>{{InfoBox Magazine | | |||
| name = (optional, else PAGENAME is used) | |||
| photo = (optional, else PAGENAME.jpg is used) | |||
| publisher = | |||
| volume = | |||
| pub_date = | |||
| pages = | |||
| isbn = | |||
| isbn-13 = | |||
| language = | |||
| format = | |||
| notes = | |||
| infosource = | |||
}}</pre> | |||
</noinclude><includeonly><onlyinclude><!-- START of InfoBox --> | |||
{| class="wikitable" style="float:right;" width="300px" | |||
|+ {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }} | |||
|- | |- | ||
| colspan="2" align="center" | | |||
{{#if: {{{photo|}}} | [[Image:{{{photo}}}|300px]] | MISSING PHOTO [[Category: Missing Photo]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Name | ||
| {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }} | |||
|- | |- | ||
! | ! scope="row" {{!}} Publisher | ||
| {{#if: {{{publisher|}}} | {{{publisher}}} | PUBLISHER NEEDED [[Category: Missing Publisher]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Volume | ||
| {{#if: {{{volume|}}} | {{{volume}}} | VOLUME NEEDED [[Category: Missing Volume]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Pub Date | ||
| {{#if: {{{pub_date|}}} | {{{pub_date}}} | PUBLICATION DATE NEEDED [[Category: Missing Publication Date]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Pages | ||
| {{#if: {{{pages|}}} | {{{pages}}} | PAGES NEEDED [[Category: Missing Pages]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} ISBN | ||
| {{#if: {{{isbn|}}} | {{{isbn}}} | ISBN NEEDED [[Category: Missing ISBN]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} ISBN-13 | ||
| {{#if: {{{isbn-13|}}} | {{{isbn-13}}} | ISBN-13 NEEDED [[Category: Missing ISBN-13]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Language | ||
| {{#if: {{{language|}}} | {{{language}}} | LANGUAGE NEEDED [[Category: Missing Language]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Format | ||
| {{#if: {{{format|}}} | {{{format}}} | FORMAT NEEDED [[Category: Missing Format]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Notes | ||
| {{#if: {{{notes|}}} | {{{notes}}} | NOTES NEEDED [[Category: Missing Notes]]}} | |||
|- | |- | ||
! | ! scope="row" {{!}} Info Source | ||
| {{#if: {{{infosource|}}} | {{{infosource}}} | INFO SOURCE NEEDED [[Category: Missing Info Source]]}} | |||
|} | |} | ||
</includeonly></onlyinclude> | |||
Revision as of 11:16, 30 August 2016
This template currently generates the Magazine InfoBox.
Usage
{{InfoBox Magazine |
| name = (optional, else PAGENAME is used)
| photo = (optional, else PAGENAME.jpg is used)
| publisher =
| volume =
| pub_date =
| pages =
| isbn =
| isbn-13 =
| language =
| format =
| notes =
| infosource =
}}