Template:Infobox recurring event/doc: Difference between revisions

From TEPwiki, Urth's Encyclopedia
Jump to navigation Jump to search
Content added Content deleted
(→‎Usage: unnecessary)
(consisent spaced endash usage)
Line 70: Line 70:
*'''imagesize''' – size of the image, default is <code>frameless</code>
*'''imagesize''' – size of the image, default is <code>frameless</code>
*'''caption''' – optional caption of the image
*'''caption''' – optional caption of the image
*'''date''' or '''dates''' – required for single-day events - the date of a single-day event
*'''date''' or '''dates''' – required for single-day events the date of a single-day event
*'''begins''' – required for multi-day events - the starting date for a multi-day events
*'''begins''' – required for multi-day events the starting date for a multi-day events
*'''ends''' – required for multi-day events - the ending date for a multi-day events
*'''ends''' – required for multi-day events the ending date for a multi-day events
*'''frequency''' – how often the event occurs (e.g. monthly, annually, ...)
*'''frequency''' – how often the event occurs (e.g. monthly, annually, ...)
*'''location''' the location of the event
*'''location''' the location of the event
*'''years_active''' years the event is/was active
*'''years_active''' years the event is/was active
*'''first''' or '''founded''' date of the first event
*'''first''' or '''founded''' date of the first event
*'''last''' date of the most recent event
*'''last''' date of the most recent event
*'''prev''' - Name (or link) to previous event
*'''prev''' Name (or link) to previous event
*'''next''' - Name (or link) to next event
*'''next''' Name (or link) to next event
*'''participants''' – the typical number of participants
*'''participants''' – the typical number of participants
*'''attendance''' the number of spectators at the event
*'''attendance''' the number of spectators at the event
*'''genre'''
*'''genre'''
*'''budget'''
*'''budget'''
*'''footnotes'''
*'''footnotes'''
*'''patron''' or '''patrons''' patronage
*'''patron''' or '''patrons''' patronage
*'''organised''' or '''organized''' - organised by
*'''organised''' or '''organized''' organised by
*'''website'''
*'''website'''



Revision as of 13:06, 26 July 2012

This infobox is used to generalize the information in recurring events of various kinds (e.g. as natural phenomena, festivals, conferences, exhibitions, ...), though not all terms may be applicable to all event types.

Usage

{{{name}}}
{{{native_name}}}
[[File:{{{logo}}}|frameless]]
{{{logo_caption}}}
[[File:{{{image}}}|frameless]]
{{{caption}}}
Genre{{{genre}}}
Date(s){{{date}}}
Begins{{{begins}}}
Ends{{{ends}}}
Frequency{{{frequency}}}
Location(s){{{location}}}
Years active{{{years_active}}}
Inaugurated{{{first}}}
Most recent{{{last}}}
Previous event{{{prev}}}
Next event{{{next}}}
Participants{{{participants}}}
Attendance{{{attendance}}}
Budget{{{budget}}}
Patron(s){{{patron}}}
Organised by{{{organised}}}
Website{{{website}}}
{{{footnotes}}}
{{Infobox recurring event
| name         = <!--Uses page name if omitted-->
| native_name  =
| logo         = <!--INCLUDE "[[File:Filename.ext]]" when entering file name-->
| logo_caption =
| image        = <!--DO NOT include "File:" part of image name
                 (different from above because of merger with
                 Template:Infobox festival)-->
| imagesize    =
| caption      = 
| date         = <!--"dates=" also works, as merged from
                 Template:Infobox festival. Do not use both-->
| begins       =
| ends         =
| prev         = 
| next         = 
| frequency    =
| location     =
| years_active =
| first        = <!--"founded=" also works-->
| last         =
| participants =
| attendance   =
| genre        =
| budget       =
| patron       =
| organised    = <!--"organized=" also works-->
| website      =
| footnotes    =
}}

Parameters

  • name – name of the event, if omitted, the page name will be used
  • native_name – the native name of the event, if a different election
  • logo – logo file, with File:
  • logo_caption – optional caption to the logo
  • image – name of the image of the event, without File:
  • imagesize – size of the image, default is frameless
  • caption – optional caption of the image
  • date or dates – required for single-day events – the date of a single-day event
  • begins – required for multi-day events – the starting date for a multi-day events
  • ends – required for multi-day events – the ending date for a multi-day events
  • frequency – how often the event occurs (e.g. monthly, annually, ...)
  • location – the location of the event
  • years_active – years the event is/was active
  • first or founded – date of the first event
  • last – date of the most recent event
  • prev – Name (or link) to previous event
  • next – Name (or link) to next event
  • participants – the typical number of participants
  • attendance – the number of spectators at the event
  • genre
  • budget
  • footnotes
  • patron or patrons – patronage
  • organised or organized – organised by
  • website

Blank template

{{Infobox recurring event
| name          = 
| logo          = [[File:Example.png|200px]]
| image         = Example.jpg
| imagesize     = 200px
| caption       = 
| date          = {{start date|YYYY|mm|dd}}
| begins        = {{start date|YYYY|mm|dd}}
| ends          = {{start date|YYYY|mm|dd}}
| frequency     = 
| location      = 
| years_active  = {{age|YYYY|mm|dd}} <!--Date of the first occurrence-->
| first         = {{start date|YYYY|mm|dd}}
| last          = {{start date|YYYY|mm|dd}}
| prev          = {{[[previous_event]]}}
| next          = {{[[next_event]]}}
| participants  = 
| attendance    = 
| organised     = 
| website       = {{URL|http://www.example.com}}
| footnotes     = 
}}

See also