Template: Infobox Chapter: Difference between revisions
From A Wiki of Ice and Fire
updated usage info. |
mNo 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:{{{page|<noinclude>pov</noinclude>}}}|<tr><th>Page</th><td>{{{page|}}}<small>([[Chapters_Table_of_contents#A_Dance_with_Dragons|Other versions]])</small></td></tr>}} | {{#if:{{{page|<noinclude>pov</noinclude>}}}|<tr><th>Page</th><td>{{{page|}}}<small> ([[Chapters_Table_of_contents#A_Dance_with_Dragons|Other versions]])</small></td></tr>}} | ||
<tr><th colspan="2" style="text-align:center;">Chapter chronology<small>([[Chapters#A Dance with Dragons|All]])</small></th></tr> | <tr><th colspan="2" style="text-align:center;">Chapter chronology<small>([[Chapters#A Dance with Dragons|All]])</small></th></tr> | ||
Revision as of 03:47, 12 December 2011
| {{{pov}}} | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| [[{{{book title}}}]] chapter | ||||||||||
| [[{{{book cover}}}|220px]] | ||||||||||
| POV | {{{pov}}} | |||||||||
| Page | (Other versions) | |||||||||
| Chapter chronology(All) | ||||||||||
| ||||||||||
Meta template. Don't use it directly.
Usage
{{Infobox Chapter
| book title =
| book cover =
| pov =
| title =
| page =
| previous =
| current =
| next =
| arc previous =
| arc next =
}}
Example:
{{Infobox Chapter
| book title = Book title
| book cover = File:fullName
| pov = {{{pov}}}
| title = {{{title|}}}
| page = {{{page}}}
| previous = {{{previous|}}}
| current = {{{current}}}
| next = {{{next|}}}
| arc previous = {{{arc previous|}}}
| arc next = {{{arc next|}}}
}}