Template:Trade Paperback Infobox: Difference between revisions
imported>VilkaTheWolf Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">..." |
imported>Master Sima Yi No edit summary |
||
| (5 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<infobox> | <infobox layout="tabular" theme="game"> | ||
<title source="name"><default>{{PAGENAME}}</default></title> | |||
<image source="image"/> | |||
<group> | |||
<header>Attribution information</header> | |||
< | <data source="writer"><label>Writer(s)</label></data> | ||
<data source="penciller"><label>Penciller(s)</label></data> | |||
<data source="inker"><label>Inker(s)</label></data> | |||
<label> | <data source="letterer"><label>Letterer(s)</label></data> | ||
<data source="colorist"><label>Colorist(s)</label></data> | |||
<data source="cover artist"><label>Cover artist(s)</label></data> | |||
<label> | <data source="editor"><label>Editor(s)</label></data> | ||
</group> | |||
<group> | |||
<header>Publication information</header> | |||
<data source="publisher"><label>Publisher</label></data> | |||
<data source="publication date"><label>Publication date</label></data> | |||
<data source="pages"><label>Pages</label></data> | |||
<data source="isbn"><label>[[wikipedia:International Standard Book Number|ISBN]]</label><format>[[Special:Booksources/{{{isbn}}}|{{{isbn}}}]]</format></data> | |||
</group> | |||
<group> | |||
<header>General information</header> | |||
<data source="series"><label>Series</label></data> | |||
<data source="issues"><label>Collected issues</label></data> | |||
<data source="preceded by"><label>Preceded by</label></data> | |||
<data source="followed by"><label>Followed by</label></data> | |||
</group> | |||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
==Usage== | |||
{{ | ===Parameters=== | ||
| | '''name''': Name of work<br /> | ||
| | '''image''': Cover (Do not use as <nowiki>[[File:Imagename.png]]</nowiki>; use Imagename.png)<br /> | ||
| | '''Writer''': Writer(s). If multiple, list with <nowiki><br /></nowiki><br /> | ||
| | '''Penciller''': Peciller(s). If multiple, list with <nowiki><br /></nowiki><br /> | ||
| | '''Letterer''': Letterer(s). If multiple, list with <nowiki><br /></nowiki><br /> | ||
}} | '''Inker''': Inker(s). If multiple, list with <nowiki><br /></nowiki><br /> | ||
</pre> | '''Colorist''': Colorist(s). If multiple, list with <nowiki><br /></nowiki><br /> | ||
</noinclude> | '''Cover Artist''': Cover Artist(s). If multiple, list with <nowiki><br /></nowiki><br /> | ||
'''Editor''': Editor(s). If multiple, list with <nowiki><br /></nowiki><br /> | |||
'''Publisher''': Publisher of work<br /> | |||
'''Publication Date''': Date the TPB was published<br /> | |||
'''Pages''': Number of pages in TPB<br /> | |||
'''ISBN''': International Standard Book Number<br /> | |||
'''Series''': What series the issue is from<br /> | |||
'''Issues''': Number of issues collected<br /> | |||
'''preceded by''': Previous TPB<br /> | |||
'''followed by''': Following TPB<br /> | |||
===Template=== | |||
Copy and paste the following code to use this template: | |||
<pre>{{Trade_Paperback_Infobox | |||
|image= | |||
|title= | |||
|writer= | |||
|penciller= | |||
|inker= | |||
|letterer= | |||
|colorist= | |||
|cover artist= | |||
|editor= | |||
|publisher= | |||
|publication date= | |||
|pages= | |||
|isbn= | |||
|series= | |||
|issues= | |||
|preceded by= | |||
|followed by=}}</pre></noinclude> | |||
Latest revision as of 21:56, 5 June 2023
Usage[edit source]
Parameters[edit source]
name: Name of work
image: Cover (Do not use as [[File:Imagename.png]]; use Imagename.png)
Writer: Writer(s). If multiple, list with <br />
Penciller: Peciller(s). If multiple, list with <br />
Letterer: Letterer(s). If multiple, list with <br />
Inker: Inker(s). If multiple, list with <br />
Colorist: Colorist(s). If multiple, list with <br />
Cover Artist: Cover Artist(s). If multiple, list with <br />
Editor: Editor(s). If multiple, list with <br />
Publisher: Publisher of work
Publication Date: Date the TPB was published
Pages: Number of pages in TPB
ISBN: International Standard Book Number
Series: What series the issue is from
Issues: Number of issues collected
preceded by: Previous TPB
followed by: Following TPB
Template[edit source]
Copy and paste the following code to use this template:
{{Trade_Paperback_Infobox
|image=
|title=
|writer=
|penciller=
|inker=
|letterer=
|colorist=
|cover artist=
|editor=
|publisher=
|publication date=
|pages=
|isbn=
|series=
|issues=
|preceded by=
|followed by=}}