Template:Event: Difference between revisions

Public wiki for the 1904 Louisiana Purchase Exposition
No edit summary
No edit summary
Line 2: Line 2:
<pre>
<pre>
{{Event
{{Event
|date_time = The start datetime of the event
|start_date = The start datetime of the event
|end_time = The end datetime of the event
|end_date = The end datetime of the event
|title = Title of the event
|title = Title of the event
|linkto = The wiki link of the page when clicked
|linkto = The wiki link of the page when clicked
Line 9: Line 9:
|category = The category of the event
|category = The category of the event
}}
}}
</pre> {{#cargo_declare:_table = Event|date_time= DateTime|end_time= date_time__precision |title = String | linkto= String | description=String| category=String}}
</pre> {{#cargo_declare:_table = Event|start_date= DateTime|end_date= end_date |title = String | linkto= String | description=String| category=String}}
</noinclude>
</noinclude>

Revision as of 06:13, 22 February 2024

This template holds information on the calendar event table. It should be called in the following format:

{{Event
|start_date = The start datetime of the event
|end_date = The end datetime of the event
|title = Title of the event
|linkto = The wiki link of the page when clicked
|description = A description of the event
|category = The category of the event
}}

This template defines the table "Event". View table.