MediaWiki:RefToolbarMessages-en.js: Difference between revisions

no edit summary
(Created page with "// All user-facing messages // TODO: Document usage if(typeof mw.usability !== 'undefined') { mw.usability.addMessages( { 'cite-section-label' : 'Cite', 'cite-template-list' : 'Templates', 'cite-named-refs-label' : 'Named references', 'cite-named-refs-title' : 'Insert a named reference', 'cite-named-refs-button' : 'Named references', 'cite-named-refs-dropdown' : 'Named references', // Used on the top of the named refs list dropdown 'cite-errorcheck-label' : 'Error check...")
 
No edit summary
 
Line 29: Line 29:
'cite-error-unclosed' : 'Unclosed <span style="font-family:monospace">&lt;ref&gt;</span> tags',
'cite-error-unclosed' : 'Unclosed <span style="font-family:monospace">&lt;ref&gt;</span> tags',
'cite-error-samecontent' : 'References with the same content',
'cite-error-samecontent' : 'References with the same content',
'cite-error-templates' : 'References not using a <a href="//en.bharatpedia.org.in/wiki/Bharatpedia:Citation_templates">citation template</a>',
'cite-error-templates' : 'References not using a <a href="//en.bharatpedia.org/wiki/Bharatpedia:Citation_templates">citation template</a>',
'cite-error-repeated' : 'Multiple references with the same name',
'cite-error-repeated' : 'Multiple references with the same name',
'cite-error-undef' : 'Usage of undefined named references',
'cite-error-undef' : 'Usage of undefined named references',
Line 116: Line 116:


// Load configuration for site
// Load configuration for site
var RefToolbarLocal = mw.loader.load('/index.php?title=MediaWiki:RefToolbarConfig.js&action=raw&ctype=text/javascript');
var RefToolbarLocal = mw.loader.load('/w/index.php?title=MediaWiki:RefToolbarConfig.js&action=raw&ctype=text/javascript');
}
}