Template:Book: Difference between revisions
Appearance
Created page with '{| style="clear: right; border: solid #aaa 1px; margin: 0 0 1em 1em; font-size: 95%; background: #f9f9f9; color:black; width: 310px; padding: 10px; text-align: left; float: right...' |
Infobox updated using the portable infobox migration tool |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<infobox> | |||
<image source="image"/> | |||
<data source="author"> | |||
<label>'''Author'''</label></data> | |||
<data source="illustrator"><label>'''Illustrator'''</label></data> | |||
<data source="date"><label>'''Publication date'''</label></data> | |||
<data source="publisher"><label>'''Published by'''</label></data> | |||
<data source="isbn"><label>'''ISBN'''</label></data> | |||
<data source="previous"><label>previous</label></data> | |||
<data source="next"><label>Preceded by<br>{{{previous}}}</label></data> | |||
</infobox> | |||
<noinclude> | |||
== Usage & preview == | |||
Type in this: | |||
<pre> | |||
{{Book | |||
|image = | |||
|author = | |||
| | |illustrator = | ||
| | |date = | ||
| | |publisher = | ||
|isbn = | |||
|previous = | |||
{{ | |next = | ||
}} | |||
</pre> | |||
to see this: | |||
{{Book | |||
|image = nomgphoto.jpg | |||
|author =This is a test | |||
|illustrator =This is a test | |||
|date =This is a test | |||
|publisher =This is a test | |||
|isbn =This is a test | |||
|previous =This is a test | |||
|next =This is a test | |||
}} | |||
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 06:28, 25 June 2016
<infobox>
<image source="image"/>
<label>Author</label>
<label>Illustrator</label>
<label>Publication date</label>
<label>Published by</label>
<label>ISBN</label>
<label>previous</label>
<label>Preceded by
{{{previous}}}</label>
</infobox>
Usage & preview[edit source]
Type in this:
{{Book
|image =
|author =
|illustrator =
|date =
|publisher =
|isbn =
|previous =
|next =
}}
to see this:
<infobox>
<image source="image"/>
<label>Author</label>
<label>Illustrator</label>
<label>Publication date</label>
<label>Published by</label>
<label>ISBN</label>
<label>previous</label>
<label>Preceded by
This is a test</label>
</infobox>