Difference between revisions of "Template:Infobox Comicseries"

From WikiRaider
Jump to: navigation, search
m
Line 71: Line 71:
 
{{#if: {{{Title|}}} |
 
{{#if: {{{Title|}}} |
 
<!-- -->{{!}}align="left" valign="top" style="font-size:11px;"{{!}} '''Story Title'''
 
<!-- -->{{!}}align="left" valign="top" style="font-size:11px;"{{!}} '''Story Title'''
<!-- -->{{!}} valign="top" style="font-size:11px;" {{!}} {{{Title}}}
+
<!-- -->{{!}} valign="top" style="font-size:11px;" {{!}} '''{{{Title}}}'''
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}

Revision as of 18:27, 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        = 
| Cover       =
| 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
| Cover       = Andy Park (A)
| 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.