Template:Project: Difference between revisions

Template page
m (status auch als zeile)
(Immer kategorisieren)
(2 intermediate revisions by one other user not shown)
Line 19: Line 19:
-->{{#if:{{{image|}}}|[[Has image::{{{image|}}}| ]]|[[Has no image::true| ]]}}<!--
-->{{#if:{{{image|}}}|[[Has image::{{{image|}}}| ]]|[[Has no image::true| ]]}}<!--
-->{{#ifeq: {{#titleparts: {{PAGENAME}} | |-1 }} | en | [[Duplicate::Yes| ]] | [[Duplicate::No| ]] }}<!--
-->{{#ifeq: {{#titleparts: {{PAGENAME}} | |-1 }} | en | [[Duplicate::Yes| ]] | [[Duplicate::No| ]] }}<!--
-->{{#if: {{{project category|}}} | [[Project category::{{{project category}}}| ]]}}<!--
-->{{#if: {{{project category|}}} | [[Project category::{{{project category}}}| ]] | [[Project category::Other| ]] }}<!--


-->{{infobox start
-->{{infobox start
Line 34: Line 34:
               | stable | obsolete = 1
               | stable | obsolete = 1
             }}
             }}
  |name={{{name}}}
  |name={{{name}}} <sup>[[Project status::{{{status|unknown}}}]]</sup>
  |image={{{image|}}}
  |image={{{image|}}}
  |description={{{description|}}}
  |description={{{description|}}}
}}<!--
}}<!--


-->{{ifnotempty|{{{status|}}}  |{{infobox row |name=Status    |value=[[Project status::{{{status|}}}]] }}}}<!--
-->{{ifnotempty|{{{location|}}}|{{infobox row |name=Ort      |value=[[Has location::{{{location|}}}]] }}}}<!--
-->{{ifnotempty|{{{location|}}}|{{infobox row |name=Ort      |value=[[Has location::{{{location|}}}]] }}}}<!--
-->{{ifnotempty|{{{people|}}}  |{{infobox row |name=Beteiligt |value={{{people|}}}                    }}}}<!--
-->{{ifnotempty|{{{people|}}}  |{{infobox row |name=Beteiligt |value={{{people|}}}                    }}}}<!--

Revision as of 13:15, 4 January 2013

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

 {{Project
 | name        = Name des Projekts
 | status      = idea|alpha|beta|stable|obsolete (default idea) 
 | 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.