Modulo:Codice statistico: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m per phab:T190382 |
m modulo no globals obsoleto |
||
(2 versioni intermedie di un altro utente non mostrate) | |||
Riga 3:
]]--
require('
local getArgs = require('Modulo:Arguments').getArgs
Riga 13:
-- @return {string}
local function formatP964(id)
local formatted_id = string.gsub(id,
return string.format('[http://www.statistik.at/blickgem/gemDetail.do?gemnr=%s %s]', id, formatted_id)
end
Riga 22:
-- @return {string}
local function formatP439(id)
local formatted_id = string.gsub(id,
return string.format('[http://www.statistik-portal.de/Statistik-Portal/gemeindeverz.asp?G=%s %s]', id, formatted_id)
end
Riga 31:
-- @return {string}
local function formatP440(id)
return string.gsub(id,
end
Riga 93:
CHE = {
default = { prop = 'P771', compare = compareP771 }
},
CHN = {
default = { prop = 'P442' }
},
CZE = {
Line 98 ⟶ 101:
},
DEU = {
[
[
default = { prop = 'P439', format = formatP439 }
},
Line 109 ⟶ 112:
},
FRA = {
[
[
[
[
default = { prop = 'P374', format = formatP374 }
},
|