Difference between revisions of "Template:Event"

From Alter Aeon Wiki
(temple help: sample section, switch on holidays with more than one event for dpl list (might redo later with a page count function))
Line 62: Line 62:
* events with competions
* events with competions
* events with pk mobs
* events with pk mobs
==Sample==
<pre>
{{event
|holiday=
|year=
|date_from=
|date_to=
|creator=
|builders=
|highlights=
|deathmarch=
|tour=
|competions=
|solo=
|pk_mobs=
|global_mobs=
|new_areas=
|code_advancement=
|theme=
|event_areas=
|summary=
}}
</pre>


[[Category:Template]]
[[Category:Template]]
Line 67: Line 93:
{| class="wikitable areatable" style="float:right; margin:0 0 0.5em 1em; width:{{{width|300px}}}"
{| class="wikitable areatable" style="float:right; margin:0 0 0.5em 1em; width:{{{width|300px}}}"
! colspan="2" | {{#if: {{{holiday|}}} | {{{holiday|}}} Event | Event }}
! colspan="2" | {{#if: {{{holiday|}}} | {{{holiday|}}} Event | Event }}
{{TableRowIf | {{{year|}}} | Year }}{{TableRowIf | {{{date_from|}}} | {{#if: {{{date_to|}}} | Date From | Date }}}}{{TableRowIf | {{{date_to|}}} | Date To }}{{TableRowIf | {{{creator|}}} | {{plural: {{{creator|}}} | Main Organiser | Main Organisers }}}}{{TableRowIf | {{{builders|}}} | Assisted by}}{{TableRowIf | {{{highlights|}}} | Key features }}{{TableRowIf | {{{theme|}}} | Theme }}{{TableRowIf | {{{pk_mobs|}}} | Pk mobs }}{{#if: {{{holiday|}}} |
{{TableRowIf | {{{year|}}} | Year }}{{TableRowIf | {{{date_from|}}} | {{#if: {{{date_to|}}} | Date From | Date }}}}{{TableRowIf | {{{date_to|}}} | Date To }}{{TableRowIf | {{{creator|}}} | {{plural: {{{creator|}}} | Main Organiser | Main Organisers }}}}{{TableRowIf | {{{builders|}}} | Assisted by}}{{TableRowIf | {{{highlights|}}} | Key features }}{{TableRowIf | {{{theme|}}} | Theme }}{{TableRowIf | {{{pk_mobs|}}} | Pk mobs }}{{#switch:{{holiday|}}
| advent
| anniversary
| summer solstice
| halloween
| thanksgiving
| st patrick's day =
{{!}}-
{{!}}-
! colspan="2" {{!}} {{#tag:DynamicPageList| category={{{holiday|}}}}}}}
! colspan="2" {{!}} {{#tag:DynamicPageList| category={{{holiday|}}}}}}}
|}{{#if: {{{summary|}}} | {{{summary}}}}}{{#if: {{{preevent|}}} |
}}|}{{#if: {{{summary|}}} | {{{summary}}}}}{{#if: {{{preevent|}}} |
<br />
<br />
==Pre-event==
==Pre-event==
Line 154: Line 186:
| draak
| draak
| shadowfax
| shadowfax
| gandor = [[Category:Events organised by {{#explode:{{{creator|}}}||0}}}}]]
| gandor = [[Category:Events organised by {{#explode:{{{creator|}}}||0}}]]
}}
}}


Line 162: Line 194:
| draak
| draak
| shadowfax
| shadowfax
| gandor = [[Category:Events organised by {{#explode:{{{creator|}}}||1}}}}]]
| gandor = [[Category:Events organised by {{#explode:{{{creator|}}}||1}}]]
}}
}}
</includeonly>
</includeonly>

Revision as of 09:17, 23 August 2017


Fields

  • holiday: Anniversary, St Patrick's Day, Easter, Summer Solstice, Labour day,

Halloween, Thanksgiving (death march/tour), Advent (xmas and new year)

  • year
  • status (planned or current) (if not specified or left blank event is historical)
  • current (yes/no) (event is currently running)
  • creator (main organister)
  • builders (other builders who assisted with the event)
  • date_from (month/day) (heading will display as date instead of date from if date_to is not specified)
  • date_to
  • highlights (key elements/features i.e. pumpkin cannons, mob pk etc)
  • deathmarch (yes/no)
  • tour (yes/no)
  • competition (yes or competition name)
    • prizes
    • winners
  • level_expansion (yes/no)
  • class_expansion (yes/no) (set of new skill/spells)
  • story_progression? (yes/no) (where story/quest is advanced in stages throughout the event)
  • solo? (yes/no) (solo event areas)
  • pk (yes/no)
  • pk_mobs (pk mob set names)
  • global_mobs? (global teleporting or mudwide mobs)
  • event_areas
  • new_areas (new areas that were released excluding event areas)
  • code_advancement (i.e. spam filters, event code etc)
  • theme (for anniversity, solstice where there is a theme each year)
  • num_event_areas:
  • num_quests

sections

  • summary
  • preevent (pre-event info)
  • schedule (depending on status is either Planned Schedule, Schedule, Timeline)
  • competition_detail
    • competition_name (main heading name if blank/unspecified defaults to Competition)
    • competition_prizes (sub heading)
    • competition_winners (sub heading)
  • history
  • story
  • areas
  • mobs
  • quests
  • items (rewards etc)
  • other
  • post_event
  • reception
  • notes
  • see_also

Categories

  • <holiday>
  • events organised by <world builder>
  • events that took place during the year <year>
  • events with death marches
  • events with tours
  • events with competions
  • events with pk mobs

Sample

{{event
|holiday=
|year=
|date_from=
|date_to=
|creator=
|builders=
|highlights=
|deathmarch=
|tour=
|competions=
|solo=
|pk_mobs=
|global_mobs=
|new_areas=
|code_advancement=
|theme=
|event_areas=
|summary=
}}