משתמש:בוט אלף אלף/ניסוי.js
מראה
לתשומת ליבך: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.
- פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
- גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
- אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
function updateCategory() {
const category = mw.config.get('wgPageName');
const endpoint = 'https://import.hamichlol.org.il/?action=parse&page=';
const getCategoryMembers = async () => {
const params = {
action: 'query',
format: 'json',
generator: 'categorymembers',
utf8: 1,
gcmtitle: category,
gcmnamespace: '10',
gcmtype: 'page',
gcmlimit: 'max',
};
const response = await fetch('/w/api.php?' + new