Module:Calculator widget: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 162:
calc = calc .. '{{calculator button|type='.. type ..'|weight=normal|for=reg|formula=' .. v[2] .. '|contents='.. v[1] .. '}}'
end
claccalc = calc .. '{{calculator|type=hidden|id=reg}}'
calc = calc .. '</div>'
return frame:preprocess(calc)