35,369
רעדאגירונגען
ק (6 רעוויזיעס אימפארטירט פֿון wikipedia:yi:יחידה:Coordinates) |
אין תקציר עריכה |
||
| שורה 310: | שורה 310: | ||
return specPrinter( args, result ) | return specPrinter( args, result ) | ||
else | else | ||
return specPrinter( args, result ) .. " " .. errorPrinter(errors) .. '[[קאטעגאריע:בלעטער מיט | return specPrinter( args, result ) .. " " .. errorPrinter(errors) .. '[[קאטעגאריע:בלעטער מיט פעלערדיגע קאארדינאטן טעגס]]'; | ||
end | end | ||
end | end | ||
| שורה 607: | שורה 607: | ||
local snaktype = entity.claims.P625[1].mainsnak.snaktype | local snaktype = entity.claims.P625[1].mainsnak.snaktype | ||
if snaktype == 'value' then | if snaktype == 'value' then | ||
wikidata_cat = '[[קאטעגאריע:קאארדינאטן אויף | wikidata_cat = '[[קאטעגאריע:קאארדינאטן אויף וויקידאטא]]' -- coordinates exist both here and on Wikidata, and can be compared | ||
--elseif snaktype == 'somevalue' then | --elseif snaktype == 'somevalue' then | ||
-- wikidata_cat = '[[Category:Coordinates on Wikidata set to unknown value]]' | -- wikidata_cat = '[[Category:Coordinates on Wikidata set to unknown value]]' | ||
| שורה 614: | שורה 614: | ||
end | end | ||
else | else | ||
wikidata_cat = '[[קאטעגאריע:קאארדינאטן נישט אויף | wikidata_cat = '[[קאטעגאריע:קאארדינאטן נישט אויף וויקידאטא]]' -- we have to either import the coordinates to Wikidata or remove them here | ||
end | end | ||
if wikidata_cat then | if wikidata_cat then | ||