Template:Infobox novel: Difference between revisions
Appearance
Phase 0: infobox templates |
Add verified publication data |
||
| Line 1: | Line 1: | ||
<includeonly><div class="sw-infobox sw-infobox-novel {{{accent|}}}"><div class="sw-infobox-title">{{{name|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|<div class="sw-infobox-image">[[File:{{{image}}}|frameless|280px]]{{#if:{{{caption|}}}|<div class="sw-infobox-caption">{{{caption}}}</div>}}</div>|<div class="sw-infobox-noimage">No image yet</div>}}<table class="sw-infobox-data">{{#if:{{{author|}}}|<tr><th>Author</th><td>{{{author}}}</td></tr>}}{{#if:{{{series|}}}|<tr><th>Series</th><td>{{{series}}}</td></tr>}}{{#if:{{{number|}}}|<tr><th>Number in series</th><td>{{{number}}}</td></tr>}}{{#if:{{{published|}}}|<tr><th>Published</th><td>{{{published}}}</td></tr>}}{{#if:{{{pages|}}}|<tr><th>Pages</th><td>{{{pages}}}</td></tr>}}{{#if:{{{isbn|}}}|<tr><th>ISBN</th><td>{{{isbn}}}</td></tr>}}{{#if:{{{preceded|}}}|<tr><th>Preceded by</th><td>{{{preceded}}}</td></tr>}}{{#if:{{{followed|}}}|<tr><th>Followed by</th><td>{{{followed}}}</td></tr>}}</table></div></includeonly><noinclude> | <includeonly><div class="sw-infobox sw-infobox-novel {{{accent|}}}"><div class="sw-infobox-title">{{{name|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|<div class="sw-infobox-image">[[File:{{{image}}}|frameless|280px]]{{#if:{{{caption|}}}|<div class="sw-infobox-caption">{{{caption}}}</div>}}</div>|<div class="sw-infobox-noimage">No cover image yet</div>}}<table class="sw-infobox-data">{{#if:{{{author|}}}|<tr><th>Author</th><td>{{{author}}}</td></tr>}}{{#if:{{{series|}}}|<tr><th>Series</th><td>{{{series}}}</td></tr>}}{{#if:{{{number|}}}|<tr><th>Number in series</th><td>{{{number}}}</td></tr>}}{{#if:{{{published|}}}|<tr><th>Published</th><td>{{{published}}}</td></tr>}}{{#if:{{{pages|}}}|<tr><th>Pages</th><td>{{{pages}}}</td></tr>}}{{#if:{{{format|}}}|<tr><th>Formats</th><td>{{{format}}}</td></tr>}}{{#if:{{{isbn|}}}|<tr><th>ISBN</th><td>{{{isbn}}}</td></tr>}}{{#if:{{{preceded|}}}|<tr><th>Preceded by</th><td>{{{preceded}}}</td></tr>}}{{#if:{{{followed|}}}|<tr><th>Followed by</th><td>{{{followed}}}</td></tr>}}</table></div></includeonly><noinclude> | ||
== Infobox novel == | == Infobox novel == | ||
Identity box for a published book or short story. Real-world information. | Identity box for a published book or short story. Real-world information. | ||
| Line 17: | Line 17: | ||
| published = | | published = | ||
| pages = | | pages = | ||
| format = | |||
| isbn = | | isbn = | ||
| preceded = | | preceded = | ||
| Line 34: | Line 35: | ||
}, | }, | ||
"image": { | "image": { | ||
"label": " | "label": "Cover image", | ||
"description": "File name only, no File: prefix.", | "description": "File name only, no File: prefix.", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
| Line 65: | Line 66: | ||
"pages": { | "pages": { | ||
"label": "Pages", | "label": "Pages", | ||
"type": "content" | |||
}, | |||
"format": { | |||
"label": "Formats", | |||
"type": "content" | "type": "content" | ||
}, | }, | ||
| Line 90: | Line 95: | ||
"published", | "published", | ||
"pages", | "pages", | ||
"format", | |||
"isbn", | "isbn", | ||
"preceded", | "preceded", | ||
Latest revision as of 04:05, 18 August 2026
Infobox novel
Identity box for a published book or short story. Real-world information.
Leave any field blank and its row simply will not appear.
Copy this
{{Infobox novel
| name =
| image =
| caption =
| accent =
| author =
| series =
| number =
| published =
| pages =
| format =
| isbn =
| preceded =
| followed =
}}
Identity box for a published book or short story. Real-world information.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Defaults to the page title. | String | suggested |
| Cover image | image | File name only, no File: prefix. | File | optional |
| Image caption | caption | no description | String | optional |
| Colour accent | accent | One of sw-land, sw-water, sw-fire, sw-air. | String | optional |
| Author | author | no description | Content | optional |
| Series | series | no description | Content | optional |
| Number in series | number | no description | Content | optional |
| Published | published | no description | Content | optional |
| Pages | pages | no description | Content | optional |
| Formats | format | no description | Content | optional |
| ISBN | isbn | no description | Content | optional |
| Preceded by | preceded | no description | Content | optional |
| Followed by | followed | no description | Content | optional |