Difference between revisions 132260440 and 132261034 on dewiki--[[
Modul für Hilfsfunktionen für Vorlage:Infobox Kennzahl
]]
local p = { }
function p.maketable(frame)
--[[ makes table for quantities
gets input as e.g. <math>v</math> = Velocity, <math>c</math>=Speed of light
testrow="\n|-\n|"..frame:preprocess("<math>t</math>").."||time"]]⏎
⏎
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.
|