Difference between revisions of "Template:Backstage"

From A3! Wiki
(Edit so there isn't so much extra space above the title)
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>
+
<includeonly><center><h1>{{{storyname}}}</h1>
[[Category: Backstage Story]] [[Category: {{BASEPAGENAME}}]]
 
<center><h1>{{{storyname}}}</h1>
 
 
'''[[Backstage Story|Backstage Stories]]'''</center>
 
'''[[Backstage Story|Backstage Stories]]'''</center>
<tabs>
+
{{{tabs}}}
{{Backstage/Tab|1|{{{tab1|}}} }}
 
{{#if: {{{tab2|}}} | {{Backstage/Tab|2|{{{tab2|}}} }} | }}
 
{{#if: {{{tab3|}}} | {{Backstage/Tab|3|{{{tab3|}}} }} | }}
 
</tabs>
 
 
{{Translator|name={{{translator}}} }}
 
{{Translator|name={{{translator}}} }}
{{#if: {{{hasnotes|}}} | ==Notes== <references/> | }}
+
{{#if: {{{hasnotes|}}} | <h2>Notes</h2> <references/> | }}
 +
[[Category: Backstage Story]]
 +
[[Category: {{ROOTPAGENAME}}]]
 
</includeonly>
 
</includeonly>
 +
 +
<noinclude>
 +
[[Category:Templates]]
 +
{{Template:Backstage/Docs}}
 +
</noinclude>

Latest revision as of 20:07, 1 June 2020


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[edit]

{{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[edit]

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[edit]

For Backstages with 1 Part[edit]

<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[edit]

<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[edit]

<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>