Module:CountryData/cacheO: Difference between revisions
Appearance
Content deleted Content added
Add loadData-compatible modules to cache the content of the most-used country data |
Put the redirects all on the summary cache. *** existing text overwritten *** |
||
Line 1: | Line 1: | ||
local CountryData = require('Module:CountryData') |
local CountryData = require('Module:CountryData') |
||
local |
local pages = {'Ohio', 'Oklahoma', 'Oman', 'Ontario', 'Oregon', 'Ottoman Empire'} |
||
local pages = {'Oregon', 'Ohio', 'Ontario', 'Oklahoma', 'Oman', 'Ottoman Empire'} |
|||
local p = { |
local p = { |
||
redirects = redirects, |
|||
data = {} |
data = {} |
||
} |
} |