Difference between revisions of "Template:Comics"
Wikisimpsons - The Simpsons Wiki
Solar Dragon (talk | contribs) m |
|||
| (54 intermediate revisions by 16 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {| | + | <includeonly>{{Icons|RW}}{{Italic title|{{{title}}}}}</includeonly> |
| − | | align="center | + | {| align="right" style="background: #{{LightColorSwitch}}; border:2px solid #{{DarkColorSwitch}}; width: 19%; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; -icab-border-top-left-radius: 5px; -o-border-top-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; -icab-border-bottom-left-radius: 5px; -o-border-bottom-left-radius: 5px;; border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; -icab-border-bottom-left-radius: 5px; -o-border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; -icab-border-bottom-right-radius: 5px; -o-border-bottom-right-radius: 5px;; border-radius: {{{Curve|10px}}}; -moz-border-radius: {{{Curve|10px}}}; -webkit-border-radius: {{{Curve|10px}}}; -khtml-border-radius: {{{Curve|10px}}}; -icab-border-radius: {{{Curve|10px}}}; -o-border-radius: {{{Curve|10px}}};;" |
| − | |- style=background:# | + | |- |
| − | |align="center" | + | | align="center" | '''''<big>{{{title|{{PAGENAME}}}}}</big>'''''{{#if:{{{subtitle|}}}|<br>{{{subtitle}}}}} |
| − | |- style=" | + | {{#if:{{{image|}}}|{{infobox image|image={{{image}}}}}}}{{#if:{{{caption|}}}|<small>{{{caption}}}</small>}} |
| − | | | + | |- |
| − | + | | style="background:#{{DarkColorSwitch}}; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;;" align="center" | '''Comic Information''' | |
| − | + | {| align="center" style="background: #FFFDF0; width: 100%; border-radius: {{{Curve|10px}}}; -moz-border-radius: {{{Curve|10px}}}; -webkit-border-radius: {{{Curve|10px}}}; -khtml-border-radius: {{{Curve|10px}}}; -icab-border-radius: {{{Curve|10px}}}; -o-border-radius: {{{Curve|10px}}};" | |
| − | | | + | {{#if:{{{publication|}}}| |
| − | + | ! align="right" width="80px" {{!}} Publication date: | |
| − | + | {{!}} {{{publication}}} }} | |
| − | + | |- | |
| − | + | {{#if:{{{released|}}}| | |
| − | |- style=" | + | ! align="right" width="80px" style="border-top:1px solid #aaa;" {{!}} Release date: |
| − | | | + | {{!}} style="border-top:1px solid #aaa;" {{!}} {{{released}}} }} |
| − | + | |- | |
| − | + | {{#if:{{{company|}}}| | |
| − | | | + | ! align="right" width="80px" style="border-top:1px solid #aaa;" {{!}} Publisher: |
| − | + | {{!}} style="border-top:1px solid #aaa;" {{!}} {{{company}}} }} | |
| − | + | |- | |
| − | | | + | {{#if:{{{series|}}}| |
| − | + | ! align="right" width="80px" style="border-top:1px solid #aaa;" {{!}} Comic series: | |
| − | + | {{!}} style="border-top:1px solid #aaa;" {{!}} {{{series}}} }} | |
| − | + | |- | |
| − | + | {{#if:{{{country|}}}| | |
| − | |- style=" | + | ! align="right" width="80px" style="border-top:1px solid #aaa;" {{!}} Country: |
| + | {{!}} style="border-top:1px solid #aaa;" {{!}} {{{country}}} }} | ||
| + | |- | ||
| + | {{#if:{{{price|}}}| | ||
| + | ! align="right" width="80px" style="border-top:1px solid #aaa;" {{!}} Price: | ||
| + | {{!}} style="border-top:1px solid #aaa;" {{!}} {{{price}}} }} | ||
| + | |- | ||
| + | {{#if:{{{pages|}}}| | ||
| + | ! align="right" width="80px" style="border-top:1px solid #aaa;" {{!}} Pages: | ||
| + | {{!}} style="border-top:1px solid #aaa;" {{!}} {{{pages}}} }} | ||
| + | |- | ||
| + | {{#if:{{{cover|}}}| | ||
| + | ! align="right" width="80px" style="border-top:1px solid #aaa;" {{!}} Cover artist(s): | ||
| + | {{!}} style="border-top:1px solid #aaa;" {{!}} {{{cover}}} }} | ||
| + | |- | ||
| + | {{#if:{{{stories|}}}| | ||
| + | ! align="right" width="80px" style="border-top:1px solid #aaa;" {{!}} Stories: | ||
| + | {{!}} style="border-top:1px solid #aaa;" {{!}} {{{stories}}} }} | ||
| + | |- | ||
|} | |} | ||
| − | + | |- | |
| − | + | |- | |
| − | [[Category:Templates]] | + | |}<includeonly>{{#if:{{NAMESPACE}}||[[Category:Media (real world)]][[Category:Comics (real world)]]}}</includeonly><noinclude> |
| + | == Usage == | ||
| + | <pre> | ||
| + | {{comics | ||
| + | |title= | ||
| + | |image= | ||
| + | |publication= | ||
| + | |released= | ||
| + | |price= | ||
| + | |series= | ||
| + | |cover= | ||
| + | |pages= | ||
| + | |stories= | ||
| + | |company= | ||
| + | |country= | ||
| + | }} | ||
| + | </pre> | ||
| + | </noinclude> | ||
| + | <noinclude>[[Category:Templates]] | ||
| + | [[Category:Infoboxes|{{PAGENAME}}]]</noinclude> | ||
Latest revision as of 13:09, April 14, 2024
| Comics |
| Comic Information
|
Usage[edit]
{{comics
|title=
|image=
|publication=
|released=
|price=
|series=
|cover=
|pages=
|stories=
|company=
|country=
}}