Vorlage:Profil Info/Fähigkeit: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „<includeonly>{{#if: {{{1|}}} | {{#ifexpr: {{{2|0}}}=0 |<tr><td colspan="5" data-sort-value="0">{{{1|Fähigkeit fehlt}}}</td></tr> |<tr><td colspan="5"…“)
 
Zeile 2: Zeile 2:
 
   {{#ifexpr: {{{2|0}}}=0  
 
   {{#ifexpr: {{{2|0}}}=0  
 
   |<tr><td colspan="5" data-sort-value="0">{{{1|Fähigkeit fehlt}}}</td></tr>
 
   |<tr><td colspan="5" data-sort-value="0">{{{1|Fähigkeit fehlt}}}</td></tr>
   |<tr><td colspan="5" data-sort-value="{{{2|0}}}" style="border:3px solid grey; border-top:0px; border-bottom:3px solid grey; background:lightgrey;"><div style="height:10px;background-color:#76b729;width:{{#expr: {{{2|0}}} * 20}}%"></div><!--
+
   |<tr><td colspan="5" data-sort-value="{{{2|0}}}" style="border:3px solid lightgrey; border-top:0px; border-bottom:3px solid lightgrey;"><div style="height:10px;background-color:#76b729;width:{{#expr: {{{2|0}}} * 20}}%"></div><!--
 
   -->{{{1|Fähigkeit fehlt}}}</td></tr>
 
   -->{{{1|Fähigkeit fehlt}}}</td></tr>
 
   }}
 
   }}

Version vom 14. August 2018, 20:44 Uhr

Erstellt eine Tabellenzeile für Vorlage:Profil Info.

Nutzung

<table class="sortable">
<tr>
<th width="80" style="background:#76b729; height:5px;"></th>
<th width="80" style="background:#76b729; height:5px;"></th>
<th width="80" style="background:#76b729; height:5px;"></th>
<th width="80" style="background:#76b729; height:5px;"></th>
<th width="80" style="background:#76b729; height:5px;"></th>
</tr>
<tr><th>Basiswissen</th><th>Lernender</th><th>Fortgeschritten</th><th>Experte</th><th>Profi</th></tr>
{{Profil Info/Fähigkeit|Elektrotechnik - Motoren, Schalter, Relais|3}}
{{Profil Info/Fähigkeit|Energie - Wind|1}}
{{Profil Info/Fähigkeit|Transport - Fahrräder|5}}
</table>
Basiswissen Lernender Fortgeschritten Experte Profi
Elektrotechnik - Motoren, Schalter, Relais
Energie - Wind
Transport - Fahrräder

Parameter

Die Vorlage hat folgende Parameter (Pflichtparamter fett):

|1=
Anzeige der Fähigkeit
|2=
Rang der Fähigkeit: 0 (unbekannt), 1 (Basiswissen), 2 (Lernend), 3 (Fortgeschritten), 4 (Experte), 5 (Profi)

Abhängigkeiten