Welcome to our new Skyland! Article rewrites are welcome. If you see any missing images, please feel free to add them. Please use the Aboutfile template when uploading and add categories.
We are also aware of some articles being unavailable. Please bear with us while we are working to get them fixed.

Template:Book: Difference between revisions

From Skylanders Wiki
Default (talk | contribs)
No edit summary
 
No edit summary
Tag: sourceedit
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{| 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>
|-
<title source="title"><default>{{PAGENAME}}</default></title>
| colspan="2" align="center" style="font-size:125%;" bgcolor=#cef2e0 | {{PAGENAME}}
<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>
{{#if: {{{image|}}} | {{!}} align=center colspan=2 {{!}} [[Image:{{{image}}}|center|284px]] }}
<data source="publisher"><label>'''Published by'''</label></data>
|- style="vertical-align: top;"
<data source="isbn"><label>'''ISBN'''</label></data>
{{#if: {{{author|}}} | {{!}} valign=top {{!}} '''Author''' {{!!}} {{{author}}} }}
<data source="previous"><label>'''Preceded by'''</label></data>
|- style="vertical-align: top;"
<data source="next"><label>'''Followed by'''</label></data>
{{#if: {{{illustrator|}}} | {{!}} valign=top {{!}} '''Illustrator''' {{!!}} {{{illustrator}}} }}
</infobox>
|- style="vertical-align: top;"
<noinclude>
{{#if: {{{date|}}} | {{!}} '''Publication date''' {{!!}} {{{date}}} }}
== Usage & preview ==
|- style="vertical-align: top;"
Type in this:
{{#if: {{{publisher|}}} | {{!}} '''Published by''' {{!!}} {{{publisher}}} }}
 
|- style="vertical-align: top;"
<pre>
{{#if: {{{isbn|}}} | {{!}} '''ISBN''' {{!!}} {{{isbn}}} }}
{{Book
|-
|title=
| colspan="2" align="center" style="font-size:125%;" bgcolor=#cef2e0 | ''Publication Order''
|image=
|- align=center
|author=
| valign=top align=center style="font-size:80%;" width=150 | Preceded by<br>{{{previous}}}
|illustrator=
| valign=top align=center style="font-size:80%;" width=150 | Followed by<br>{{{next}}}
|date=
|}<noinclude>
|publisher=
<br clear="all">
|isbn=
{{documentation}}
|previous=
[[Category:Templates|Book]]
|next=
}}
 
</pre>
 
to see this:
 
{{Book
|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
|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 07:28, December 22, 2016

<infobox> <title source="title"><default>Book</default></title> <image source="image"/> <label>Author</label> <label>Illustrator</label> <label>Publication date</label> <label>Published by</label> <label>ISBN</label> <label>Preceded by</label> <label>Followed by</label> </infobox>

Usage & preview

Type in this:

{{Book
|title=
|image=
|author=
|illustrator=
|date=
|publisher=
|isbn=
|previous=
|next=
}}

to see this:

<infobox> <title source="title"><default>Book</default></title> <image source="image"/> <label>Author</label> <label>Illustrator</label> <label>Publication date</label> <label>Published by</label> <label>ISBN</label> <label>Preceded by</label> <label>Followed by</label> </infobox>


Click here to refresh the preview above