Template:Project: Difference between revisions

Template page
(Immer kategorisieren)
m (re-introduce a very little bit of title background shading)
 
Line 23: Line 23:
-->{{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}}}
              | idea | alpha | beta = 0
              | stable | obsolete = 1
            }}
  |name={{{name}}} <sup>[[Project status::{{{status|unknown}}}]]</sup>
  |name={{{name}}} <sup>[[Project status::{{{status|unknown}}}]]</sup>
  |image={{{image|}}}
  |image={{{image|}}}

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.