Template:Infobox transcript: 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;"
<infobox>
|-
<title source="name"><default>{{PAGENAME}}</default></title>
! colspan="2" style="background-color:#3366CC; color:#ffffff; font-size:120%; padding:1em;" | {{{ name|{{PAGENAME}}}}}
<data source="width"><label>width</label><default>auto</default></data>
|-
<data source="height"><label>height</label><default>auto</default></data>
! colspan="2" style="background-color:#3399FF; color:#ffffff;" | Characters
<data source="background"><label>background</label><default>transparent</default></data>
|- style="text-align:left; font-size:100%;" valign="top"
<data source="content"><label>content</label><default>{{{1}}</default></data>
! colspan="2" width="100%" | <div style="width:{{{width|auto}}}; height:{{{height|auto}}}; overflow:auto; margin-bottom:0px; padding-left:0em; padding-right:0em; border:0px solid #AAAAAA; border-radius:0em 0em 0em 0em; background-color:{{{background|transparent}}};">
<data source="prev"><label>'''Previous Scene'''</label></data>
{{{content|None}}}
<data source="next"><label>''' Next Scene'''</label></data>
</div>
</infobox>
|-
<noinclude>
! colspan="2" style="background-color:#3399FF; color:#ffffff;" | Scene Navigation
== Usage & preview ==
|-
Type in this:
| '''Previous Scene'''
 
| {{{prev|None}}}
<pre>
|-
{{Infobox transcripts
|''' Next Scene'''
|name=
| {{{next|None}}}
|width=
|}
|height=
|background=
|content=
|prev=
|next=
}}
 
</pre>
 
to see this:
 
{{Infobox transcripts
|name=This is a test
|width=This is a test
|height=This is a test
|background=This is a test
|content=This is a test
|prev=This is a test
|next=This is a test
}}
 
 
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
</noinclude>

Revision as of 16:04, 17 January 2017

Usage & preview

Type in this:

{{Infobox transcripts
|name=
|width=
|height=
|background=
|content=
|prev=
|next=
}}

to see this:


Click here to refresh the preview above