Difference between revisions of "Template:EventInfo"
Jump to navigation
Jump to search
m |
|||
(18 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
*Venue | *Venue | ||
*City | *City | ||
+ | *Province | ||
*State | *State | ||
*Country | *Country | ||
*Picture (file name of picture) | *Picture (file name of picture) | ||
− | See | + | See the enclosed section for an example (you can copy the code when creating a new page, or reuse existing code from an actual event page): |
<pre> | <pre> | ||
{{EventInfo | {{EventInfo | ||
Line 21: | Line 22: | ||
|Venue = <Venue> | |Venue = <Venue> | ||
|City = <City> | |City = <City> | ||
+ | |Province = <Province> | ||
|State = <State Name in Full> | |State = <State Name in Full> | ||
|Country = <Country Name in Full> | |Country = <Country Name in Full> | ||
Line 46: | Line 48: | ||
{|style="background:none; width:650px" | {|style="background:none; width:650px" | ||
|- | |- | ||
− | {{#if:{{{Picture|}}} | + | |style="vertical-align: top; width: 150px"|{{#if:{{{Picture|}}}|[[File:{{{Picture|}}}|150px]]|[[File:Image_Not_Provided.png|150px]]}} |
− | |style="vertical-align: top;"|{{#if:{{{Date|}}}|'''Date:''' {{{Date|}}}<br/>}}{{#if:{{{Event|}}}| | + | |style="vertical-align: top; padding-left: 10px"|{{#if:{{{Date|}}}|'''Date:''' {{{Date|}}}<br/>}}'''Event:''' {{#if:{{{Event|}}}|{{{Event|}}}|Event name is mandatory}}{{#if:{{{Type|}}}|<br/>'''Type:''' {{{Type|}}}}}{{#if:{{{Televised|}}}|<br/>'''Televised:''' {{{Televised|}}}}}{{#if:{{{Venue|}}}|<br/>'''Venue:''' {{{Venue|}}}}}{{#if:{{{City|}}}|<br/>'''City:''' {{{City|}}}}}{{#if:{{{Province|}}}|<br/>'''Province:''' {{{Province|}}}}}{{#if:{{{State|}}}|<br/>'''State:''' {{{State|}}}}}{{#if:{{{Country|}}}|<br/>'''Country:''' {{{Country|}}}}} |
|} | |} |
Latest revision as of 16:12, 19 October 2014
This is the Event Info Template
Fields you can use:
- Date
- Event (Mandatory)
- Type (Concert/Talkshow/Radio/Awards Show)
- Televised (Yes/No)
- Venue
- City
- Province
- State
- Country
- Picture (file name of picture)
See the enclosed section for an example (you can copy the code when creating a new page, or reuse existing code from an actual event page):
{{EventInfo |Date = <Month> <DD>, <YYYY> |Event = name of show e.g. [[Glam Nation Tour]] |Type = <e.g. Concert> |Televised = <No/Yes> |Venue = <Venue> |City = <City> |Province = <Province> |State = <State Name in Full> |Country = <Country Name in Full> |Picture = Glam_Nation_Tour.jpg (this is just an example) }} == Highlights == ''To Come'' == Setlist == #<Song title1> #<Song title2> == Media == ''To Come'' [[Category:2010]] [[Category:Concerts]] [[Category:Non-Televised]] [[Category: <City>, <Country Name in full>]]
Event: Event name is mandatory |