מדיה ויקי:Gadget-DeleteRequest.js: הבדלים בין גרסאות בדף
מ זה נמצא בפסקה 4 |
מאין תקציר עריכה |
||
| שורה 4: | שורה 4: | ||
function save(title, summary, content, section, next) { | function save(title, summary, content, section, next) { | ||
var param = {action: 'edit', title: title, summary: summary, token: mw.user.tokens.get('editToken'), section: section || '0', appendtext: content, format: 'json'}; | var param = {action: 'edit', title: title, summary: summary, token: mw.user.tokens.get('editToken'), section: section || '0', appendtext: content, format: 'json', tags:'בקשות_ממפעילים'}; | ||
$.post(mw.util.wikiScript('api'), param, function(data) { | $.post(mw.util.wikiScript('api'), param, function(data) { | ||
if (data && data.error) | if (data && data.error) | ||