Template:Resource: Difference between revisions

From Chaosdorf Wiki
Jump to navigation Jump to search
m (→ ownership: unknown)
m (korrektes ifeq.)
Line 31: Line 31:
-->{{#ifeq:{{{ownership|}}}|lent|{{!}}<span style="color: orange">Leihgabe</span>|}}<!--
-->{{#ifeq:{{{ownership|}}}|lent|{{!}}<span style="color: orange">Leihgabe</span>|}}<!--
-->{{#ifeq:{{{ownership|}}}|club|{{!}}<span style="color: green">Club-Eigentum</span>|}}<!--
-->{{#ifeq:{{{ownership|}}}|club|{{!}}<span style="color: green">Club-Eigentum</span>|}}<!--
-->{{#ifeq:{{{ownership|}}}|unknown|{{!}}<span style="color: red; font-weight: bold;">???</span><!--
-->{{#ifeq:{{{ownership|}}}|unknown|{{!}}<span style="color: red; font-weight: bold;">???</span>|}}<!--
-->{{#if:{{{ownership|}}}|[[Has ownership::{{{ownership|}}}| ]]}}
-->{{#if:{{{ownership|}}}|[[Has ownership::{{{ownership|}}}| ]]}}
|-
|-

Revision as of 10:29, 30 June 2012

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

 {{Resource
 | description = Beschreibung
 | image       = (optional) Name des Bilds (ohne File: davor)
 | location    = (optional) Ort im Club
 | ownership   = Besitzstatus (Spende, Leihgabe, Privat etc.)
 | contact     = (optional) Ansprechpartner für $foo (z.B. Besitzer falls Leihgabe/Privat)
 | contactnick = (optional) wie oben, aber verlinkt auf Wiki-Userpage
 }}

Edit the page to see the template text.