Template:Project: Difference between revisions

Template page
(projektbox, dinge)
(infobox template)
Line 17: Line 17:
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>
{{#if:{{{image|}}}|[[Has image::{{{image|}}}| ]]}}
{{infobox start
{| cellpadding="5" cellspacing="0" style="<!--
|headercolor=#ccffcc
    --> width: 30em; float: right; clear: right; <!--
|name={{{name}}}
    --> margin-bottom: 0.5em; margin-left: 1em; padding: 0; text-align: left; <!--
|image={{{image}}}
    --> font-size: 90%; border: 1px solid #aaaaaa; background-color: #eee; color: black;"
|description={{{description}}}
 
}}
! colspan="2" style="text-align: center; border-bottom: 1px solid #aaaaaa; background-color: #ccffcc" <!--
    --> | <big>{{{name}}}</big>
|-
| colspan="2" style="text-align: center" <!--
    --> | {{#if:{{{image|}}}|[[File:{{{image|}}}|frameless]]|[[Has no image::true| ]]}}
|-
| colspan="2" style="text-align: center; border-bottom: 1px solid #aaaaaa" <!--
    --> | [[Has description::{{{description|}}}]]


{{#if:{{{location|}}}|{{!-}}
{{#if:{{{location|}}}|{{!-}}

Revision as of 12:24, 17 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.