|
|
Line 1: |
Line 1: |
| <infobox> | | <infobox> |
| <title source="title" style="text-align:center"> | | <data source="PAGENAME"><label>PAGENAME</label></data> |
| <default><div style="width:100%; text-align:center;background-color:#008080;color:black;">{{{PAGENAME}}}</div></default>
| | <title source="title"><default>{{PAGENAME}}</default></title> |
| <format><div style="width:100%; text-align:center;background-color:#008080;color:black;">{{{title}}}</div></format>
| | <image source="image"/> |
| </title>
| | <data source="act"><label>act</label></data> |
| <image source="image">
| | <data source="characters"><label>characters</label></data> |
| <format>[[File:{{{image}}}|250px]]</format>
| | <data source="prev"><label>prev</label></data> |
| </image>
| | <data source="next"><label>next</label></data> |
| <data source="act">
| |
| <label>Act: </label>
| |
| <format>{{#switch: {{{act}}} |
| |
| 0 = [[Prologue]] |
| |
| 1 = [[Act 1 - Life Expectancy]] |
| |
| 2emi = [[Act 2 - Form]] |
| |
| 3emi = [[Act 3 - Perspective]] |
| |
| 4emi = [[Act 4 - Motion]] |
| |
| 2shizune = [[Act 2 - Learning to Read]] |
| |
| 3shizune = [[Act 3 - Sleight of Hand]] |
| |
| 4shizune = [[Act 4 - To My Other Self]] |
| |
| 2lilly = [[Act 2 - Past]] |
| |
| 3lilly = [[Act 3 - Present]] |
| |
| 4lilly = [[Act 4 - Future]] |
| |
| 2hanako = [[Act 2 - Hide and Seek]] |
| |
| 3hanako = [[Act 3 - Castling]] |
| |
| 4hanako = [[Act 4 - Scars]] |
| |
| 2rin = [[Act 2 - Disconnect]] |
| |
| 3rin = [[Act 3 - Distance]] |
| |
| 4rin = [[Act 4 - Dream]] |
| |
| None}}</format>
| |
| </data>
| |
| <data source="characters">
| |
| <label>Characters:</label>
| |
| <default>None</default>
| |
| <format>{{{characters}}}</format>
| |
| </data>
| |
| <data source="prev"> | |
| <label>Previous:</label>
| |
| <format>← {{{prev}}}</format>
| |
| </data>
| |
| <data source="next"> | |
| <label>Next:</label>
| |
| <format>{{{next}}} →</format>
| |
| </data>
| |
| </infobox> | | </infobox> |
| | <noinclude> |
| | == Usage & preview == |
| | Type in this: |
|
| |
|
| <noinclude><br clear="all"/>{{documentation}}</noinclude> | | <pre> |
| | {{Infobox transcript |
| | |PAGENAME= |
| | |title= |
| | |image= |
| | |act= |
| | |characters= |
| | |prev= |
| | |next= |
| | }} |
|
| |
|
| [[Category: Transcripts]] | | </pre> |
| | |
| | to see this: |
| | |
| | {{Infobox transcript |
| | |PAGENAME=This is a test |
| | |title=This is a test |
| | |image=This is a test |
| | |act=This is a test |
| | |characters=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> |