Vorlage:Projekt: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
(improvements)
(Shutdownprozedere ergänzt)
 
(9 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
<noinclude>
 
<noinclude>
Use like this:
+
{{Howto_Project}}
<pre>
 
{{Project
 
|image=Metalab.gif
 
|involved=[[User:Name]]
 
|startdate=21.01.2013
 
|status=active|suspended|completed|canceled|on hold
 
|wtf=It's a little robot which does stuff.
 
}}
 
</pre>
 
 
 
Feel free to extend/improve :)
 
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
 +
{{#ifeq: {{{hidden}}}| true | <div style="display:none;"> }}
 
{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #eee; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
 
{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #eee; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
 
| style="text-align: center; background-color:#ccccff;" colspan="2" |<big>{{PAGENAME}}</big>
 
| style="text-align: center; background-color:#ccccff;" colspan="2" |<big>{{PAGENAME}}</big>
Zeile 19: Zeile 9:
 
|colspan="2" align="center"| {{#if: {{{image|}}}| {{150px image|{{{image}}}}} }}
 
|colspan="2" align="center"| {{#if: {{{image|}}}| {{150px image|{{{image}}}}} }}
 
|-
 
|-
{{#if: {{ {startdate}}}|{{!}}'''Gestartet:''' }}
+
{{#if: {{{startdate}}}|{{!}}'''Gestartet:''' }}
{{#if: {{ {startdate}}}|{{!}}{{{startdate|}}} }}
+
{{#if: {{{startdate}}}|{{!}}{{{startdate|}}} }}
 
|-
 
|-
{{#if: {{ {involved}}}|{{!}}'''Involvierte:''' }}
+
{{#if: {{{involved}}}|{{!}}'''Involvierte:''' }}
{{#if: {{ {involved}}}|{{!}}{{{involved|}}} }}
+
{{#if: {{{involved}}}|{{!}}{{{involved|}}} }}
 
|-
 
|-
{{#if: {{ {status}}}|{{!}}'''Status:''' }}
+
{{#if: {{{status}}}|{{!}}'''Status:''' }}
{{#if: {{ {status}}}|{{!}}{{{status|}}} }}
+
{{#if: {{{status}}}|{{!}}{{{status|}}} }}
 
|-
 
|-
{{#if: {{ {wtf}}}|{{!}}'''Beschreibung:''' }}
+
{{#if: {{{wtf}}}|{{!}}'''Beschreibung:''' }}
{{#if: {{ {wtf}}}|{{!}}{{{wtf|}}} }}
+
{{#if: {{{wtf}}}|{{!}}{{{wtf|}}} }}
 +
|-
 +
{{#if: {{{shutdown}}}|{{!}}'''Shutdownprozedur:''' }}
 +
{{#if: {{{shutdown}}}|{{!}}{{{shutdown|}}} }}
 
|-
 
|-
 
| '''Zuletzt aktualisiert:'''  
 
| '''Zuletzt aktualisiert:'''  
| {{REVISIONDAY2}}.{{REVISIONMONTH}}.{{REVISIONYEAR}}
+
{{#if: {{{lastupdate|}}} | {{!}}{{{lastupdate|}}} | {{!}}{{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}} }}
 
|-
 
|-
 
|
 
|
 
|}
 
|}
 
+
{{#ifeq: {{{hidden}}}| true | </div> }}
 
[[Kategorie:Projekte]]
 
[[Kategorie:Projekte]]
 
</includeonly>
 
</includeonly>

Aktuelle Version vom 28. Juli 2020, 07:46 Uhr


Language: English
Subpages:
Projekt hat keine Unterseiten.

Use like this:

{{Projekt
|image=No-Logo.png
|involved=[[User:Name]]
|startdate=<!--2013-01-21-->
|status=active|in progress|on hold|suspended|completed|canceled
|wtf=It's a little robot which does stuff.
|shutdown=Bitte shalte das Gerät beim Shutdown aus/Kann laufen gelassen werden/etc. (Leer lassen wenn das Projekt keine Insterlation im Metalab ist)
|lastupdate=<!-- if lastupdate is not set manually, the date will be set automatically to the date of the latest wikiapage -->
|hidden=true|false
}}