Module:Interprovincial highway: Difference between revisions

Content deleted Content added
Add documentation
Show error for unknown type
Line 93:
end
 
-- Display thetitle typefor the given. type
--
-- Current frame arguments: None
-- 1 - The type to return the title for
-- Parent frame arguments: None
-- type
function p.type(frame)
local data = mw.loadData('Module:Sandbox/BrandonXLF/Module:Interprovincial highway/data')
return data.types[frame.args[1]] or require('Module:Error').error{'Unknown |type='}
end