Template:Backstage

From A3! Wiki
Revision as of 06:28, 16 June 2018 by Fimbulvetr (talk | contribs)


Creates a Backstage Story page. You can also access this by selecting and loading the "Backstage Story" option under boilerplate when creating a page.

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 its http:// or https:// 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>