Template:Project: Difference between revisions

From Chaosdorf Wiki
Jump to navigation Jump to search
m (-.-)
(template foo)
Line 25: Line 25:
|  
|  
| [[Has description::{{{description|}}}]]
| [[Has description::{{{description|}}}]]
|-
{{#if:{{{location|}}}|{{!-}}
{{#if:{{{location|}}}|{{!}}Ort}}
    {{!}}Ort
{{#if:{{{location|}}}|{{!}}[[Has location::{{{location|}}}]]}}
    {{!}}[[Has location::{{{location|}}}]]
|-
}}
{{#if:{{{people|}}}|{{!}}Beteiligt}}
{{#if:{{{people|}}}|{{!-}}
{{#if:{{{people|}}}|{{!}}{{{people|}}}}}
    {{!}}Beteiligt
    {{!}}{{{people|}}}
}}
{{#if:{{{source|}}}|{{!-}}
{{#if:{{{source|}}}|{{!-}}
     {{!}}Quelltext
     {{!}}Quelltext
     {{!}}[[Has repo::{{{source|}}}]]
     {{!}}[[Has repo::{{{source|}}}]]
}}
}}
|-
|}
|}
[[Category:Projects]]
[[Category:Projects]]
</includeonly>
</includeonly>

Revision as of 18:32, 14 July 2012

This is the 'Project' template. It should be used via Form:Project or in the following format:

 {{Project
 | name        = Name des Projekts
 | status      = (not implemented) idea|alpha|beta|stable|obsolete 
 | description = Beschreibung
 | image       = (optional) Name des Bilds (ohne File: davor)
 | location    = (optional) Ort im Club
 | people      = (optional) Beteiligte Leute
 | username    = (optional, not implemented) Falls nur ein Beteiligter: Wiki-Username
 | source      = (optional) URL zu repo / quelltext
 }}

Edit the page to see the template text.