Widget:Funktionsleiste: Unterschied zwischen den Versionen
Aus Sacra.Wiki
Ansichten
Aktionen
Namensräume
Varianten
Werkzeuge
Admin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ <noinclude>__NOTOC__ This is just a little widget to prove how we code, this text will be visible when you "look" at the widget </noinclude> <includeonly> <sc…“) |
Admin (Diskussion | Beiträge) |
||
(20 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 3: | Zeile 3: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
< | <table class="wikitable functions-table" style="width: 100%;"> | ||
<tr><th class="functions-table--title" colspan="3">Funktionen</th></tr> | |||
<tr><th>Vorgänger</th><th>Funktion</th><th>Nachfolger</th></tr> | |||
<!--{for $i=1 to 10}--> | |||
<!--{if $params["FUNKTION$i"] == ""}--> | |||
<!--{break}--> | |||
</ | <!--{/if}--> | ||
<tr><td><!--{$params["VORGÄNGER$i"]}--></td><td><b><!--{$params["FUNKTION$i"]}--></b><br><!--{$params["ZEITRAUM$i"]}--></td><td><!--{$params["NACHFOLGER$i"]}--></td></tr> | |||
<!--{/for}--> | |||
</table> | |||
<style> | |||
.functions-table td, .functions-table th { | |||
text-align: center; | |||
} | |||
.functions-table--title { | |||
padding: 10px 0 !important; | |||
background-color: lavender !important; | |||
} | |||
</style> | |||
</includeonly> | </includeonly> |
Aktuelle Version vom 25. März 2020, 20:18 Uhr
This is just a little widget to prove how we code, this text will be visible when you "look" at the widget