Jump to content
Wikipedia The Free Encyclopedia

Module:CountryData/cacheB

From Wikipedia, the free encyclopedia
Module documentation[create] [purge]
You might want to create a documentation page for this Scribunto module.
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Add categories to the /doc subpage. Subpages of this module.
 local CountryData = require('Module:CountryData')
 local pages = {'Argentina', 'Austria', 'Belgium', 'Brazil', 'China', 'Czech_Republic', 'England', 'Iran', 'Sweden', 'Switzerland', 'Turkey', 'United_Kingdom'}
 local p = {
 data = {}
 }
 local frame = mw.getCurrentFrame()

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

 return p

AltStyle によって変換されたページ (->オリジナル) /