- Description
- This template is used to create an infobox for articles about Avatar publications, including books, comics, and graphic novels.
- Dependencies
-
- Syntax
- Type
{{Publication infobox|<...>}} somewhere, with parameters as shown below.
- The
style = book/comic parameter is used to change the labels for the infobox to be appropriate for either books or comics.
{{Publication infobox
| style =
| nation =
| image =
| image hover =
| name =
| story =
| art =
| color =
| lettering =
| issue =
| publisher =
| publishdate =
| ISBN =
| pages =
| last =
| next =
| gallery =
}}
|
- Sample output (book)
<infobox theme-source="nation">
<image source="image" />
<title source="name"><default>Publication infobox/doc</default></title>
<group>
<header>Creative</header>
<label>Authors</label>
<label>Art by</label>
<label>Coloring by</label>
<label>Lettering by</label>
</group>
<group>
<header>Publication</header>
<label>Issue</label>
<label>Publisher</label>
<label>Date of publication</label>
<label>ISBN</label>
<label>Series</label>
<label>Pages</label>
<label>Last novel</label>
<label>Next novel</label>
</group>
<navigation></navigation>
<header>Image gallery (1)</header>
</infobox>
{{Publication infobox
| style = book
| nation = earth
| image = The Rise of Kyoshi cover.png
| image hover =
| name = ''{{PAGENAME}}''
| story = * [[F. C. Yee]]
* [[Michael Dante DiMartino]]
| art =
| color =
| lettering =
| issue =
| publisher = Amulet Books
| publishdate = July 16, 2019
| ISBN = 978-1-4197-3504-2
| pages =
| last =
| next = ''[[The Shadow of Kyoshi]]''
| gallery = Kyoshi novels
}}
|
- Sample output (graphic novel)
<infobox theme-source="nation">
<image source="image" />
<title source="name"><default>Publication infobox/doc</default></title>
<group>
<header>Creative</header>
<label>Story by</label>
<label>Art by</label>
<label>Coloring by</label>
<label>Lettering by</label>
</group>
<group>
<header>Publication</header>
<label>Issue</label>
<label>Publisher</label>
<label>Date of publication</label>
<label>ISBN</label>
<label>Series</label>
<label>Pages</label>
<label>Last comic</label>
<label>Next comic</label>
</group>
<navigation></navigation>
<header>Image gallery (0)</header>
</infobox>
{{Publication infobox
| style = comic
| image = The Promise Part Two cover.png
| image hover =
| name = ''{{PAGENAME}}''
| story = * [[Gene Luen Yang]]
* [[Michael Dante DiMartino]]
* [[Bryan Konietzko]]
| art = [[Gurihiru]]
| color = Gurihiru
| lettering = * [[Michael Heisler]]
* [[Comicraft]]
| issue = 30
| publisher = [[Dark Horse Comics]]
| publishdate = May 30, 2012
| pages =
| last = ''[[The Promise Part One]]''
| next = ''[[The Promise Part Three]]''
| gallery =
}}
|