15.184
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 19: | Zeile 19: | ||
end | end | ||
local tpl_tab = p.tab(frame, args[ | local tpl_tab = p.tab(frame, args[2]) | ||
local tab_tab='' | local tab_tab='' | ||
if tpl_tab:gsub("%s+", "") ~= '' then | if tpl_tab:gsub("%s+", "") ~= '' then | ||
tab_tab='<tab name=' .. args[ | tab_tab='<tab name=' .. args[1] .. '>' .. tpl_tab .. '</tab>' | ||
end | end | ||