Jump to content

Module:CountryData/cacheC

විකිපීඩියා වෙතින්
09:11, 17 අගෝස්තු 2023 වන විට Pinthura (සාකච්ඡාව | දායකත්ව) (Moved page from en:Module:CountryData/cacheC (history)) විසින් සිදු කර ඇති සංශෝධන
(වෙනස) ← පැරණි සංශෝධනය | වත්මන් සංශෝධනය (වෙනස) | නව සංශෝධනය → (වෙනස)
local CountryData = require('Module:CountryData')
local pages = {'Denmark', 'Finland', 'Great_Britain', 'Hungary', 'Mexico', 'New_Zealand', 'Norway', 'Portugal', 'Romania', 'South_Africa', 'South_Korea', 'Ukraine'}
local p = {
    data = {}
}
local frame = mw.getCurrentFrame()

for _,v in ipairs(pages) do
    p.data[v] = CountryData.gettable(frame, v, {})
end

return p
"https://si.wikipedia.org/w/index.php?title=Module:CountryData/cacheC&oldid=576602" වෙතින් සම්ප්‍රවේශනය කෙරිණි