Difference between revisions of "Template:Infobox Comicseries"

From WikiRaider
Jump to: navigation, search
m
Line 69: Line 69:
 
}}
 
}}
 
{{#if: {{{Title|}}} |
 
{{#if: {{{Title|}}} |
<!-- -->{{!}}align="left" valign="top"{{!}} '''Story Title'''
+
<!-- -->{{!}}align="left" valign="top" style="font-size:11px;"{{!}} '''Story Title'''
<!-- -->{{!}} valign="top" {{!}} {{{Title}}}
+
<!-- -->{{!}} valign="top" style="font-size:11px;" {{!}} {{{Title}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
Line 80: Line 80:
 
}}
 
}}
 
|-
 
|-
!align="left" valign="top"|Release Date
+
!align="left" valign="top" style="font-size:11px;"|Release Date
|valign="top"|{{{Release}}}
+
|valign="top" style="font-size:11px;"|{{{Release}}}
 
|-
 
|-
 
{{#if: {{{Writer|}}} |
 
{{#if: {{{Writer|}}} |
<!-- -->{{!}}align="left" valign="top"{{!}} '''Writer'''
+
<!-- -->{{!}}align="left" valign="top" style="font-size:11px;"{{!}} '''Writer'''
<!-- -->{{!}} valign="top" {{!}} {{{Writer}}}
+
<!-- -->{{!}} valign="top" style="font-size:11px;"{{!}} {{{Writer}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
{{#if: {{{Pencil|}}} |
 
{{#if: {{{Pencil|}}} |
<!-- -->{{!}}align="left" valign="top"{{!}} '''Pencil'''
+
<!-- -->{{!}}align="left" valign="top" style="font-size:11px;"{{!}} '''Pencil'''
<!-- -->{{!}} valign="top" {{!}} {{{Pencil}}}
+
<!-- -->{{!}} valign="top" style="font-size:11px;"{{!}} {{{Pencil}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
{{#if: {{{Ink|}}} |
 
{{#if: {{{Ink|}}} |
<!-- -->{{!}}align="left" valign="top"{{!}} '''Ink'''
+
<!-- -->{{!}}align="left" valign="top" style="font-size:11px;"{{!}} '''Ink'''
<!-- -->{{!}} valign="top" {{!}} {{{Ink}}}
+
<!-- -->{{!}} valign="top" style="font-size:11px;"{{!}} {{{Ink}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
{{#if: {{{Colors|}}} |
 
{{#if: {{{Colors|}}} |
<!-- -->{{!}}align="left" valign="top"{{!}} '''Colors'''
+
<!-- -->{{!}}align="left" valign="top" style="font-size:11px;"{{!}} '''Colors'''
<!-- -->{{!}} valign="top" {{!}} {{{Colors}}}
+
<!-- -->{{!}} valign="top" style="font-size:11px;"{{!}} {{{Colors}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
{{#if: {{{Letters|}}} |
 
{{#if: {{{Letters|}}} |
<!-- -->{{!}}align="left" valign="top"{{!}} '''Letters'''
+
<!-- -->{{!}}align="left" valign="top" style="font-size:11px;"{{!}} '''Letters'''
<!-- -->{{!}} valign="top" {{!}} {{{Letters}}}
+
<!-- -->{{!}} valign="top" style="font-size:11px;"{{!}} {{{Letters}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
{{#if: {{{Pages|}}} |
 
{{#if: {{{Pages|}}} |
<!-- -->{{!}}align="left" valign="top"{{!}} '''Pages'''
+
<!-- -->{{!}}align="left" valign="top" style="font-size:11px;"{{!}} '''Pages'''
<!-- -->{{!}} valign="top" {{!}} {{{Pages}}}
+
<!-- -->{{!}} valign="top" style="font-size:11px;"{{!}} {{{Pages}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
{{#if: {{{Price|}}} |
 
{{#if: {{{Price|}}} |
<!-- -->{{!}}align="left" valign="top"{{!}} '''Price'''
+
<!-- -->{{!}}align="left" valign="top" style="font-size:11px;"{{!}} '''Price'''
<!-- -->{{!}} valign="top" {{!}} {{{Price}}}
+
<!-- -->{{!}} valign="top" style="font-size:11px;"{{!}} {{{Price}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
{{#if: {{{ISBN|}}} |
 
{{#if: {{{ISBN|}}} |
<!-- -->{{!}}align="left" valign="top"{{!}} '''ISBN'''
+
<!-- -->{{!}}align="left" valign="top" style="font-size:11px;"{{!}} '''ISBN'''
<!-- -->{{!}} valign="top" {{!}} {{{ISBN}}}
+
<!-- -->{{!}} valign="top" style="font-size:11px;"{{!}} {{{ISBN}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
|}
 
|}
 
</includeonly>
 
</includeonly>

Revision as of 19:13, 13 July 2007

To use this template include the following to your article. Don't delete variables when they have no value, just leave them open!!

{{Infobox Comicseries 
| Name        = 
| Image       = 
| Series      = 
| Issueno     = 
| Title       = 
| Chrono      = 
| Previous    = 
| Next        = 
| Release     = 
| Writer      = 
| Pencil      = 
| Ink         = 
| Colors      = 
| Letters     = 
| Pages       = 
| Price       = 
| ISBN        = 
}}

Do not forget to put names and other keywords in [[]]-brackets to create internal links.

Example:

{{Infobox Comicseries 
| Name        = Comic Issue 1
| Image       = Tr01.jpg
| Series      = [[Tomb Raider: The Series Vol. 1]]
| Issueno     = 1
| Title       = [[Saga of the Medusa Mask]]
| Chrono      = 1
| Previous    = 
| Next        = Comic Issue 2
| Release     = December, [[1999]]
| Writer      = [[Dan Jurgens]]
| Pencil      = [[Andy Park]]
| Ink         = [[Jonathan Sibal]]
| Colors      = [[Jonathan D. Smith]]
| Letters     = [[Dennis Heisler]]
| Pages       = 32
| Price       = $2.50
| ISBN        = 
}}

As you see, previous and ISBN have not been left out, even though they have no values. They will not appear in the end result, but it is necessary that they are included with empty values.