નોંધ: પાનું પ્રકાશિત કર્યા પછી, તમારે તમારા બ્રાઉઝરની કૅશ બાયપાસ કરવાની આવશ્યકતા પડી શકે છે.

  • ફાયરફોક્સ / સફારી: શીફ્ટ દબાવેલી રાખીને રિલોડ પર ક્લિક કરો, અથવા તો Ctrl-F5 કે Ctrl-R દબાવો (મેક પર ⌘-R)
  • ગુગલ ક્રોમ: Ctrl-Shift-R દબાવો (મેક પર ⌘-Shift-R)
  • ઈન્ટરનેટ એક્સપ્લોરર/એજ: 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' );