Template: Meeting

(copy of comm template)
 
(Move docs to subpage and clean up category list.)
(37 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is a ''{{#explode:{{PAGENAME}}| |0}} meeting'' for {{#time: d F Y | {{#sub:{{#explode:{{PAGENAME}}| |1}}|1|10}} }}
<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
|prev = {{#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 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>
}}
''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).''


* [[/Agenda]]{{#ifexist:{{FULLPAGENAME}}/Agenda||&nbsp;([[Agenda template|template]])}}
<includeonly>
* [[/Transcript]]{{#ifexist:{{FULLPAGENAME}}/Transcript|
{{#ifexpr: {{#time: U | {{{date|}}} }} > {{#time: U }} |[[Category:Future meetings]]|[[Category:Past meetings]]}}
* [[/Minutes]] {{#ifexist:{{FULLPAGENAME}}/Minutes|
[[Category:{{#time: Y | {{{date|}}} }} meetings]]
* Public page: [[wmau:Meeting:{{PAGENAME}}]]|&nbsp;([[Minutes template|template]])
[[Category:All meetings]]
}}}}
</includeonly><noinclude>{{documentation}}</noinclude>
 
<includeonly>{{#ifexpr: {{#time: U | {{#sub:{{#explode:{{PAGENAME}}| |1}}|1|10}} }} > {{#time: U }} |[[Category:Future meetings]]|[[Category:Past meetings]]}}</includeonly>
[[Category:{{#sub:{{#explode:{{PAGENAME}}| |1}}|1|4}} meetings]]

Revision as of 01:55, 1 August 2019

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

{{{type}}} meeting

19 April 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