Template:Comic Issue 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>Soranin mNo edit summary |
||
| (6 intermediate revisions by 2 users 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</label></data> | ||
<data source="penciller"><label>Penciller</label></data> | |||
<data source="inker"><label>Inker</label></data> | |||
<label> | <data source="letterer"><label>Letterer</label></data> | ||
<data source="colorist"><label>Colorist</label></data> | |||
<data source="cover artist"><label>Cover artist</label></data> | |||
<label> | <data source="editor"><label>Editor</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="upc"><label>{{Wiki|Universal Product Code|UPC}}</label></data> | |||
</group> | |||
<group> | |||
<header>Chronological information</header> | |||
<data source="series"><label>Series</label></data> | |||
<data source="issue"><label>Issue number</label></data> | |||
<group row-items="2"> | |||
<data source="preceded by"><label>← Previous</label><format>{{{preceded by}}}</format></data> | |||
<data source="followed by"><label>Next →</label><format>{{{followed by}}}</format></data> | |||
</group> | |||
</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 /> | ||
</pre> | '''Inker''': Inker(s). If multiple, list with <nowiki><br /></nowiki><br /> | ||
</noinclude> | '''Colorist''': Colorist(s). If multiple, list with <nowiki><br /></nowiki><br /> | ||
'''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 issue was published<br /> | |||
'''Pages''': Number of pages in issue<br /> | |||
'''UPC''': Universal Product Code<br /> | |||
'''Series''': What series the issue is from<br /> | |||
'''Issue''': Issue number<br /> | |||
'''preceded by''': Previous issue<br /> | |||
'''followed by''': Following issue<br /> | |||
===Template=== | |||
Copy and paste the following code to use this template: | |||
<pre>{{Comic_Issue_Infobox | |||
|image= | |||
|title= | |||
|writer= | |||
|penciller= | |||
|inker= | |||
|letterer= | |||
|colorist= | |||
|cover artist= | |||
|editor= | |||
|publisher= | |||
|publication date= | |||
|pages= | |||
|upc= | |||
|series= | |||
|issue= | |||
|preceded by= | |||
|followed by= | |||
}}</pre> | |||
[[Category:Infobox templates]]</noinclude> | |||
Latest revision as of 00:02, 3 May 2024
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 issue was published
Pages: Number of pages in issue
UPC: Universal Product Code
Series: What series the issue is from
Issue: Issue number
preceded by: Previous issue
followed by: Following issue
Template[edit source]
Copy and paste the following code to use this template:
{{Comic_Issue_Infobox
|image=
|title=
|writer=
|penciller=
|inker=
|letterer=
|colorist=
|cover artist=
|editor=
|publisher=
|publication date=
|pages=
|upc=
|series=
|issue=
|preceded by=
|followed by=
}}