Difference between revisions of "Template:Backstage"
From A3! Wiki
Fimbulvetr (talk | contribs) |
(Edit so there isn't so much extra space above the title) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly><center><h1>{{{storyname}}}</h1> |
− | |||
− | <center><h1>{{{storyname}}}</h1> | ||
'''[[Backstage Story|Backstage Stories]]'''</center> | '''[[Backstage Story|Backstage Stories]]'''</center> | ||
{{{tabs}}} | {{{tabs}}} | ||
{{Translator|name={{{translator}}} }} | {{Translator|name={{{translator}}} }} | ||
− | {{#if: {{{hasnotes|}}} | | + | {{#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.
Contents
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 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[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>