Template: Infobox Chapter: Difference between revisions
From A Wiki of Ice and Fire
No edit summary |
|||
| Line 5: | Line 5: | ||
{{#if:{{{pov|<noinclude>pov</noinclude>}}}|<tr><th>POV</th><td>{{{pov}}}</td></tr>}} | {{#if:{{{pov|<noinclude>pov</noinclude>}}}|<tr><th>POV</th><td>{{{pov}}}</td></tr>}} | ||
{{#if:{{{place|<noinclude>place</noinclude>}}}|<tr><th>Place</th><td>{{{place}}}</td></tr>}} | |||
{{#if:{{{page|<noinclude>pov</noinclude>}}}|<tr><th>Page</th><td>{{{page|}}}<small> ([[Chapters_Table_of_contents|Other versions]])</small></td></tr>}} | {{#if:{{{page|<noinclude>pov</noinclude>}}}|<tr><th>Page</th><td>{{{page|}}}<small> ([[Chapters_Table_of_contents|Other versions]])</small></td></tr>}} | ||
Revision as of 21:32, 4 February 2013
| {{{pov}}} | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| [[{{{book title}}}]] chapter | ||||||||||
| [[{{{book cover}}}|220px]] | ||||||||||
| POV | {{{pov}}} | |||||||||
| Place | {{{place}}} | |||||||||
| Page | (Other versions) | |||||||||
| Chapter chronology (All) | ||||||||||
| ||||||||||
Meta template. Don't use it directly.
Usage
{{Infobox Chapter
| book title =
| book cover =
| pov =
| place =
| title =
| page =
| previous =
| current =
| next =
| arc previous =
| arc next =
}}
Example:
{{Infobox Chapter
| book title = Book title
| book cover = File:fullName
| pov = {{{pov}}}
| place = {{{place}}}
| title = {{{title|}}}
| page = {{{page}}}
| previous = {{{previous|}}}
| current = {{{current}}}
| next = {{{next|}}}
| arc previous = {{{arc previous|}}}
| arc next = {{{arc next|}}}
}}