Bürokraten, Oberflächenadministratoren, SMW-Administratoren, SMW-Kuratoren, SMW-Editoren, Oversighter, Administratoren, Widget-Bearbeiter
204.351
Bearbeitungen
Keine Bearbeitungszusammenfassung |
(Messing around with loading the templates) |
||
Zeile 4: | Zeile 4: | ||
pf = frame:getParent() | pf = frame:getParent() | ||
args = pf.args | args = pf.args | ||
-- Before you ask: No, you cant' use extensionTag here! | |||
tpl_bild = p.Bild( frame, args ) | tpl_bild = p.Bild( frame, args ) | ||
tab_bild='' | tab_bild='' | ||
if tpl_bild:gsub("%s+", "") ~= '' then | if tpl_bild:gsub("%s+", "") ~= '' then | ||
Zeile 14: | Zeile 12: | ||
end | end | ||
tpl_daten = p.Daten( frame, args ) | |||
tab_daten='' | tab_daten='' | ||
if tpl_daten:gsub("%s+", "") ~= '' then | if tpl_daten:gsub("%s+", "") ~= '' then | ||
Zeile 19: | Zeile 18: | ||
end | end | ||
tpl_funktionen = p.Funktionen( frame, args ) | |||
tab_funktionen='' | tab_funktionen='' | ||
if tpl_funktionen:gsub("%s+", "") ~= '' then | if tpl_funktionen:gsub("%s+", "") ~= '' then |
Bearbeitungen