Difference between revisions of "Template:Infobox Comicseries"

From WikiRaider
Jump to: navigation, search
Line 47: Line 47:
 
}}
 
}}
 
</pre>
 
</pre>
 +
 +
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.
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>

Revision as of 18:07, 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.