Difference between revisions of "Template:Meeting"

From its-wiki.no
Jump to: navigation, search
(Christine.Holst moved page Template:Meeting to DigI:Meeting)
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
#REDIRECT [[DigI:Meeting]]
+
<noinclude>
 +
This is the "Meeting" template.
 +
It should be called in the following format:
 +
<pre>
 +
{{Meeting
 +
|Title=
 +
|Place=
 +
|Date=
 +
|User=
 +
|Title=
 +
}}
 +
</pre>
 +
Edit the page to see the template text.
 +
</noinclude><includeonly>
 +
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
 +
= [[Meeting::{{SUBJECTPAGENAME}}]] =
 +
{| class="wikitable"
 +
! Title
 +
| [[Title::{{{Title|}}}]]
 +
|-
 +
! Place
 +
| [[Place::{{{Place|}}}]]
 +
|-
 +
! Date, Time
 +
| {{#arraymap:{{{Date|}}}|,|x|[[Date::x]]}},    [[Duration::{{{Duration|}}}]]
 +
|-
 +
! Contact Person
 +
| {{#arraymap:{{{Organiser|}}}|,|xx|[[Organiser::xx]]}}
 +
|-
 +
! Participants
 +
| {{#arraymap:{{{User|}}}|,|xx|[[User::xx]]}}
 +
|-
 +
! related to Project
 +
| {{#arraymap:{{{Project|}}}|,|xx|[[Project::xx]]}}
 +
<!--- {{#if:{{{Depiction|}}}|{{#!:
 +
|-valign="top"
 +
! Image/File
 +
|[[]]}}}} --->
 +
|-
 +
! Keywords
 +
| {{#arraymap:{{{Keywords|}}}|,|x|[[Keywords::x]]}}
 +
|}
 +
{{TOCright}}
 +
 
 +
{| style="width:100%:padding-top:6px"
 +
|''this page was created by [[Special:FormEdit/Meeting]], and can be edited by [[Special:FormEdit/Meeting/{{SUBJECTPAGENAME}}]]''
 +
|-valign="top"
 +
|style="padding-top:6px"|Category:{{#show:{{FULLPAGENAME}}|?HasCategory}}
 +
|}
 +
{{#set:HasCategory=Meeting}}
 +
<css>.catlinks {display:none}</css>
 +
 
 +
[[Category:Meeting]]
 +
</includeonly>

Revision as of 19:37, 26 August 2020

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

{{Meeting
|Title=
|Place=
|Date=
|User=
|Title=
}}

Edit the page to see the template text.