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
calc = calc .. '</div>'
return frame:preprocess(calc)
|