Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox book: Difference between revisions

Template page
Default (talk | contribs)
mNo edit summary
 
Pinkachu (talk | contribs)
Infobox updated using the portable infobox migration tool
 
Line 1: Line 1:
<onlyinclude>{| class="wikia-infobox"
<infobox>
<title source="title"><default>''Unknown''</default></title>
<image source="image"/>
<data source="author"><label>author</label><default>''Unknown''</default></data>
<data source="illustrator"><label>illustrator</label><default>''Unknown''</default></data>
<data source="date"><label>date</label><default>''Unknown''</default></data>
<data source="publisher"><label>publisher</label><default>''Unknown''</default></data>
<data source="previous"><label>previous</label><default>''Unknown''</default></data>
<data source="next"><label>next</label><default>''Unknown''</default></data>
</infobox>
<noinclude>
== Usage & preview ==
Type in this:


|-
<pre>
! class="wikia-infobox-header" colspan="2" | {{{title|''Unknown''}}}
{{Infobox book
|title=
|image=
|author=
|illustrator=
|date=
|publisher=
|previous=
|next=
}}


|-
</pre>
{{#if: {{{image|}}} |
{{!}} class="wikia-infobox-image" colspan="2" {{!}} [[File:{{{image}}}|{{{imagewidth|210}}}px|{{{imagecaption|}}}]]
| }}


|-
to see this:
{{#if: {{{imagecaption|}}} |
{{!}} class="wikia-infobox-caption" colspan="2" {{!}} {{{imagecaption}}}
| }}


|-
{{Infobox book
! colspan="2" | <div class="wikia-infobox-section-header">Vital statistics</div>
|title=This is a test
|image=This is a test
|author=This is a test
|illustrator=This is a test
|date=This is a test
|publisher=This is a test
|previous=This is a test
|next=This is a test
}}


|-
! Author
| {{{author|''Unknown''}}}


|-
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
! Illustrator
</noinclude>
| {{{illustrator|''Unknown''}}}
 
|-
! Published on
| {{{date|''Unknown''}}}
 
|-
! Published by
| {{{publisher|''Unknown''}}}
 
|-
! colspan="2" | <div class="wikia-infobox-section-header">Publication order</div>
 
|-
! Previous
| '''Next'''
 
|-
! style="font-weight:normal;" | {{{previous|''Unknown''}}}
| {{{next|''Unknown''}}}
 
|- style="font-size:0; line-height:0;"
! style="width:50%; padding:0" |
! style="width:50%; padding:0" |
 
|}</onlyinclude><noinclude><br style="clear:both;"/>
{{documentation}}</noinclude>

Latest revision as of 17:29, 17 December 2015

Usage & preview

Type in this:

{{Infobox book
|title=
|image=
|author=
|illustrator=
|date=
|publisher=
|previous=
|next=
}}

to see this:


Click here to refresh the preview above