Vorlage:Event: Unterschied zwischen den Versionen

Aus Maschinendeck Wiki
Zur Navigation springen Zur Suche springen
>Ranlvor
(Created page with "<noinclude> This is the 'Event' template. It should be called in the following format: <pre> {{Project |Why = <short description 140 chars> |WhyLong = <description for...")
 
Keine Bearbeitungszusammenfassung
 
(14 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 3: Zeile 3:
It should be called in the following format:
It should be called in the following format:
<pre>
<pre>
{{Project
{{Event
|Why      = <short description 140 chars>
|Why      = <short description 140 chars>
|WhyLong  = <description for the first paragraph of the page>
|WhyLong  = <description for the first paragraph of the page>
Zeile 14: Zeile 14:
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>__NOEDITSECTION__
{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
! style="text-align: center; background-color:#ccccff;" colspan="2" |<big>{{PAGENAME}}</big>
! style="text-align: center; background-color:#ccccff;" colspan="2" |<big>{{PAGENAME}}</big>
|-
|-
! Why
! Why
| [[Title::{{{Why|}}}]]
| {{{Why| }}}
|-
|-
! When
! When
| {{#arraymap:{{{When|}}}|,|x|[[Date::x]]}}
| {{{When| }}}
|-
|-
! Where
! Where
| {{#arraymap:{{{Where|}}}|,|x|[[Location::x]]}}
| {{{Where |}}}
|-
|-
! What
! What
| {{#arraymap:{{{What|}}}|,|x|[[Of Type::x]]}}
| {{{What| }}}
|-
|-
! Tags
! Tags
| {{#arraymap:{{{Tags|}}}|,|x|[[Tag::x]]}}  
| {{{Tags| }}}
|}[[Category:Event]]
|-
{{{WhyLong|}}}
| '''Wer'''
== Wer? ==
| {{{Who| –}}}
{{#arraymap:{{{Who|}}}|,|x|* [[Participating On::User:x|x]]}}
|}
[[Kategorie:Events]]
{{{WhyLong| }}}
</includeonly>
</includeonly>

Aktuelle Version vom 25. April 2023, 21:06 Uhr

This is the 'Event' template. It should be called in the following format:

{{Event
|Why       = <short description 140 chars>
|WhyLong   = <description for the first paragraph of the page>
|When      = <Date (TODO: document expected format)>
|Where     = <location of the event>
|What      = <hardware, software, art, culture, ...>
|Who       = <comma-separated list of people participating>
|Tags      = <comma-separated list of keywords>
}}

Edit the page to see the template text.