Vorlage:Project: Unterschied zwischen den Versionen

Aus Maschinendeck Wiki
Zur Navigation springen Zur Suche springen
>Ranlvor
Keine Bearbeitungszusammenfassung
>Ranlvor
K (Änderungen von Ranlvor (Diskussion) wurden auf die letzte Version von Fidepus zurückgesetzt)
Zeile 1: Zeile 1:
<noinclude>
<noinclude>
Dies ist die Vorlage „Project“.
This is the 'Project' template.
Sie sollte im folgenden Format genutzt werden:
It should be called in the following format:
<pre>
<pre>
{{Project
{{Project
|Why=
|Title    = <short description 140 chars>
|What=
|Type      = <hardware, software, art, culture, ...>
|Status=
|Members  = <comma-separated list of people working on it>
|Tags=
|Status   = <proposed, running, finished, abandoned, paused>
|Tags     = <comma-separated list of keywords>
}}
}}
</pre>
</pre>
Klick auf „Bearbeiten“, um den Quelltext der Vorlage anzusehen.
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable"
</noinclude><includeonly>
{| 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>
|-
! Why
! Why
| [[Title::{{{Why|}}}]]  
| [[Title::{{{Title|}}}]]
|-
|-
! What
! What
| [[Type::{{{What|}}}]]  
| {{#arraymap:{{{Type|}}}|,|x|[[Of Type::x]]}}
|-
! Who
| {{#arraymap:{{{Members|}}}|,|x|[[Working On::User:x|x]]}}
|-
|-
! Status
! Status
| [[Status::{{{Status|}}}]]  
| {{#Status:{{{Status|}}}|,|x|[[Status::x]]}}
|-
|-
! Tags
! Tags
| {{{Tags|}}}  
| [[Tag::{{{Tags|}}}]]
|}
|}


[[Kategorie:Project]]
[[Category:Project]]
</includeonly>
</includeonly>

Version vom 14. August 2014, 03:00 Uhr

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

{{Project
|Title     = <short description 140 chars>
|Type      = <hardware, software, art, culture, ...>
|Members   = <comma-separated list of people working on it>
|Status    = <proposed, running, finished, abandoned, paused>
|Tags      = <comma-separated list of keywords>
}}

Edit the page to see the template text.