Bürokraten, Oberflächenadministratoren, SMW-Administratoren, SMW-Kuratoren, SMW-Editoren, Oversighter, Administratoren, Widget-Bearbeiter
215.199
Bearbeitungen
(Die Seite wurde neu angelegt: „local p = {} local c = require( "Module:Common" ) function p.Zeitleiste( frame, args) t = '<table class="wikitable">'.. '<th colspan="4">'..mw.title.getCurrentTitle().text..'</th>' if not isEmpty(args.Genre) then t=t..'<tr>'.. '<td>Genre</td>' .. '<td colspan="3">'..frame:callParserFunction( '#arraymap', args.Genre, ';', 'x', 'x Kategorie:x') .. '</td>' .. '</tr>' end -- Liste Freiattribute…“) |
Keine Bearbeitungszusammenfassung |
||
| Zeile 2: | Zeile 2: | ||
local c = require( "Module:Common" ) | local c = require( "Module:Common" ) | ||
function p.Zeitleiste( frame | function p.Zeitleiste( frame ) | ||
pf = frame:getParent() | |||
args = pf.args | |||
t = '<table class="wikitable">'.. | t = '<table class="wikitable">'.. | ||
'<th colspan="4">'..mw.title.getCurrentTitle().text..'</th>' | '<th colspan="4">'..mw.title.getCurrentTitle().text..'</th>' | ||
Bearbeitungen