Template:Infobox recurring event/doc: Difference between revisions

From TEPwiki, Urth's Encyclopedia
Jump to navigation Jump to search
Content added Content deleted
(rv)
(Clean up)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->

Note: [[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. Labels with a space in front were from Template:Festival. The documentation of both are included below.

==Current version documentation==
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.
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 ===
<pre>
{{Infobox recurring event
| name = {{{name}}}
| native_name = {{{native_name}}}
| logo = {{{logo}}}
| logo_caption = {{{logo_caption}}}
| image = {{{image}}}
| caption = {{{caption}}}
| date = {{{date}}}
| begins = {{{begins}}}
| ends = {{{ends}}}
| frequency = {{{frequency}}}
| location = {{{location}}}
| years_active = {{{years_active}}}
| first = {{{first}}}
| last = {{{last}}}
| participants = {{{participants}}}
| genre = {{{genre}}}
| budget = {{{budget}}}
| patron = {{{patron}}}
| website = {{{website}}}
| footnotes = {{{footnotes}}}
}}
<pre style="overflow: auto">
{{Infobox recurring event
{{Infobox recurring event
| name = <!--Uses page name if omitted-->
| name = <!--Uses page name if omitted-->
Line 16: Line 35:
(different from above because of merger with
(different from above because of merger with
Template:Infobox festival)-->
Template:Infobox festival)-->
| imagesize =
| imagesize = frameless
| caption =
| caption =
| date = <!--"dates=" also works, as merged from
| date = <!--"dates=" also works, as merged from
Line 36: Line 55:
}}</pre>
}}</pre>


=== Parameters ===
=Documentation of older versions=
These are the documentations of the templates before their merger.
==Template:Infobox recurring event==
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 <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>frameless</code>
*'''caption''' – optional caption of the image
*'''caption''' – optional caption of the image
*'''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
Line 52: Line 66:
*'''footnotes'''
*'''footnotes'''


==== Blank template ====
<pre>
<pre>
{{Infobox recurring event
{{Infobox recurring event
|image =
|image =
|imagesize =
|imagesize = frameless
|caption =
|caption =
|begins =
|begins =
Line 67: Line 82:
|footnotes =
|footnotes =
}}</pre>
}}</pre>

<includeonly>
<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
Line 73: Line 89:
[[Category:Events infobox templates|{{PAGENAME}}]]
[[Category:Events infobox templates|{{PAGENAME}}]]
</includeonly>
</includeonly>

==Template:Infobox festival==
{{Template:Infobox_festival/doc}}

Revision as of 22:02, 12 October 2010

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}}}
Participants{{{participants}}}
Budget{{{budget}}}
Patron(s){{{patron}}}
Website{{{website}}}
{{{footnotes}}}
{{Infobox recurring event
| name         = <!--Uses page name if omitted-->
| native_name  =
| logo         = <!--INCLUDE "File:" 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    = frameless
| caption      = 
| date         = <!--"dates=" also works, as merged from
                 Template:Infobox festival. Do not use both-->
| begins       = 
| ends         = 
| frequency    = 
| location     = 
| years_active = {{age|YYYY|mm|dd}} <!--Date of the first occurrence-->
| first        = 
| last         = 
| participants = <!--"attendence=" also works, as merged from
                 Template:Infobox festival. Do not use both-->
| genre        = 
| budget       =
| patron       = 
| website      = 
| footnotes    = 
}}

Parameters

  • image – name of the image of the event, without File:
  • imagesize – optional size of the image, default is frameless
  • 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

Blank template

{{Infobox recurring event
|image         = 
|imagesize     = frameless
|caption       = 
|begins        = 
|ends          = 
|date          = 
|frequency     = 
|location      = 
|first         = 
|last          = 
|participants  = 
|footnotes     = 
}}