Unkle Wiki

Template:Infobox music festival

Template documentation[view] [edit] [history] [purge]

Usage

{{{name}}}
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}|{{{alt}}}]]
{{{caption}}}
Genre{{{genre}}}
Dates{{{dates}}}
Location(s){{{location}}}
Coordinates{{{coordinates}}}
Years active{{{years_active}}}
Founded by{{{founders}}}
Attendance{{{attendance}}}
Capacity{{{capacity}}}
Website
{{{website}}}
{{Infobox music festival
| name         =
| image        =
| image_size   =
| alt          =
| caption      =
| genre        =
| dates        =
| location     =
| coordinates  =
| years_active =
| founders     =
| attendance   = 
| capacity     = 
| website      =
}}

Parameters

Genre

Separate multiple values using commas, {{flatlist}} or {{hlist}}.[1].

Example

Best Fest
Best Fest logo 2010
GenreRock, pop, EDM
DatesJune/July
Location(s)Area, Country
Years active2000–present
Founded byJohn Doe
Website
site.com
{{Infobox music festival
| name         = Best Fest
| image        = Example.jpg
| caption      = Best Fest logo 2010
| genre        = [[Rock music|Rock]], [[Pop music|pop]], [[Electronic dance music|EDM]]
| dates        = June/July
| location     = [[Area]], Country
| years_active = 2000–present
| founders     = [[John Doe]]
| website      = {{URL|site.com}}
}}

See also

Notes

  1. For short horizontal lists of two or three items, comma separators are acceptable, but for longer lists the use of {{flatlist}} or {{hlist}} is preferred as they offer a benefit to users of screen readers. Vertical lists should always be implemented by {{plainlist}} or {{ubl}} and never by <br /> tags for reasons of accessibility.
Discuss this page