Template:Infobox recurring event/doc: Difference between revisions

From TEPwiki, Urth's Encyclopedia
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
No edit summary
Line 2: Line 2:
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->


Note: This documentation is outdated since [[Template:Infobox festival]] was merged into here, though labels from either should work fine, except do not use '''participants''' and '''attendence''' at the same time nor use '''date''' and '''dates''' at the same time. The documentation of both are included here.



==Usage==
==Recurring event old documentation==
This infobox is used to generalize the information in recurring events of various kinds (e.g. as natural phenomena, festivals, conferences, exhibitions, ...).
This infobox is used to generalize the information in recurring events of various kinds (e.g. as natural phenomena, festivals, conferences, exhibitions, ...).


===Recurring Event===
===Usage===
*'''image''' – name of the image of the event, without <code>File:</code>
*'''image''' – name of the image of the event, without <code>File:</code>
*'''imagesize''' – optional size of the image, default is <code>150px</code>
*'''imagesize''' – optional size of the image, default is <code>150px</code>
Line 40: Line 40:
</includeonly>
</includeonly>


==Festival old documentation==

{{Template:Infobox_festival/doc}}
{{Documentation subpage}}

This template is used for creating an infobox for a celebration or festival.
=== Festival ===
{{Infobox festival
| name= {{{name}}}
| native_name= {{{native_name}}}
| logo= {{{logo}}}
| logo_caption= {{{logo_caption}}}
| image= {{{image}}}
| caption= {{{caption}}}
| location= {{{location}}}
| years_active= {{{years_active}}}
| founded= {{{founded}}}
| dates= {{{dates}}}
| genre= {{{genre}}}
| attendance= {{{attendance}}}
| budget = {{{budget}}}
| patron= {{{patron}}}
| website= {{{website}}}
}}

<pre style="overflow: auto">
{{Infobox festival
| name =
| native_name =
| logo =
| logo_caption =
| image =
| caption =
| location =
| years_active = {{age|YYYY|mm|dd}} <!-- Date of the first festival. -->
| founded =
| dates =
| genre =
| attendance =
| budget =
| patron =
| website =
}}</pre>

<includeonly>
<!-- Add categories below-->
[[Category: Infobox templates]]

<!-- Add interwikis below-->

</includeonly>

Revision as of 13:31, 30 August 2010


Recurring event old documentation

This infobox is used to generalize the information in recurring events of various kinds (e.g. as natural phenomena, festivals, conferences, exhibitions, ...).

Usage

  • image – name of the image of the event, without File:
  • imagesize – optional size of the image, default is 150px
  • caption – optional caption of the image
  • 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
  • date – required for single-day events - the date of a single-day events
  • frequency – how often the event occurs (e.g. monthly, annually, ...)
  • participants – the typical number of participants
  • footnotes
{{Infobox recurring event
|image         = 
|imagesize     = 
|caption       = 
|begins        = 
|ends          = 
|date          = 
|frequency     = 
|location      = 
|first         = 
|last          = 
|participants  = 
|footnotes     = 
}}


Festival old documentation

Template:Infobox festival/doc