מדיה ויקי:Gadget-TemplateParamWizard.js: הבדלים בין גרסאות בדף
ניסוי |
redirects |
||
| שורה 612: | שורה 612: | ||
$.ajax({ | $.ajax({ | ||
url: mw.util.wikiScript('api'), | url: mw.util.wikiScript('api'), | ||
data: {action: 'templatedata', titles: templatePage(), format: 'json'}, | data: {action: 'templatedata', titles: templatePage(), redirects: true, format: 'json'}, | ||
dataType: 'json', | dataType: 'json', | ||
success: function(data) { | success: function(data) { | ||