ମିଡ଼ିଆଉଇକି:Gadget-Fill Index.js

ଉଇକିପାଠାଗାର‌ରୁ

ସୂଚନା: ବଦଳଗୁଡ଼ିକ ଦେଖିବା ପାଇଁ ଆପଣଙ୍କୁ ହୁଏତ ନିଜ ବ୍ରାଉଜର କ୍ୟାସ ବାଇପାସ କରିବାକୁ ପଡ଼ିପାରେ ।

  • Firefox / Safari: Reload ଉପରେ କ୍ଲିକ କରିବା ବେଳେ Shift ଧରି କିମ୍ବା Ctrl-F5 ବା Ctrl-R ଦବାନ୍ତୁ (Macରେ ⌘-R)
  • Google Chrome: Ctrl-Shift-R ଦବାନ୍ତୁ (Macରେ ⌘-Shift-R)
  • Internet Explorer / Edge: Refresh ଉପରେ କ୍ଲିକ କଲା ବେଳେ Ctrl ଧରି ବା Ctrl-F5 ଦବାଇ
  • Opera: Ctrl-F5 ଦବାନ୍ତୁ ।
/* Implementation of frWS Gadget-Fill Index.js [[User:Phe]]
 * https://fr.wikisource.org/wiki/MediaWiki:Gadget-Fill_Index.js
 * sets localised data (parameters, namespace for Index (106); and name of Author: ns
 * parameters are to match those utilised in [[MediaWiki:Proofreadpage index data config]]
 */

// set localised data
self.fill_index_data = {};
self.fill_index_data.ns_index_nr = 106;
self.fill_index_data.ns_author_name = 'Author';
self.fill_index_data.extract_dict = {
	'Editor'      : 'Editor',
	'Publisher'   : 'Publisher',
	'Author'      : 'Author',
	'Translator'  : 'Translator',
	'Volume'      : 'Volume',
	'Illustrator' : 'Illustrator',
	'Image page'  : 'Image',
	'Title'       : 'Title',
	'Date'        : 'Year',
	'City'        : 'Address',
	'Source'      : 'Source',
	'LCCN'        : 'LCCN'
};

// call frWS script
mw.loader.load('//fr.wikisource.org/w/index.php?title=MediaWiki:Gadget-Fill_Index.js&action=raw&ctype=text/javascript' );