نمایش مبدأ برای مدیاویکی:Gadget-RedirectMaker.js
شما به دلایل زیر، اجازهٔ ویرایش این صفحه ندارید:
شما میتوانید مبدأ این صفحه را ببینید و رونوشت بردارید:
// <nowiki> // DO NOT REMOVE THIS LINE EVER
/*jslint browser: true, white: true*/
/*global mediaWiki, jQuery*/
/*!
* @author User:Ebraminio, User:Yamaha5
*/
(function ($, mw) {
'use strict';
function createPage(title, text, summary, callback) {
return new mw.Api().post({
action: 'edit',
title: title,
text: text,
summary: summary,
createonly: '',
minor: '',
token: mw.user.tokens.get('editToken')
}).then(
function (data) {
000
1:0
بازگشت به مدیاویکی:Gadget-RedirectMaker.js.