Template:BroadcasterCard/doc

From Liquipedia StarCraft 2 Wiki

This template creates a formatted list for talents at events. You should use one BroadcasterCard for each kind of position (host, commentator, etc.) at the event.

Parameters

[edit]
|lang=
The language of the broadcast team, only needs to be in the first card. Doesn't need to be used if there is only one broadcast team. Example
|position=
The name of the position for this card, always singular. Most likely one of Host, Commentator, Observer, Analyst.
|bX=
The id of each talent for this position.
|bXflag=
The corresponding flag for each talent.
|bXlink=
The corresponding page on the wiki if different from the id. May be necessary if disambiguation is needed.
|bXname=
If the template cannot infer the name based on the id of the talent (if he/she doesn't have a page on the wiki), enter the talent's full name with that parameter.
|bXnote= (optional)
If you want to add a note please enter the note number here and state the note below the BroadcasterCard.
|bXdq= (optional)
Use this to strike trough a Broadcaster (e.g. if he was announced but didn't make it to the event).
Note: This will also disable the LPDB storage for this Broadcaster on the tournament page!
|bXsort= (optional)
Use this for manual sorting. (This needs |sort=manual set.)
|ref= (optional)
optional parameter to insert a reference to an announcement.
|sort= (optional)
Changes the sorting pattern.
id: Will sort the Talents listed in this BroadcasterCard alphabetically by ID. (This is the default setting.)
flag: Will sort the Talents in this BroadcasterCard alphabetically first by nationality and then by ID.
number or false: Will display the Talents in this BroadcasterCard in the order they were entered.
manual: Will sort the Talents listed in this BroadcasterCard manually by the (optional) |bXsort= parameter.
(You need to use 2-digit numbers (e.g. 01, 02, ..., 10, 11, ...) for this.)


Example

[edit]

The following wiki code:

{{BroadcasterCard
|position=Commentator
|b1=Artosis
|b2=Tasteless
|b3=RotterdaM
}}

will produce the following:


Copy pastes

[edit]

Two commentators

[edit]
{{BroadcasterCard
|position=Commentator
|b1= |b1name= |b1flag= |b1link=
|b2= |b2name= |b2flag= |b2link=
}}

Full event

[edit]
{{box|start|padding=2em}}
{{BroadcasterCard
|position=Host
|b1= |b1name= |b1flag= |b1link=
|b2= |b2name= |b2flag= |b2link=
}}
{{box|break|padding=2em}}
{{BroadcasterCard
|position=Commentator
|b1= |b1name= |b1flag= |b1link=
|b2= |b2name= |b2flag= |b2link=
|b3= |b3name= |b3flag= |b3link=
|b4= |b4name= |b4flag= |b4link=
}}
{{box|break|padding=2em}}
{{BroadcasterCard
|position=Observer
|b1= |b1name= |b1flag= |b1link=
|b2= |b2name= |b2flag= |b2link=
}}
{{box|end}}

Tier 1 event

[edit]
{{Tabs dynamic|name1=Main Stream|name2=Language Streams|This=1}}
{{Tabs dynamic/tab|1}}
{{box|start|padding=2em}}
{{BroadcasterCard
|position=Host
|b1= |b1name= |b1flag= |b1link=
|b2= |b2name= |b2flag= |b2link=
}}
{{BroadcasterCard
|position=English Main-Stream Commentator
|b1= |b1name= |b1flag= |b1link=
|b2= |b2name= |b2flag= |b2link=
}}
{{box|break|padding=2em}}
{{BroadcasterCard
|position=English B-Stream Commentator
|b1= |b1name= |b1flag= |b1link=
|b2= |b2name= |b2flag= |b2link=
}}
{{BroadcasterCard
|position=English C/D-Streams Commentator
|b1= |b1name= |b1flag= |b1link=
|b2= |b2name= |b2flag= |b2link=
}}
{{BroadcasterCard
|position=Observer
|b1= |b1name= |b1flag= |b1link=
|b2= |b2name= |b2flag= |b2link=
}}
{{box|end}}
{{Tabs dynamic/tab|2}}
{{box|start|padding=2em}}
{{BroadcasterCard
|position=French Commentator
|b1= |b1name= |b1flag= |b1link=
|b2= |b2name= |b2flag= |b2link=
}}
{{box|break|padding=2em}}
{{BroadcasterCard
|position=Russian Commentator
|b1= |b1name= |b1flag= |b1link=
|b2= |b2name= |b2flag= |b2link=
}}
{{BroadcasterCard
|position=Spanish Language Commentator
|b1= |b1name= |b1flag= |b1link=
|b2= |b2name= |b2flag= |b2link=
}}
{{box|break|padding=2em}}
{{BroadcasterCard
|position=Other Language Commentator
|b1= |b1name= |b1flag= |b1link=
|b2= |b2name= |b2flag= |b2link=
}}
{{box|end}}
{{Tabs dynamic/end}}