Kullanıcı:Nerval/user.js: Revizyonlar arasındaki fark
Görünüm
İçerik silindi İçerik eklendi
Pathoschild (mesaj | katkılar) TemplateScript 0.5 => 0.9 |
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]] |
|||
*/ |
|||
// <nowiki> |
// <nowiki> |
||
$.ajax('//tools-static.wmflabs.org/meta/scripts/pathoschild.templatescript.js', { dataType:'script', cache:true }).then(function() { |
|||
/********* |
|||
⚫ | |||
⚫ | |||
*********/ |
|||
$.getScript('//meta.wikimedia.org/w/index.php?title=User:Pathoschild/Scripts/TemplateScript/dev.js&action=raw&ctype=text/javascript', function () { |
|||
⚫ | |||
{ name:'hoş geldin', template:'{{subst:hoş geldin}}\n', editSummary:'Vikipedi\'ye hoş geldin!', forActions:'edit' }, |
{ name:'hoş geldin', template:'{{subst:hoş geldin}}\n', editSummary:'Vikipedi\'ye hoş geldin!', forActions:'edit' }, |
||
{ name:'düzenle', template:'{{düzenle|{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}}}\n', editSummary:'Düzenlenmesi gerekiyor', forActions:'edit' }, |
{ name:'düzenle', template:'{{düzenle|{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}}}\n', editSummary:'Düzenlenmesi gerekiyor', forActions:'edit' }, |
||
23. satır: | 25. satır: | ||
]); |
]); |
||
}); |
}); |
||
// </nowiki> |
Sayfanın 04.34, 18 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:'Vikipedi\'ye hoş geldin!', forActions:'edit' },
{ name:'düzenle', template:'{{düzenle|{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}}}\n', editSummary:'Düzenlenmesi gerekiyor', forActions:'edit' },
{ name:'taslak', template:'{{taslak}}\n', editSummary:'[[:Kategori:Taslak şablonları|Taslak şablonu]] eklendi', forActions:'edit' },
{ name:'telifihlal', template:'{{telifihlal|adres=}}\n', editSummary:'[[Vikipedi:Telif hakları|Muhtemel telif ihlali]]', forActions:'edit' },
{ name:'kullanıcı vandal', template:'{{subst:Vandal-olma}}\n', editSummary:'Vikipedi sayfalarına zarar vermeyin', forActions:'edit', category:'*Uyarı*' },
{ name:'G1-anlamsız', template:'{{sil|[[VP:HS#Genel|Genel 1 - Hiçbir anlam ifade etmeyen yazı]]}}\n', editSummary:'Sil - [[VP:HS#Genel|Genel 1]]', forActions:'edit', category:'*Sil*' },
{ name:'G2-deneme', template:'{{sil|[[VP:HS#Genel|Genel 2 - Deneme]]}}\n', editSummary:'Sil - [[VP:HS#Genel|Genel 2]]', forActions:'edit', category:'*Sil*' },
{ name:'G3-vandalizm', template:'{{sil|[[VP:HS#Genel|Genel 3 - Vandalizm]]}}\n', editSummary:'Sil - [[VP:HS#Genel|Genel 3]]', forActions:'edit', category:'*Sil*' },
{ name:'G4-silinmiş içerik', template:'{{sil|[[VP:HS#Genel|Genel 4 - Daha önce silinmiş içeriğin büyük ölçüde aynısı]]}}\n', editSummary:'Sil - [[VP:HS#Genel|Genel 4]]', forActions:'edit', category:'*Sil*' },
{ name:'G6-yazar talebi', template:'{{sil|[[VP:HS#Genel|Genel 6 - Kullanıcı talebi]]}}\n', editSummary:'Sil - [[VP:HS#Genel|Genel 6]]', forActions:'edit', category:'*Sil*' },
{ name:'G7-tartışma', template:'{{sil|[[VP:HS#Genel|Genel 7 - Silinmiş maddenin tartışması]]}}\n', editSummary:'Sil - [[VP:HS#Genel|Genel 7]]', forActions:'edit', category:'*Sil*' },
{ name:'G9-telif ihlali', template:'{{sil|[[VP:HS#Genel|Genel 9 - Telif ihlali]]}}\n', editSummary:'Sil - [[VP:HS#Genel|Genel 9]]', forActions:'edit', category:'*Sil*' },
{ name:'G10-saldırı', template:'{{sil|[[VP:HS#Genel|Genel 10 - Saldırı]]}}\n', editSummary:'Sil - [[VP:HS#Genel|Genel 10]]', forActions:'edit', category:'*Sil*' },
{ name:'G11-reklam', template:'{{sil|[[VP:HS#Genel|Genel 11 - Reklam]]}}\n', editSummary:'Sil - [[VP:HS#Genel|Genel 11]]', forActions:'edit', category:'*Sil*' }
]);
});
// </nowiki>