Difference between revisions of "Template:Meeting"

From Projects: The Cooper Union
Jump to: navigation, search
(conditional to hide documents if none are listed)
Line 24: Line 24:
 
{{!}} {{#arraymap:{{{Presenters|}}}|,|x|[[Has presenter::x]]}}
 
{{!}} {{#arraymap:{{{Presenters|}}}|,|x|[[Has presenter::x]]}}
 
}}
 
}}
|-
+
{{#if:{{{Documents|}}}|
 +
{{!}}-
 
! Related documents
 
! Related documents
| {{#arraymap:{{{Documents|}}}|,|x|[[Has related document::x]]}}
+
{{!}} {{#arraymap:{{{Documents|}}}|,|x|[[Has related document::x]]}}
|}
+
}}
  
 
[[Category:Meetings]]
 
[[Category:Meetings]]
 
</includeonly>
 
</includeonly>

Revision as of 16:55, 19 June 2017

This is the "Meeting" template. It should be called in the following format:

{{Meeting
|Date=
|Guests=
|Presenters=
|Documents=
}}

Edit the page to see the template text.