Template:Infobox Transcript Epilogue: Difference between revisions

imported>Da vinci 214
Created page with "{| class="infobox" style="font-size:89%; width:300px;" |- ! colspan="2" style="background-color:#3366CC; color:#ffffff; font-size:120%; padding:1em;" | {{{name|{{PAGENAME}}}}}..."
 
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:#3366CC; color:#ffffff;" | Characters appeared in the scene
<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>
|width="50%"|'''Characters'''<br /><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|{{{1}}}}}}
</infobox>
</div>
<noinclude>
|-
== Usage & preview ==
! colspan="2" style="background-color:#3366CC; color:#ffffff;" | Scene Navigation
Type in this:
|-
 
| '''Previous Scene'''
<pre>
| {{{prev}}}
{{Infobox Transcript Epilogue
|}
|name=
|width=
|height=
|background=
|content=
|prev=
}}
 
</pre>
 
to see this:
 
{{Infobox Transcript Epilogue
|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
}}
 
 
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
</noinclude>