|
|
(9 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
| {|
| | #REDIRECT [[Template:Infobox Story]] |
| |}
| | [[Category:Obsolete infoboxes]] |
| <div>
| |
| {| border="0" cellspacing="0" cellpadding="4" style="float:right; margin:0 0 .5em 1em; width:250px; background:#f1f4fa; border-collapse:collapse; border:1px solid #999; font-size:smaller; line-height:1.5; "
| |
| | |
| | bgcolor=white align="center" colspan="2" | {{{image}}}
| |
| |- valign="top"
| |
| | align="center" colspan=2 bgcolor="#0041b7" style="border-bottom:0px solid gray; font-size:larger; color:white;" | '''{{{annual name}}}'''
| |
| |-
| |
| | style="text-align: left; border-bottom:1px solid gray; border-top: 1px solid gray;" width="80pt" | '''Series:'''
| |
| | style="border-bottom:1px solid gray; border-top: 1px solid gray;" | {{{series}}}
| |
| |- valign="top"
| |
| | style="text-align: left; border-bottom:1px solid gray; border-top: 1px solid gray;" | '''Publisher:'''
| |
| | style="border-bottom:1px solid gray; border-top: 1px solid gray;" | {{{publisher}}}
| |
| |- valign="top"
| |
| | style="text-align: left; border-bottom:1px solid gray; border-top: 1px solid gray;" | '''Publication:'''
| |
| | style="border-bottom:1px solid gray; border-top: 1px solid gray;" | {{{release date}}}
| |
| |- class{{{isbn}}}="hiddenStructure" style="vertical-align: top;"
| |
| | style="text-align: left; border-bottom:1px solid gray; border-top: 1px solid gray;" | '''ISBN:'''
| |
| | style="border-bottom:1px solid gray; border-top: 1px solid gray;" | {{{isbn}}}
| |
| |- valign="top"
| |
| | style="text-align: left; border-bottom:1px solid gray; border-top: 1px solid gray;" | '''Format:'''
| |
| | style="border-bottom:1px solid gray; border-top: 1px solid gray;" | {{{format}}}
| |
| |- class{{{previous annual}}}="hiddenStructure" style="vertical-align: top;"
| |
| | style="text-align: left; border-bottom:1px solid gray; border-top: 1px solid gray;" | '''Previous Annual:'''
| |
| | style="border-bottom:1px solid gray; border-top: 1px solid gray;" | {{{previous annual}}}
| |
| |- class{{{next annual}}}="hiddenStructure" style="vertical-align: top;"
| |
| | style="text-align: left; border-bottom:1px solid gray; border-top: 1px solid gray;" | '''Following Annual:'''
| |
| | style="border-bottom:1px solid gray; border-top: 1px solid gray;" | {{{next annual}}}
| |
| |- valign="top"
| |
| |}
| |
| </div>
| |
| <noinclude>
| |
| ==Usage==
| |
| Copy and paste '''all''' of the text below onto whichever article page it is needed for (even if some fields are not needed copy '''all''' of the text).
| |
| <pre>
| |
| {{Infobox Annual
| |
| |annual name =
| |
| |image =
| |
| |series =
| |
| |publisher =
| |
| |isbn =
| |
| |release date =
| |
| |previous annual =
| |
| |next annual =
| |
| }}
| |
| </pre>
| |
| | |
| ==Description of fields==
| |
| <pre>
| |
| {{Infobox Annual
| |
| |annual name = Title of annual
| |
| |image = Image at 250px of annual
| |
| |series = Series the annual is a part of
| |
| |publisher = Name of publisher of annual
| |
| |isbn = Type ISBN followed be number
| |
| |release date = Release date of annual
| |
| |previous annual = Annual previously released
| |
| |next annual = Next annual released
| |
| }}
| |
| </pre>
| |
| | |
| [[Category:Infoboxes|Annual]]</noinclude> | |