Template:Comicinfo: Difference between revisions

From MediaWiki
Jump to navigationJump to search
MistaTee (talk | contribs)
No edit summary
MistaTee (talk | contribs)
No edit summary
Line 6: Line 6:
|{{ #if: {{{wri|}}}|'''Writer(s): {{{wri}}}'''|}}
|{{ #if: {{{wri|}}}|'''Writer(s): {{{wri}}}'''|}}
|-
|-
|{{ #if: {{{art|}}}|'''Art: [[{{{art}}}]]'''|}}
|{{ #if: {{{art|}}}|'''Art: {{{art}}}'''|}}
|-
|-
|{{ #if: {{{pen|}}}|'''Pencils: [[{{{pen}}}]]'''|}}
|{{ #if: {{{pen|}}}|'''Pencils: {{{pen}}}'''|}}
|-
|-
|{{ #if: {{{ink|}}}|'''Inks: [[{{{ink}}}]]'''|}}
|{{ #if: {{{ink|}}}|'''Inks: {{{ink}}}'''|}}
|-
|-
|{{ #if: {{{col|}}}|'''Colors: [[{{{col}}}]]'''|}}
|{{ #if: {{{col|}}}|'''Colors: {{{col}}}'''|}}
|-
|-
|{{ #if: {{{let|}}}|'''Letters: [[{{{let}}}]]'''|}}
|{{ #if: {{{let|}}}|'''Letters: {{{let}}}'''|}}
|-
|-
|{{ #if: {{{ed|}}}|'''Editor(s): [[{{{ed}}}]]'''|}}
|{{ #if: {{{ed|}}}|'''Editor(s): {{{ed}}}'''|}}
|-
|-
|{{ #if: {{{pubdate|}}}|* ''Originally published:'' {{{pubdate}}}.|}}
|{{ #if: {{{pubdate|}}}|* ''Originally published:'' {{{pubdate}}}.|}}
|}
|}
</includeonly>
</includeonly>
 
<noinclude>
{{inprogress}}
 
The <nowiki>{{Comicinfo}}</nowiki> template is used to create a list of credits for a comic book, and putting the credits in a uniform order.
The <nowiki>{{Comicinfo}}</nowiki> template is used to create a list of credits for a comic book, and putting the credits in a uniform order.


Line 44: Line 42:
'''pubdate=name of writer:''' Originally published date.
'''pubdate=name of writer:''' Originally published date.


<nowiki>{{Comicinfo|pen=Don Figueroa|wri=Simon Furman, Chris Ryall|art=Me|let=Me|pubdate=January 2, 2008|ink=You}}</nowiki> would result in:
<nowiki>{{Comicinfo|pen=[[Don Figueroa]]|wri=[[Simon Furman]], [[Chris Ryall]]|art=Me|let=Me|pubdate=January 2, 2008|ink=[[You]]}}</nowiki> would result in:
{{Comicinfo|pen=Don Figueroa|wri=Simon Furman, Chris Ryall|art=Me|let=Me|pubdate=January 2, 2008|ink=You}}
{{Comicinfo|pen=[[Don Figueroa]]|wri=[[Simon Furman]], [[Chris Ryall]]|art=Me|let=Me|pubdate=January 2, 2008|ink=[[You]]}}


[[Category: Templates]]
[[Category: Templates]]
</noinclude>

Revision as of 02:34, 23 April 2008


The {{Comicinfo}} template is used to create a list of credits for a comic book, and putting the credits in a uniform order.

Required values

No values are currently required. All values are optional.

Passing no parameters, {{comicinfo}} simply creates a level 2 header for the word "Credits" and creates the empty credits box.

This results in:

Credits


Optional Values

wri=name of writer: Link to writer.
art=name of artist: Link to artist.
pen=name of penciler: Link to penciler.
ink=name of inker: Link to inker.
col=name of colorist: Link to colorist.
let=name of letterer: Link to colorist.
ed=name of editor: Link to editor.
pubdate=name of writer: Originally published date.

{{Comicinfo|pen=[[Don Figueroa]]|wri=[[Simon Furman]], [[Chris Ryall]]|art=Me|let=Me|pubdate=January 2, 2008|ink=[[You]]}} would result in:

Credits

Writer(s): Simon Furman, Chris Ryall
Art: Me
Pencils: Don Figueroa
Inks: You
Letters: Me
  • Originally published: January 2, 2008.