Difference between revisions of "Template:Meeting"

From its-wiki.no
Jump to: navigation, search
(Christine.Holst moved page Template:Meeting to DigI:Meeting)
 
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
 +
|[[]]}}}}
 +
|}
 +
{{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 11:26, 25 January 2018

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.