Editing Module:Template translation
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
-- Dummy "Template translation" module to avoid errors | -- Dummy "Template translation" module to avoid errors | ||
local p = {} | local p = {} | ||
function p.checkTranslation(frame) | function p.checkTranslation(frame) | ||
-- Do nothing; just prevent script errors | |||
return '' | return '' | ||
end | end | ||
function p.layout(frame) | function p.layout(frame) | ||
-- Also return nothing | |||
return '' | return '' | ||
end | end | ||