Template: Meeting

(Unable to get lower case to work)
(Move docs to subpage and clean up category list.)
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
{{#cargo_declare: _table=meetings
| type = String
| date = Date
| public_version = Boolean
}}
</noinclude><includeonly>
{{#cargo_store: _table=meetings
| type          = {{{type|}}}
| date          = {{{date|}}}
| public_version = {{{public_version|0}}}
}}</includeonly>
{{navigation header
{{navigation header
|prev = [[Meeting:{{#explode:{{PAGENAME}}| |0}} ({{{prev}}})|{{#time: j F Y |{{{prev}}}}}]]
|prev = {{#cargo_query:
|next = [[Meeting:{{#explode:{{PAGENAME}}| |0}} ({{{next}}})|{{#time: j F Y |{{{next}}}}}]]
  | tables            = meetings
|title = '''{{#explode:{{PAGENAME}}| |0}} meeting'''
  | fields            = CONCAT('[[',_pageName,'|',DATE_FORMAT(date, '%e %M %Y'),']]')=prev_date
<p>{{#time: j F Y | {{#sub:{{#explode:{{PAGENAME}}| |1}}|1|10}} }}</p>
  | where            = date IS NOT NULL AND date < '{{{date}}}'
  | order by          = date DESC
  | limit            = 1
  | default          =
  | more results text =
}}
|next = {{#cargo_query:
  | tables            = meetings
  | fields            = CONCAT('[[',_pageName,'|',DATE_FORMAT(date, '%e %M %Y'),']]')=prev_date
  | where            = date IS NOT NULL AND date > '{{{date|}}}'
  | order by          = date ASC
  | limit            = 1
  | default          =
  | more results text =
}}
|title = '''{{ucfirst:{{{type}}}}} meeting'''
<p>{{#time: j F Y | {{{date|}}} }}</p>
}}
}}
''Related pages:'' {{#ifexist:{{FULLPAGENAME}}/Agenda| &middot; [[/Agenda/]] }}<!--
''This meeting has two pages: one [[CommWiki:{{FULLPAGENAME}}|restricted-access page]] (only for members of the current [[Committee]]) and one [[officialwiki:{{FULLPAGENAME}}|public-access page]] (which may have sensitive information redacted).''
-->{{#ifexist:{{FULLPAGENAME}}/Transcript| &middot; [[/Transcript/]] }}<!--
-->{{#ifexist:{{FULLPAGENAME}}/Minutes| &middot; [[/Minutes/]] }}<!--
-->&middot; [[CommWiki:{{FULLPAGENAME}}|Restricted-access minutes]]
 
<includeonly>{{#ifexpr: {{#time: U | {{#sub:{{#explode:{{PAGENAME}}| |1}}|1|10}} }} > {{#time: U }} |[[Category:Future meetings]]|[[Category:Past meetings]]}}
[[Category:{{#sub:{{#explode:{{PAGENAME}}| |1}}|1|4}} {{#explode:{{PAGENAME}}| |0}} meetings]]</includeonly><noinclude>
 
== Usage of this template ==
 
All meeting pages must be of the form <code>Meeting:<span style="color:green">[type]</span> (<span style="color:green">[date]</span>)</code>, e.g. <code>Meeting:Committee (2017-09-28)</code>
 
<pre><nowiki>
{{meeting
| prev = yyyy-mm-dd
| next = yyyy-mm-dd
}}</nowiki></pre>


[[Category:Meetings]]
<includeonly>
{{#ifexpr: {{#time: U | {{{date|}}} }} > {{#time: U }} |[[Category:Future meetings]]|[[Category:Past meetings]]}}
[[Category:{{#time: Y | {{{date|}}} }} meetings]]
[[Category:All meetings]]
</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 01:55, 1 August 2019

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

{{{type}}} meeting

28 March 2024

This meeting has two pages: one restricted-access page (only for members of the current Committee) and one public-access page (which may have sensitive information redacted).

[edit] Template documentation

Usage of this template

{{meeting
| type           = <!-- one of: committee, public, agm, sgm -->
| date           = <!-- date of the meeting in yyyy-mm-dd format -->
| public_version = <!-- whether or not there is a page on the public wiki for this meeting; 'yes' or empty -->
}}
Discuss this page