35,369
רעדאגירונגען
ק (הגהה) |
אין תקציר עריכה |
||
| (170 צווישנדיגע ווערסיעס פונעם זעלבן באַניצער נישט געוויזן) | |||
| שורה 9: | שורה 9: | ||
"gapnamespace": "8000", | "gapnamespace": "8000", | ||
"gapfilterredir": "nonredirects", | "gapfilterredir": "nonredirects", | ||
"gapfrom": 'תלמידי', | |||
"gaplimit": " | "gaplimit": "150", | ||
"prop": "categories|langlinks", | "prop": "categories|langlinks", | ||
"clcategories": "קאַטעגאָריע:ארטיקלען מיט קאארדינאטן", | "clcategories": "קאַטעגאָריע:ארטיקלען מיט קאארדינאטן", | ||
| שורה 27: | שורה 27: | ||
for (const l in list[p].langlinks) { | for (const l in list[p].langlinks) { | ||
if (list[p].langlinks[l].lang == "he") { | if (list[p].langlinks[l].lang == "he") { | ||
hebCoord(pageName, list[p].langlinks[l] | console.log(list[p].langlinks[l], list[p].langlinks[l]['*']) | ||
hebCoord(pageName, list[p].langlinks[l]['*']) | |||
} | } | ||
} | } | ||
| שורה 35: | שורה 36: | ||
} | } | ||
sum++; | sum++; | ||
if (sum >= | if (sum >= 149) { | ||
console.log('last was: ', pageName); | console.log('last was: ', pageName); | ||
} | } | ||
| שורה 61: | שורה 62: | ||
console.log('at last done'); | console.log('at last done'); | ||
$(function () { | $(function () { | ||
if (!("query" in data) || !("pages" in data.query)) { | |||
console.log('no query data!', page, hepage) | |||
} else { | |||
for (var p in data.query.pages) { | for (var p in data.query.pages) { | ||
console.log('about to test coordinates for: ', p) | console.log('about to test coordinates for: ', p) | ||
| שורה 83: | שורה 87: | ||
} | } | ||
} | } | ||
} | |||
} | } | ||