On November 27th, 2022, the 8,000th article was added to the SuccuWiki!

Template:Infobox comic: Difference between revisions

From SuccuWiki - The Wiki of the Succubi
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{| class="infobox" style="width: 22em; text-align: left; font-size: 90%" cellspacing="2"
{{Infobox
!colspan="2" style="background:#9999dd; font-size: larger;" align="center"|'''''{{{name}}}'''''<tr>
| italic title = {{{italic title|}}}
{{#if:{{{image|}}} | <tr><th style="font-size: 90%;" align="center" colspan="2">[[Image:{{{image}}}|{{#if:{{{image_size|}}} | {{{image_size|200px}}} | 200px}}]]{{#if:{{{image_caption|}}} | <br />{{{image_caption|}}}}}</th></tr>}}<!--
| bodyclass    = {{#ifeq:{{{collapsible|}}}|yes|collapsible {{{state|autocollapse}}}}} infobox vevent {{{bodyclass|}}}
-->{{#if:{{{code|}}} | <tr><th>Story code</th> <td>{{{code|}}}</td></tr>}}<!--
| bodystyle    = {{#if:{{{align|}}}|float: {{{align}}};}} {{#if:{{{width|}}}|{{{width}}}}}
-->{{#if:{{{title_orig|}}} | <tr><th>Original title</th> <td>''{{{title_orig|}}}''</td></tr>}}<!--
| above        = {{#ifeq:{{{collapsible|}}}|yes|{{pad|5em}}}}{{{title|<includeonly>{{PAGENAME}}</includeonly>}}}
-->{{#if:{{{title_alt|}}} | <tr><th>Alternative title</th> <td>''{{{title_alt|}}}''</td></tr>}}<!--
| aboveclass  = summary
-->{{#if:{{{story|}}} | <tr><th>Story</th> <td>{{{story|}}}</td></tr>}}<!--
| abovestyle  = font-style: italic; background-color: {{{bgcolor|{{{bgcolour|}}} }}}; color: {{{fgcolor|{{{fgcolour|}}} }}}
-->{{#if:{{{ink|}}} | <tr><th>Ink</th> <td>{{{ink|}}}</td></tr>}}<!--
| image        = {{{image|}}}
-->{{#if:{{{date|}}} | <tr><th>Date</th> <td>{{{date|}}}</td></tr>}}<!--
| caption      = {{{caption|}}}
-->{{#if:{{{hero|}}} | <tr><th>Hero</th> <td>{{{hero|}}}</td></tr>}}<!--
| label1      = Author|Author(s)
-->{{#if:{{{pages|}}} | <tr><th>Pages</th> <td>{{{pages|}}}</td></tr>}}<!--
| data1        = {{{author|{{{creator|}}} }}}{{#if:{{{current|}}}|<br />{{{current}}} }}
-->{{#if:{{{layout|}}} | <tr><th>Layout</th> <td>{{{layout|}}}</td></tr>}}<!--
| label2      = Story code
-->{{#if:{{{appearances|}}} | <tr><th>Appearances</th> <td>{{{appearances|}}}</td></tr>}}<!--
| data2        = {{{code|}}}
-->{{#if:{{{first|}}} | <tr><th>First publication</th> <td>{{{first|}}}</td></tr>}}
| label3      = Original title
|}<noinclude>{{doc}}
| data3        = ''{{{title_orig|}}}''
| label4      = Alternative title
| data4        = ''{{{title_alt|}}}''
| label5      = Story
| data5        = {{{story|}}}
| label6      = Ink
| data6        = {{{ink|}}}
| label7      = Date
| data7        = {{{date|}}}
| label8      = Hero
| data8        = {{{hero|}}}
| label9      = Pages
| data9        = {{{pages|}}}
| label10      = Layout
| data10      = {{{layout|}}}
| label11      = Appearances
| data11      = {{{appearances|}}}
| label12      = First publication
| data12      = {{{first|}}}
 
}}<noinclude>{{doc}}
</noinclude>
</noinclude>

Revision as of 17:13, 6 August 2013

Original title '
Alternative title '
[edit] [history] [purge] Documentation icon Template documentation

Usage

{{Infobox comic
| name              = 
| image             = 
| image_caption     = 
| code              = 
| title_orig        = 
| title_alt         = 
| hero              = 
| appearances       = 
| pages             = 
| layout            = 
| story             = 
| ink               = 
| date              = 
| first             = 
}}

Example

Infobox comic
NoImage.jpg
Story code All Ages
Original title Testing
Alternative title Tested
Story Joe Tester
Ink Jack Tester
Date January 1, 1967
Hero Tester
Pages 14 Pages
Layout John Tester
Appearances Testable
First publication January 1, 1967
{{Infobox comic
| name              = Test
| image             = [[File:NoImage.jpg|200px]]
| image_caption     = Test Issue #1
| code              = All Ages
| title_orig        = Testing
| title_alt         = Tested
| hero              = Tester
| appearances       = Testable
| pages             = 14 Pages
| layout            = John Tester
| story             = Joe Tester
| ink               = Jack Tester
| date              = January 1, 1967
| first             = January 1, 1967
| website      = https://succubus.net
}}