Content deleted Content added
No edit summary |
Shonebrooks (talk | contribs) m I corrected the spelling of "parameter." WP:TYPO |
||
Line 2,404:
error (lang .. '[' .. k .. ']: '.. v .. ' missing \'#\''); -- glaring error message because '#' required on both sides
else
if k:find ('#', 1, true) then -- does the
out_t[lang][k:gsub('#', '')] = v:gsub('#', ''); -- add a non-enumerated version of the parameter to the output
end
|