MediaWiki:Gadget-ProveIt.js: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
Sophivorus (bicara | kontrib) Update docs |
|||
(4 revisi perantara oleh pengguna yang sama tidak ditampilkan) | |||
Baris 1:
/**
* ProveIt is a
* Documentation at https://
*
* and then loads the ProveIt code directly from MediaWiki.org
▲ * and some configuration options specific to this wiki
*/
'Citation',
'Cite arXiv',
'Cite AV media',
'Cite bioRxiv',
'Cite comic',
'Cite episode',
'Cite interview',
'Cite magazine',
'Cite news',
'Cite paper',
'Cite press release',
'Cite sign',
'Cite speech',
'Cite thesis',
'Cite tweet',
'Cite video',
'Cite video game',
'proveit-namespaces': [ // Supported namespaces (see https://www.mediawiki.org/wiki/Manual:Namespace_constants)
0, // Main namespace
2, // User namespace
});▼
}▼
// Only load
mw.hook( 'wikipage.editform' ).add( loadProveIt );
mw.hook( 've.activationComplete' ).add( loadProveIt );
▲ $( function () {
▲ mw.config.set({
▲ 'proveit-tag': 'suntingan ProveIt', // Revision tag created at Special:Tags
▲ 'proveit-summary': 'Referensi disunting menggunakan ProveIt', // Automatic edit summary
▲ 'proveit-templates': [ // These templates should have their TemplateData defined
▲ 'Templat:Cite book',
▲ 'Templat:Cite encyclopedia',
▲ 'Templat:Cite journal',
▲ 'Templat:Cite report',
▲ 'Templat:Cite web'
▲ ]
▲ mw.loader.load( '//commons.wikimedia.org/w/load.php?modules=ext.gadget.ProveIt&only=scripts' );
▲ mw.loader.load( '//commons.wikimedia.org/w/load.php?modules=ext.gadget.ProveIt&only=styles', 'text/css' );
▲ }
▲ }
▲}
|