Difference between revisions of "Template:Backstage"
From A3! Wiki
Fimbulvetr (talk | contribs) |
Fimbulvetr (talk | contribs) m |
||
Line 5: | Line 5: | ||
<includeonly> | <includeonly> | ||
− | |||
<center><h1>{{{storyname}}}</h1> | <center><h1>{{{storyname}}}</h1> | ||
'''[[Backstage Story|Backstage Stories]]'''</center> | '''[[Backstage Story|Backstage Stories]]'''</center> | ||
Line 11: | Line 10: | ||
{{Translator|name={{{translator}}} }} | {{Translator|name={{{translator}}} }} | ||
{{#if: {{{hasnotes|}}} | ==Notes== <references/> | }} | {{#if: {{{hasnotes|}}} | ==Notes== <references/> | }} | ||
+ | [[Category: Backstage Story]] | ||
+ | [[Category: {{ROOTPAGENAME}}]] | ||
</includeonly> | </includeonly> |
Revision as of 04:15, 3 February 2018
Creates a Backstage Story page. You can also access this by selecting and loading the "Backstage Story" option under boilerplate when creating a page.
Contents
How to Use
{{Backstage |storyname= |translator= |hasnotes= |tabs= }}
- storyname is the name of the backstage story (not the name of the card)
- translator sets the name for translator credit. To link your own social media, type
[link YourName]
- the link will need to be in full, with itshttp://
orhttps://
prefix. For example:|translator=[https://www.a3-liber.jp/ Liber A3!]
will show up as "Translator: Liber A3!" - hasnotes adds a "Notes" header above the translator footnotes at the bottom of the page. Type "y" or "yes" if you have any references/notes in the text of the story, and leave it empty if not applicable
- tabs contains the story. You can use these as a template:
Dialogue Choices
The backstage stories of some SR and most SSR cards will allow you to select from two choices of dialogue at a certain part in the story. For wiki coding, simply use Template:Line/Choice alongside the usual {{Line}} or {{Line/Lime}}, inserting it where the choices appear in-game. See template for more details.
Copy-paste templates
For Backstages with 1 Part
<tabs plain> <tab name="Part 1" block> <table class="storybodytable"> {{Line|character=Izumi|border=izumi|dialogue=Example.}} </table> </tab> </tabs>
For Backstages with 2 Parts
<tabs plain> <tab name="Part 1" block> <table class="storybodytable"> {{Line|character=Izumi|border=izumi|dialogue=Example.}} </table> </tab> <tab name="Part 2" block> <table class="storybodytable"> {{Line|character=Izumi|border=izumi|dialogue=Example 2.}} </table> </tab> </tabs>
For Backstages with 3 Parts
<tabs plain> <tab name="Part 1" block> <table class="storybodytable"> {{Line|character=Izumi|border=izumi|dialogue=Example.}} </table> </tab> <tab name="Part 2" block> <table class="storybodytable"> {{Line|character=Izumi|border=izumi|dialogue=Example 2.}} </table> </tab> <tab name="Part 3" block> <table class="storybodytable"> {{Line|character=Izumi|border=izumi|dialogue=Example 3.}} </table> </tab> </tabs>