Template:Scout

From A3! Wiki
Revision as of 05:33, 30 April 2017 by Fimbulvetr (talk | contribs) (Created page with "<includeonly> ==={{{scoutname}}}=== {{#if: {{{banner|}}} | [[File:{{{banner}}}|frameless|right|link=|{{{scoutname}}}]] | }} <p>'''Scouting Period:''' {{#time: F j, Y H:i | {{{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Refer here for a proper example of a double gacha.

Example

i don't know is this broken

i don't know is this broken

Scouting Period: April 20, 2017 16:00 JST to April 20, 2017 21:00 JST

Featured Cards:



Documentation

==={{{scoutname}}}===
{{#if: {{{banner|}}} | [[File:{{{banner}}}|frameless|right|link=|{{{scoutname}}}]] | }}
<p>'''Scouting Period:''' {{#time: F j, Y H:i | {{{start}}}}} JST to {{#time: F j, Y H:i | {{{end}}}}} JST</p>
<p>'''Featured Cards:'''</p>
<ul>
<li>'''SSR''' {{{ssr}}}</li>
{{#if: {{{ssr2|}}} | <li>'''SSR''' {{{ssr2}}}</li> | }}
<li>'''SR''' {{{sr}}}</li>
{{#if: {{{sr2|}}} | <li>'''SR''' {{{sr2}}}</li> | }}
<li>'''R''' {{{r}}}</li>
{{#if: {{{r2|}}} | <li>'''R''' {{{r2}}}</li> | }}
</ul>
{{clear}}

Example of how to use (with notes):

{{Scout
|banner=banner.png (include file extension)
|scoutname=Jun Sleeps Event
|start=4/20/2017 16:00
|end=April 20 2017 9pm
|ssr="Handsome Squidward" [[Character Name]]
|sr="Card Name" [[Character Name]]
|r="Also a Card Name" [[Character Name]]
|ssr2= you only need these if it's a double gacha
|sr2= so delete these if there are only 1 set of cards
|r2= bye
}}

Blank:

{{Scout
|banner=
|scoutname=
|start= 
|end= 
|ssr=
|sr=
|r=
|ssr2= 
|sr2= 
|r2= 
}}