Module:Flags: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 18:
 
-- Function to search flags inside a table
function p.scan(flagsTable,territory)
for english,locale in pairs(flagsTable) do p.flagValues(territory) end
end
 
-- Scanning shortcuts first
p.scan(frequentFlags,territory)
 
-- Loading the flag translations module if the flags can't be found in frequentFlags