--[[
Modul für Hilfsfunktionen für Vorlage:Infobox Kennzahl
]]
local p = { }
function p.maketable(frame)
local tablehead="\n{|class=\"wikitable\""
local tablecontent=string.gsub(","..frame.args[1], ",%s*(.-)=%s*","\n|-\n| %1 ||")
local tableend="\n|}"
testrow="\n|-\n|"..frame:preprocess("<math>t</math>").."||test"
return tablehead..testrow..tablecontent..tableend
end
return p
This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|