Difference between revisions of "Template:Comic infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
m (Using infobox instead.)
Line 5: Line 5:
! class="navRight" | {{#if:{{{next|}}}|[[{{{next}}}|Next comic →]]|[[Comic Listing]]}}
! class="navRight" | {{#if:{{{next|}}}|[[{{{next}}}|Next comic →]]|[[Comic Listing]]}}
|}
|}
{| class="infobox"
{{infobox
! colspan="2" class="infoboxHeader" | <big>''{{{name}}}''</big>
|title=''{{{name}}}''
|-
|image={{{image|}}}
! colspan="2" class="infoboxCentre" | {{#if:{{{image|}}}|<div id="image1">{{{image}}}</div>|''N/A''}}{{#if:{{{image2|}}}|<div id="image2" style="display:none;">{{{image2}}}</div><div class="CoverToggle" style="font-weight:normal;"></div>|}}
|image2={{{image2|}}}
|-
|label1=US Publish Number
{{ginfobox/tbsub|US Publish Number|{{{us no}}}}}
|data1={{{us no}}}
{{ginfobox/tbsub|UK Publish Number(s)|{{{uk no}}}}}
|label2=UK Publish Number(s)
{{ginfobox/tbsub|Title caption|{{{title caption}}}}}
|data2={{{uk no}}}
{{#if:{{{caption2|}}}|{{ginfobox/tbsub|{{#if:{{{caption2region|}}}|{{{caption2region}}}|UK}} Title caption|{{{caption2}}}}}|}}
|label3=Title caption
{{ginfobox/tbsub|Published (US)|{{{us publish}}}}}
|data3={{{title caption}}}
{{#if:{{{uk publish|}}}|{{ginfobox/tbsub|Published (UK)|{{{uk publish}}}}}|}}
|label4={{{caption2region|UK}}} title caption
{{#if:{{{title referee|}}}|{{ginfobox/tbsub|Title reference|{{{title referee}}}}}|}}
|data4={{{caption2|}}}
{{#if:{{{paperback|}}}|{{ginfobox/tbsub|In trade paperback|{{{paperback}}}}}|}}
|label5=Published (US)
|}</includeonly>
|data5={{{us published}}}
|label6=Published (UK)
|data6={{{uk published|}}}
|label7=Title reference
|data7={{{title referee|}}}
|label8=In trade paperback
|data8={{{paperback|}}}
}}</includeonly>

Revision as of 01:10, 6 September 2009

Documentation for {{comic infobox}}

Use

For use with comic articles. Use {{navigation bottom/c}} for navigation at the bottom of the articles.

Usage

{{comic infobox
|name           =
|image          = The cover.
|image text     = (optional)
|image2         = An alternate cover (optional)
|us no          = US publish number
|uk no          = UK publish number(s)
|written by     = (optional) writer's name
|written A      = (optional) in case of several writers, use this.  Type of A writer, can be left off if all writers are the same type
|written A by   = (optional) writer A.  So on till E.
|art by         = (optional) artist's name
|art A          = (optional) in case of several artists, use this.  Type of A artist, can be left off if all artists are the same type
|art A by       = (optional) artist A.  So on till E.
|title caption  =
|caption2       = (optional)
|caption2region = (optional)
|us publish     = Publish date in the US
|uk publish     = (optional)
|title referee  = (optional)
|paperback      = (optional) In which trade paperback this comic also appears
|prev           = Previous comic (optional)
|next           = Next comic (optional)
}}

See also