Kullanıcı:Kibele/common.js: Revizyonlar arasındaki fark
Görünüm
İçerik silindi İçerik eklendi
kes yapıştır, pratik monobook :) |
Pathoschild (mesaj | katkılar) updated scripts |
||
1. satır: | 1. satır: | ||
⚫ | |||
⚫ | |||
* TemplateScript adds configurable templates and scripts to the sidebar, and adds an example regex editor. |
|||
⚫ | |||
⚫ | |||
######### |
|||
* @update-token [[File:pathoschild/templatescript.js]] |
|||
⚫ | |||
⚫ | |||
### by [[user:Pathoschild]] |
|||
⚫ | |||
### * adds a menu of user-defined, form-specific templates |
|||
$.ajax('//tools-static.wmflabs.org/meta/scripts/pathoschild.templatescript.js', { dataType:'script', cache:true }).then(function() { |
|||
⚫ | |||
⚫ | |||
######### |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
document.write('<script type="text/javascript" src="' |
|||
]); |
|||
+ 'http://meta.wikimedia.org/w/index.php?title=User:Pathoschild/Script:TemplateScript.js' |
|||
}); |
|||
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); |
|||
⚫ | |||
/* define templates */ |
|||
function define_templates() { |
|||
/* syntax: new_template('type','name','text','optional 1','optional 2','optional 3'); |
|||
see documentation |
|||
*/ |
|||
/* ### edit templates below ### */ |
|||
⚫ | |||
⚫ | |||
⚫ | |||
/* ### edit templates above ### */ |
|||
} |
|||
/* Load script */ |
|||
addOnloadHook(function() {templatescript(define_templates())}); |
|||
⚫ |
06.03, 25 Ağustos 2015 tarihindeki hâli
/**
* TemplateScript adds configurable templates and scripts to the sidebar, and adds an example regex editor.
* @see https://meta.wikimedia.org/wiki/TemplateScript
* @update-token [[File:pathoschild/templatescript.js]]
*/
// <nowiki>
$.ajax('//tools-static.wmflabs.org/meta/scripts/pathoschild.templatescript.js', { dataType:'script', cache:true }).then(function() {
pathoschild.TemplateScript.add([
{ name:'hoşgeldin', template:'{{subst:hoşgeldin}}--~~~~\n', editSummary:'Vikisöz\'e hoş geldin!' },
{ name:'düzenle', template:'{{düzenle}}\n', editSummary:'Düzenlenmesi gerekiyor' },
{ name:'uyarı', template:'{{subst:uyarı}}--~~~~\n', editSummary:'uyarıldı!' }
]);
});
// </nowiki>