Template:Book infobox: Difference between revisions

From Pixar Cars Wiki
Jump to navigation Jump to search
m
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Dummybox}}<infobox theme="basic">
{{infobox|start}}
    <title source="name"><default>{{PAGENAME}}</default></title>
{{infobox|title|text={{{name|{{PAGENAME}}}}}}}
    <!--Mobile Support--><header name="Mtitle">{{{title|{{PAGENAME}}}}}</header><!--Mobile Support-->
{{infobox|image|image={{{image|}}}|image_size={{{image_size|}}}|image_style={{{image_style|}}}}}
<image source="image" />
{{infobox|row|label=Published|data={{{published|}}}}}
<group row-items="2">
{{infobox|row|label=Author|data={{{author|}}}}}
<data span="2" source="caption">{{{caption|}}}</data>
{{infobox|row|label=Illustrator|data={{{illustrator|}}}}}
</group>
{{infobox|row|label=Adapted by|data={{{adapted_by|}}}}}
<group name="params_display">
{{infobox|row|label=Publisher|data={{{publisher|}}}}}
<data source="published"><label>Publish date</label></data>
{{infobox|end}}<noinclude>
<data source="author"><label>Written by</label></data>
 
<data source="illustrator"><label>Illustrated by</label></data>
<data source="adapted_by"><label>Adapted by</label></data>
<data source="publisher"><label>Published by</label></data>
</group>
</infobox>
<noinclude>
== Usage & preview ==
== Usage & preview ==
Type in this:
Type in this:


<pre>
<pre>
{{Book
{{Book infobox
|image=
|image=
|caption=
|caption=
Line 34: Line 28:
to see this:
to see this:


{{Book
{{Book infobox
|image=This is a test
|image=This is a test
|caption=This is a test
|caption=This is a test
Line 43: Line 37:
|publisher=This is a test
|publisher=This is a test
}}
}}


[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Latest revision as of 13:40, 1 July 2024

Book infobox




Usage & preview

Type in this:

{{Book infobox
|image=
|caption=
|name=
|author=
|illustrator=
|adapted=
|published=
|publisher=
}}

to see this:

This is a test
File:This is a test
Published This is a test
Author This is a test
Illustrator This is a test
Publisher This is a test

Click here to refresh the preview above