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:InfoBox Magazine: Difference between revisions

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigation Jump to search
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{| border="1" cellpadding="2" cellspacing="0" style="float:right; margin: 0em 0em 1em 1em;"
<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}} }}
|-
|-
! align="center" colspan="2" style="background:#efefef;" | <big>{{PAGENAME}}</big>
| colspan="2" align="center" |
|-
{{#if: {{{photo|}}} | [[Image:{{{photo}}}|300px]] | MISSING PHOTO [[Category: Missing Photo]]}}
| align="center" colspan="2" | [[Image:{{PAGENAME}}.{{{ext}}}|thumb|center|256px|Photo of {{PAGENAME}}|{{PAGENAME}}]]
|-
|-
! '''Title'''
! scope="row" {{!}} Name
| align="left" | {{PAGENAME}}
| {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }}
|-
|-
! '''Author'''
! scope="row" {{!}} Publisher
| align="left" | {{{author|}}}
| {{#if: {{{publisher|}}} | {{{publisher}}} | PUBLISHER NEEDED [[Category: Missing Publisher]]}}
|-
|-
! '''Publisher'''
! scope="row" {{!}} Volume
| align="left" | {{{publisher|}}}
| {{#if: {{{volume|}}} | {{{volume}}} | VOLUME NEEDED [[Category: Missing Volume]]}}
|-
|-
! '''Volume'''
! scope="row" {{!}} Pub Date
| align="left" | {{{volume|}}}
| {{#if: {{{pub_date|}}} | {{{pub_date}}} | PUBLICATION DATE NEEDED [[Category: Missing Publication Date]]}}
|-
|-
! '''Pub Date'''
! scope="row" {{!}} Pages
| align="left" | {{{pub_date|}}}
| {{#if: {{{pages|}}} | {{{pages}}} | PAGES NEEDED [[Category: Missing Pages]]}}
|-
|-
! '''Pages'''
! scope="row" {{!}} ISBN
| align="left" | {{{pages|}}}
| {{#if: {{{isbn|}}} | {{{isbn}}} | ISBN NEEDED [[Category: Missing ISBN]]}}
|-
|-
! '''ISBN'''
! scope="row" {{!}} ISBN-13
| align="left" | {{{isbn|}}}
| {{#if: {{{isbn-13|}}} | {{{isbn-13}}} | ISBN-13 NEEDED [[Category: Missing ISBN-13]]}}
|-
|-
! '''ISBN-13'''
! scope="row" {{!}} Language
| align="left" | {{{isbn-13|}}}
| {{#if: {{{language|}}} | {{{language}}} | LANGUAGE NEEDED [[Category: Missing Language]]}}
|-
|-
! '''Language'''
! scope="row" {{!}} Format
| align="left" | {{{language|}}}
| {{#if: {{{format|}}} | {{{format}}} | FORMAT NEEDED [[Category: Missing Format]]}}
|-
|-
! '''Format'''
! scope="row" {{!}} Notes
| align="left" | {{{format|}}}
| {{#if: {{{notes|}}} | {{{notes}}} | NOTES NEEDED [[Category: Missing Notes]]}}
|-
|-
! '''Notes'''
! scope="row" {{!}} Info Source
| align="left" | {{{notes|}}}
| {{#if: {{{infosource|}}} | {{{infosource}}} | INFO SOURCE NEEDED [[Category: Missing Info Source]]}}
|-
! '''Info Source'''
| align="left"  | {{{infosource|}}}
|}
|}
</includeonly></onlyinclude>

Latest revision as of 15:17, 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 = 
}}