Template:Order Paper: Difference between revisions

From Harlon City Server
Content added Content deleted
(Added TemplateData to allow for Visual Editing)
Tag: 2017 source edit
(Added multiple parameters for orders, amendments and events)
Tag: 2017 source edit
Line 1: Line 1:
[[File:Serverlogo.png|frameless]] '''Parliament of Harlon - {{{date}}}'''
== [[File:Serverlogo.png|frameless]] '''Parliament of Harlon - {{{date}}}''' ==
=== Special orders of the day ===
=== Special orders of the day ===
{{{orders}}}
* {{{order1}}}
* {{{order2}}}
* {{{order3}}}
=== Amendment(s) for the session ===
=== Amendment(s) for the session ===
* [[{{{amendment1link}}}]], "{{{amendment1name}}}", by: {{{amendment1author}}}, {{{amendment1party}}}, {{{amendment1position}}}
{{{amendments}}}
* [[{{{amendment2link}}}]], "{{{amendment2name}}}", by: {{{amendment2author}}}, {{{amendment2party}}}, {{{amendment2position}}}
* [[{{{amendment2link}}}]], "{{{amendment2name}}}", by: {{{amendment2author}}}, {{{amendment2party}}}, {{{amendment2position}}}
* [[{{{amendment3link}}}]], "{{{amendment3name}}}", by: {{{amendment3author}}}, {{{amendment3party}}}, {{{amendment3position}}}
* [[{{{amendment4link}}}]], "{{{amendment4name}}}", by: {{{amendment4author}}}, {{{amendment4party}}}, {{{amendment4position}}}
* [[{{{amendment5link}}}]], "{{{amendment5name}}}", by: {{{amendment5author}}}, {{{amendment5party}}}, {{{amendment5position}}}

=== Event(s) for the session ===
=== Event(s) for the session ===
{{{events}}}
* {{{event1}}}
* {{{event2}}}
* {{{event3}}}
<noinclude>
<noinclude>
<templatedata>
<templatedata>
Line 14: Line 24:
"description": "Date of the order paper.",
"description": "Date of the order paper.",
"type": "date",
"type": "date",
"required": true
"required": true,
"example": "28th of November 2020"
},
},
"orders": {
"orders": {
Line 33: Line 44:
"description": "Any special events for the session. If there are no events write \"There is no event planned\". ",
"description": "Any special events for the session. If there are no events write \"There is no event planned\". ",
"type": "string",
"type": "string",
"required": true
"required": true,
"example": "A fireworks display will occur after today's session."
}
}
}
}

Revision as of 06:55, 19 October 2021

Parliament of Harlon - {{{date}}}

Special orders of the day

  • {{{order1}}}
  • {{{order2}}}
  • {{{order3}}}

Amendment(s) for the session

  • [[{{{amendment1link}}}]], "{{{amendment1name}}}", by: {{{amendment1author}}}, {{{amendment1party}}}, {{{amendment1position}}}
  • [[{{{amendment2link}}}]], "{{{amendment2name}}}", by: {{{amendment2author}}}, {{{amendment2party}}}, {{{amendment2position}}}
  • [[{{{amendment2link}}}]], "{{{amendment2name}}}", by: {{{amendment2author}}}, {{{amendment2party}}}, {{{amendment2position}}}
  • [[{{{amendment3link}}}]], "{{{amendment3name}}}", by: {{{amendment3author}}}, {{{amendment3party}}}, {{{amendment3position}}}
  • [[{{{amendment4link}}}]], "{{{amendment4name}}}", by: {{{amendment4author}}}, {{{amendment4party}}}, {{{amendment4position}}}
  • [[{{{amendment5link}}}]], "{{{amendment5name}}}", by: {{{amendment5author}}}, {{{amendment5party}}}, {{{amendment5position}}}

Event(s) for the session

  • {{{event1}}}
  • {{{event2}}}
  • {{{event3}}}

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Datedate

Date of the order paper.

Example
28th of November 2020
Daterequired
Special Ordersorders

Special orders of the day

Example
The Speaker would like to make a speech before the amendments
Unbalanced wikitextrequired
Amendmentsamendments

A list of amendments with links in bullet point format, with the title, author, and party/position of the author

Unbalanced wikitextrequired
Eventsevents

Any special events for the session. If there are no events write "There is no event planned".

Example
A fireworks display will occur after today's session.
Stringrequired