Template:Infobox act: Difference between revisions

From Katawa Shoujo Wiki

imported>TheWallflower00
No edit summary
imported>TheWallflower00
Infobox updated using the portable infobox migration tool
Line 1: Line 1:
{| class="infobox" style="font-size:89%; width:300px; background-color:#FFF;"
<infobox>
|-
<title source="name"><default>{{PAGENAME}}</default></title>
! colspan="2" style="background-color:#3366CC; color:#FFFFFF; font-size:120%; padding:1em;" | {{{name|{{PAGENAME}}}}}
<image source="image"/>
|-
<data source="im_width"><label>im_width</label><default>250px</default></data>
| colspan="2" style="text-align:center;"|
<data source="prev"><label>prev</label></data>
[[Image:{{{image|Placeholder_location.png}}}|{{{image_width|250px}}}]]
<data source="prevdesc"><label>prevdesc</label><default>{{{prev}}</default></data>
|-
<data source="next"><label><table style="width:100%;"><tr><td style="width:50%;">[[{{{prev}}}|&larr; {{{prevdesc|{{{prev}}}}}}]]</label></data>
| colspan="2"|
<data source="nextdesc"><label>nextdesc</label><default>{{{next}}</default></data>
{| style="width:100%;"
<data source="nexts"><label>nexts</label></data>
|{{#if: {{{prev|}}} | [[{{{prev}}}{{!}}&larr; {{{prevdesc|{{{prev}}}}}}]]| '''&larr; None'''}}
<data source="scenecount"><label>'''Number of scenes:'''</label><default>?</default></data>
| style="text-align: right;"|{{#if: {{{next|}}} | [[{{{next}}}{{!}}{{{nextdesc|{{{next}}}}}} &rarr;]]|'''None &rarr;'''}}
<data source="choicecount"><label>choicecount</label><default>?</default></data>
|}
</infobox>
|-
<noinclude>
| '''Number of scenes:''' {{{scenecount|?}}}
== Usage & preview ==
|-
Type in this:
| '''Number of choices:''' {{{choicecount|?}}}
 
|}
<pre>
<noinclude>[[Category:Templates]]</noinclude>
{{Infobox act
|name=
|image=
|im_width=
|prev=
|prevdesc=
|next=
|nextdesc=
|nexts=
|scenecount=
|choicecount=
}}
 
</pre>
 
to see this:
 
{{Infobox act
|name=This is a test
|image=This is a test
|im_width=This is a test
|prev=This is a test
|prevdesc=This is a test
|next=This is a test
|nextdesc=This is a test
|nexts=This is a test
|scenecount=This is a test
|choicecount=This is a test
}}
 
 
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
</noinclude>

Revision as of 18:12, 4 January 2017

Usage & preview

Type in this:

{{Infobox act
|name=
|image=
|im_width=
|prev=
|prevdesc=
|next=
|nextdesc=
|nexts=
|scenecount=
|choicecount=
}}

to see this:


Click here to refresh the preview above