Widget:Funktionsleiste: Unterschied zwischen den Versionen
Aus Sacra.Wiki
Ansichten
Aktionen
Namensräume
Varianten
Werkzeuge
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 4: | Zeile 4: | ||
<includeonly> | <includeonly> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
document.write('<table class="wikitable" style="width: 100%;">') | document.write('<table class="wikitable functions-table" style="width: 100%;">') | ||
document.write('<tr><th class="functions-table--title" colspan="3">Funktionen</th></tr>') | |||
document.write('<tr><th>Vorgänger</th><th>Funktion</th><th>Nachfolger</th></tr>') | document.write('<tr><th>Vorgänger</th><th>Funktion</th><th>Nachfolger</th></tr>') | ||
<!--{for $i=1 to 10}--> | <!--{for $i=1 to 10}--> | ||
Zeile 10: | Zeile 11: | ||
<!--{break}--> | <!--{break}--> | ||
<!--{/if}--> | <!--{/if}--> | ||
document.write('<tr><td><!--{$params["VORGÄNGER$i"]}--></td><td><!--{$params["FUNKTION$i"]}--></td><td><!--{$params["NACHFOLGER$i"]}--></td></tr>') | document.write('<tr><td>[[<!--{$params["VORGÄNGER$i"]}-->]]</td><td><!--{$params["FUNKTION$i"]}--></td><td>[[<!--{$params["NACHFOLGER$i"]}-->]]</td></tr>') | ||
<!--{/for}--> | <!--{/for}--> | ||
document.write('</table>') | document.write('</table>') | ||
</script> | </script> | ||
<style> | |||
.functions-table td, .functions-table th { | |||
text-align: center; | |||
} | |||
</style> | |||
</includeonly> | </includeonly> |
Version vom 24. März 2020, 11:24 Uhr
This is just a little widget to prove how we code, this text will be visible when you "look" at the widget