Template:Mtg/Doc
From PCSAR
(Difference between revisions)
Line 1: | Line 1: | ||
The template | The template | ||
- | <code>{{((}}mtg|YYYY|MM|DD{{))}}</code> | + | <code>{{((}}mtg|YYYY|MM|DD|ns=namespace{{))}}</code> |
is used to create a link to a meeting on the specified date. | is used to create a link to a meeting on the specified date. | ||
The meeting page becomes a subpage of the current document. | The meeting page becomes a subpage of the current document. | ||
Line 11: | Line 11: | ||
* 2006: {{mtg|2006|01|17}}, {{mtg|2006|02|21}}, {{mtg|2006|03|21}}, {{mtg|2006|04|18}}, {{mtg|2006|05|16}}, ... | * 2006: {{mtg|2006|01|17}}, {{mtg|2006|02|21}}, {{mtg|2006|03|21}}, {{mtg|2006|04|18}}, {{mtg|2006|05|16}}, ... | ||
</pre> | </pre> | ||
+ | |||
+ | The <code>ns<code> is used to specify an alternate namespace. | ||
+ | It is optional. | ||
+ | Meetings that record confidential information, such as [[Preplan Committee]] meetings should | ||
+ | use <code>ns=Members</code> | ||
+ | to link to a page that only members can view. | ||
+ | |||
+ | {{demo table| | ||
+ | {{demo row|<nowiki>{{mtg|2005|08|16}}</nowiki><!-- | ||
+ | --> | {{mtg|2005|08|16}} }} | ||
+ | {{demo row|<nowiki>{{mtg|2005|08|16|ns=Members}}</nowiki><!-- | ||
+ | --> | {{mtg|2005|08|16|ns=Members}} }} | ||
+ | }} |
Revision as of 21:28, 10 January 2012
The template
{{mtg|YYYY|MM|DD|ns=namespace}}
is used to create a link to a meeting on the specified date.
The meeting page becomes a subpage of the current document.
Only the month and year is shown as the link name. This template is typically used like this:
* 2005: {{mtg|2005|08|16}}, {{mtg|2005|09|20}}, {{mtg|2005|10|18}}, {{mtg|2005|11|15}} * 2006: {{mtg|2006|01|17}}, {{mtg|2006|02|21}}, {{mtg|2006|03|21}}, {{mtg|2006|04|18}}, {{mtg|2006|05|16}}, ...
The ns<code> is used to specify an alternate namespace.
It is optional.
Meetings that record confidential information, such as Preplan Committee meetings should
use <code>ns=Members
to link to a page that only members can view.
You type... | You get... |
---|---|
{{mtg|2005|08|16}} | 08-16 |
{{mtg|2005|08|16|ns=Members}} | 08-16 |