Difference between revisions of "Template:ALV"
m (remove event type) |
m (fix contact link) |
||
(18 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
|Time= | |Time= | ||
|Location= | |Location= | ||
− | |||
− | |||
}} | }} | ||
</pre> | </pre> | ||
Line 18: | Line 16: | ||
|- | |- | ||
! style="background-color:#DDDDDD;" | Date | ! style="background-color:#DDDDDD;" | Date | ||
− | | [[Date::{{{Date|}}}]] | + | | [[Date::{{{Date|?}}}]] |
|- | |- | ||
! style="background-color:#DDDDDD;" | Time | ! style="background-color:#DDDDDD;" | Time | ||
− | | [[Time::{{{Time|}}}]] | + | | [[Time::{{{Time|?}}}]] |
|- | |- | ||
! style="background-color:#DDDDDD;" | Location | ! style="background-color:#DDDDDD;" | Location | ||
− | | {{#arraymap:{{{Location|}}}|,|x|[[Location::x]]}} | + | | {{#arraymap:{{{Location|ACTA}}}|,|x|[[Location::x]]}} |
+ | |- | ||
+ | ! style="background-color:#DDDDDD;" | Contact | ||
+ | | [[Contact::Board]] | ||
+ | |- | ||
+ | ! style="background-color:#DDDDDD;" | Minutes | ||
+ | | {{#arraymap:{{PAGENAME}}|,|x|[[x/Minutes]]}} | ||
+ | {{#ifexist:{{PAGENAME}}/Actions| | ||
{{!}}- | {{!}}- | ||
− | + | ! style="background-color:#DDDDDD;" {{!}} Actions | |
− | ! style="background-color:#DDDDDD;" {{!}} | + | {{!}} {{#arraymap:{{PAGENAME}}|,|x|[[x/Actions]]}} |
− | {{!}} {{#arraymap:{{ | ||
}} | }} | ||
|} | |} | ||
+ | |||
+ | <div style="display:none;"> | ||
+ | {{Event | ||
+ | |Location={{{Location|ACTA}}} | ||
+ | |Contact={{{Contact|Board}}} | ||
+ | |EventType=Meeting | ||
+ | |Date={{{Date|?}}} | ||
+ | |Time={{{Time|?}}} | ||
+ | }} | ||
+ | </div> | ||
[[Category:ALV]] | [[Category:ALV]] | ||
+ | {{#ifexist:{{PAGENAME}}/Actions|[[Category:ALVs with Actions]]|[[Category:ALVs without Actions]]}} | ||
+ | {{#ifexist:{{PAGENAME}}/Minutes|[[Category:ALVs with Minutes]]|[[Category:ALVs without Minutes]]}} | ||
+ | |||
</includeonly> | </includeonly> |
Latest revision as of 16:40, 12 September 2020
This is the "ALV" template. It should be called in the following format:
{{ALV |Date= |Time= |Location= }}
Edit the page to see the template text.