Difference between revisions of "Template:Scout"

From A3! Wiki
(Created page with "<includeonly> ==={{{scoutname}}}=== {{#if: {{{banner|}}} | [[File:{{{banner}}}|frameless|right|link=|{{{scoutname}}}]] | }} <p>'''Scouting Period:''' {{#time: F j, Y H:i | {{{...")
 
(Documentation)
Line 45: Line 45:
 
{{clear}}</pre>
 
{{clear}}</pre>
  
Example of how to use (with notes):
+
Blank template:
 +
<pre>{{Scout
 +
|banner=
 +
|scoutname=
 +
|start=
 +
|end=
 +
|ssr=
 +
|sr=
 +
|r=
 +
|ssr2=
 +
|sr2=
 +
|r2=
 +
}}</pre>
 +
 
 +
How to use (with notes):
 
<pre>{{Scout
 
<pre>{{Scout
 
|banner=banner.png (include file extension)
 
|banner=banner.png (include file extension)
Line 57: Line 71:
 
|sr2= so delete these if there are only 1 set of cards
 
|sr2= so delete these if there are only 1 set of cards
 
|r2= bye
 
|r2= bye
}}</pre>
 
 
Blank:
 
<pre>{{Scout
 
|banner=
 
|scoutname=
 
|start=
 
|end=
 
|ssr=
 
|sr=
 
|r=
 
|ssr2=
 
|sr2=
 
|r2=
 
 
}}</pre>
 
}}</pre>
 
</noinclude>
 
</noinclude>

Revision as of 05:34, 30 April 2017


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

Blank template:

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

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