Difference between revisions of "Template:Scout"

From A3! Wiki
Line 11: Line 11:
 
{{#if: {{{r3|}}} | <li>{{Rarity|rarity=R}} {{{r3}}}</li> | }}
 
{{#if: {{{r3|}}} | <li>{{Rarity|rarity=R}} {{{r3}}}</li> | }}
 
{{#if: {{{r4|}}} | <li>{{Rarity|rarity=R}} {{{r4}}}</li> | }}</ul></div>
 
{{#if: {{{r4|}}} | <li>{{Rarity|rarity=R}} {{{r4}}}</li> | }}</ul></div>
{{#if: {{{banner|}}} | [[File:{{{banner}}}|frameless|link=|{{{scoutname}}}]] | }}</div></includeonly>
+
{{#if: {{{banner|}}} | [[File:{{{banner}}}|frameless|class=banner|link=|{{{scoutname}}}]] | }}</div></includeonly>
  
 
<noinclude>
 
<noinclude>

Revision as of 05:50, 16 May 2017


Example

Event Name!

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{{#if: {{{end|}}} |  to {{#time: F j, Y H:i | {{{end}}}}} JST |, end date to be confirmed}}</p>
{{#if: {{{relatedevent|}}} | <p>'''Related Event:''' {{#switch: {{{relatedevent|}}}|TBA=To Be Confirmed|{{{relatedevent}}}}}</p> | }}
<p>'''Featured Cards:'''</p>
<ul>{{#if: {{{ssr|}}} | <li>{{Rarity|rarity=SSR}} {{{ssr}}}</li> | }}
{{#if: {{{ssr2|}}} | <li>{{Rarity|rarity=SSR}} {{{ssr2}}}</li> | }}
{{#if: {{{sr|}}} | <li>{{Rarity|rarity=SR}} {{{sr}}}</li> | }}
{{#if: {{{sr2|}}} | <li>{{Rarity|rarity=SR}} {{{sr2}}}</li> | }}
{{#if: {{{r|}}} | <li>{{Rarity|rarity=R}} {{{r}}}</li> | }}
{{#if: {{{r2|}}} | <li>{{Rarity|rarity=R}} {{{r2}}}</li> | }}</ul>

Blank template:

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

Using the template (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}}
<gallery mode=nolines class="smallgallery">
File:(Temptation Orangette) Banri Serious SSR.png|SSR [[Banri Settsu]]
File:(Strawberry Dip) Azuma Action SR.png|SR [[Azuma Yukishiro]]
File:(Triangle Mont Blanc) Misumi Comedy R.png|R [[Misumi Ikaruga]]</gallery>
{{clear}}

The gallery part is optional, for when we don't have the pictures, but the formatting should be as above. It's not a part of the template proper because ... it's actually easier not to automate it. You can omit the "File:" part of the image and it should still work fine.