35,369
רעדאגירונגען
(געשאַפן בלאַט מיט 'mw.loader.using(['mediawiki.jqueryMsg']).done(function () { function listPages() { const api = new mw.Api(); api.get({ "action": "query", "format": "json", "list": "allpages", "utf8": 1, "apnamespace": "8000", "apfilterredir": "nonredirects", //"apfrom": "א", "aplimit": "max" }).done((data) => { //console.table(data);...') |
אין תקציר עריכה |
||
| שורה 17: | שורה 17: | ||
console.table(list); | console.table(list); | ||
for (const p in list) { | for (const p in list) { | ||
const pageName = list[p].title; | const pageName = list[p].title.replace("רוי:", ""); | ||
wikidataDesc(pageName); | wikidataDesc(pageName); | ||
} | } | ||