Template: Infobox Chapter: Difference between revisions
From A Wiki of Ice and Fire
added links |
updated usage info. |
||
| Line 24: | Line 24: | ||
==Usage== | ==Usage== | ||
<pre> | <pre> | ||
book title | {{Infobox Chapter | ||
book cover | | book title = | ||
title | | book cover = | ||
pov | | pov = | ||
page | | title = | ||
| page = | |||
previous | | previous = | ||
current | | current = | ||
next | | next = | ||
| arc previous = | |||
arc previous | | arc next = | ||
arc next | }}</pre> | ||
</pre> | Example: | ||
<pre>{{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|}}} | |||
}}</pre> | |||
[[Category:Infobox templates|Chapter]]</noinclude> | [[Category:Infobox templates|Chapter]]</noinclude> | ||
Revision as of 03:43, 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|}}}
}}