Template:EventTemp: Difference between revisions
From Karteria DWRP Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (26 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
|EventDate (label=Event Date) | |EventDate (label=Event Date) | ||
|EventNumber (label=Event Number) | |EventNumber (label=Event Number) | ||
|EventNumOfType (label=Event Number of Event Type) | |||
|EventOverflowLink (label=Overflow Link) | |EventOverflowLink (label=Overflow Link) | ||
|FAQs (label=FAQ (wiki page)) | |FAQs (label=FAQ (wiki page)) | ||
| Line 17: | Line 18: | ||
|EventDate=Date | |EventDate=Date | ||
|EventNumber=Integer | |EventNumber=Integer | ||
|EventNumOfType=Integer | |||
|EventOverflowLink=URL | |EventOverflowLink=URL | ||
|PreviousEvent=Page | |PreviousEvent=Page | ||
| Line 22: | Line 24: | ||
|FAQs=List (,) of Page | |FAQs=List (,) of Page | ||
|EventSections=List (,) of Page}} | |EventSections=List (,) of Page}} | ||
</noinclude><includeonly>{{#cargo_store:_table=Events}}{{#if: {{{PreviousEvent|}}} | '''Previous event:''' [[{{{PreviousEvent}}}]]. |}}{{#if: {{{PreviousEvent|}}}|{{#if:{{{NextEvent|}}}| | </noinclude><includeonly>{{#cargo_store:_table=Events}}{{#if: {{{PreviousEvent|}}} | '''Previous event:''' [[{{{PreviousEvent}}}]]. |}}{{#if: {{{PreviousEvent|}}}|{{#if:{{{NextEvent|}}}|<nowiki> </nowiki>|}}|}}{{#if: {{{NextEvent|}}} | '''Next event:''' {{#formredlink:form=Event|target={{{NextEvent}}}|}}.}} | ||
The {{{EventType}}} event on {{#dateformat:{{{EventDate}}}|ymd}} posted [{{{EventLink}}} here]{{#if: {{{EventOverflowLink}}} | | The {{CategoryLink|{{{EventType}}}}} event on {{#dateformat:{{{EventDate}}}|ymd}} posted [{{{EventLink}}} here]{{#if: {{{EventOverflowLink}}} |<nowiki> </nowiki>([{{{EventOverflowLink}}} overflow])|}}. This was the event for {{#time:F Y|{{{EventDate}}}}}. | ||
==[[FAQ]] Pages== | ==[[FAQ]] Pages== | ||
{{#arraymap:{{{FAQs|}}}|,|tk|{{#formredlink:form=FAQ_Page|link text=tk|existing page link text={{ | {{#arraymap:{{{FAQs|}}}|,|tk|{{#formredlink:form=FAQ_Page|link text=tk|existing page link text={{GetSubpage|tk}}|target=tk}}}} | ||
Full questions [[#FAQ Questions| here]] | Full questions [[#FAQ Questions| here]] | ||
==Event headings== | ==Event headings== | ||
{{#arraymap:{{{EventSections|}}}|,|pg|{{#ifexist:{{PAGENAME}}/pg|{{/pg}}|{{#formredlink:form=EventSection|target={{PAGENAME}}/pg}}}}|\n\n}} | <div class="mw-collapsible" style="display:inline-block"> | ||
{{#arraymap:{{{EventSections|}}}|,|pg|{{#ifexist:{{PAGENAME}}/pg|{{/pg}}|{{#formredlink:form=EventSection|target={{PAGENAME}}/pg}}}}|\n\n\n}} | |||
</div> | |||
==FAQ Questions== | ==FAQ Questions== | ||
{{QuestionQuery|FAQ Page| | {{QuestionQuery|FAQ Page| {{{FAQs|}}} |Collapsible=True}} | ||
[[Category:Event]] | [[Category:Event]] | ||
[[ | [[{{{EventType}}}]]{{#default_form:Event}}</includeonly><noinclude>{{Documentation}}</noinclude> | ||
Latest revision as of 04:32, 18 January 2026
This is the "EventTemp" template.
It should be called in the following format:
{{EventTemp
|EventLink=
|EventType=
|EventDate=
|EventNumber=
|EventNumOfType=
|EventOverflowLink=
|FAQs=
|PreviousEvent=
|NextEvent=
|EventSections=
}}
Edit the page to see the template text.
This template defines the table "Events". View table.
A template for creating events
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Event ID | EventID | A unique ID for this event
| String | required |
| Event Name | EventName | The name of the event
| String | required |
| Event Type | EventType | The type of the event
| String | required |
| EventDate | EventDate | The date of the event in ISO format eg: 2014-05-09 | Date | suggested |
| EventLink | EventLink | The link where the event can be found | URL | required |
| Section Titles | EventSections | The sections of the event | String | optional |
| PreviousEvent | PreviousEvent | no description | Page name | optional |
| NextEvent | NextEvent | no description | Page name | optional |
| EventOverflowLink | EventOverflowLink | no description | Unknown | optional |
| FAQs | FAQs | no description | Unknown | optional |