Template:Project: Difference between revisions

Template page
m (status auch als zeile)
m (re-introduce a very little bit of title background shading)
 
(3 intermediate revisions by 2 users 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


  |headercolor={{#switch: {{{status|idea}}}
  |headershade={{#switch: {{{status|idea}}}
               | idea = #cccccc
               | idea = 127, 127, 127
               | alpha = #cccccc
               | alpha = 127, 127, 127
               | beta = #f0e040
               | beta = 255, 127, 0
               | stable = #40c040
               | stable = 0, 255, 0
               | obsolete = #000000
               | obsolete = 0, 0, 0
               }}
               }}
  |darkheader={{#switch: {{{status|idea}}}
  |name={{{name}}} <sup>[[Project status::{{{status|unknown}}}]]</sup>
              | idea | alpha | beta = 0
              | stable | obsolete = 1
            }}
|name={{{name}}}
  |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|}}}                    }}}}<!--

Latest revision as of 09:32, 20 April 2024

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.