Documentation for this module may be created at Module:Template translation/doc
-- Dummy "Template translation" module to avoid errors local p = {} function p.checkTranslation(frame) -- Do nothing; just prevent script errors return '' end function p.layout(frame) -- Also return nothing return '' end