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
(Created page with "{| class="infobox" style="width: 22em; text-align: left; font-size: 90%" cellspacing="2" !colspan="2" style="background:#9999dd; font-size: larger;" align="center"|'''''{{{nam...")
 
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
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}}}'''''<br>
| 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      = {{{image_caption|}}}
-->{{#if:{{{hero|}}} | <tr><th>Hero</th> <td>{{{hero|}}}</td></tr>}}<!--
| label1      = Story code
-->{{#if:{{{pages|}}} | <tr><th>Pages</th> <td>{{{pages|}}}</td></tr>}}<!--
| data1        = {{{code|}}}
-->{{#if:{{{layout|}}} | <tr><th>Layout</th> <td>{{{layout|}}}</td></tr>}}<!--
| label2      = Original title
-->{{#if:{{{appearances|}}} | <tr><th>Appearances</th> <td>{{{appearances|}}}</td></tr>}}<!--
| data2        = {{{title_orig|}}}
-->{{#if:{{{first|}}} | <tr><th>First publication</th> <td>{{{first|}}}</td></tr>}}
| label3      = Alternative title
|}<noinclude>{{doc}}
| data3        = {{{title_alt|}}}
| label4      = Story
| data4        = {{{story|}}}
| label5      = Ink
| data5        = {{{ink|}}}
| label6      = Date
| data6        = {{{date|}}}
| label7      = Hero
| data7        = {{{hero|}}}
| label8      = Length
| data8        = {{{pages|}}}
| label9    = Layout
| data9      = {{{layout|}}}
| label10      = Appearances
| data10      = {{{appearances|}}}
| label11      = First publication
| data11      = {{{first|}}}
| label12    = Website
| data12    = {{{website|{{{url|}}}}}}
}}<noinclude>{{doc}}
</noinclude>
</noinclude>

Latest revision as of 13:10, 16 May 2020

[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
Test Issue #1
Story code All Ages
Original title Testing
Alternative title Tested
Story Joe Tester
Ink Jack Tester
Date January 1, 1967
Hero Tester
Length 14 Pages
Layout John Tester
Appearances Testable
First publication January 1, 1967
Website https://succubus.net
{{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
}}