Asani: Bayan wallafawa, zaku yi juyar da cache na browser din ku dan ganin sauye-sauye.

  • Firefox / Safari: Rike Shift asanda kuke danna Reload, ko danna kodai Ctrl-F5 ko kuma Ctrl-R (⌘-R akan Mac)
  • Google Chrome: Danna Ctrl-Shift-R (⌘-Shift-R akan Mac)
  • Internet Explorer / Edge: Rike Ctrl asanda kuke danna Refresh, ko latsa Ctrl-F5
  • Opera: Danna Ctrl-F5.
/**
 * Citation templates generator in editor
 *
 * @author Mike "Hołek" Połtyn
 */
 
wgCiteGenLangHash={
		'ha': {
				'cite-gen-label': 'Generate reference templates',
				'cite-gen-description': 'Type in your source (book\'s ISBN, PMID, web address) in the field below and click "Generate reference." After a while you will get a filled reference template to put in an article. <strong>Remember to check all the fields before putting a generated template into the article; small errors may occur.</strong>',
				'source': 'Source',
				'generate-template': 'Generate reference',
				'generated-template': 'Your reference:',
				'no-results': 'No results for this reference. Try another reference'
		},
		'pl': {
				'cite-gen-label': 'Generuj przypis',
				'cite-gen-description': 'Wpisz w poniższym polu swoje źródło (np. ISBN książki, PMID publikacji, adres WWW) i kliknij "Stwórz przypis", a po chwili otrzymasz wypełniony szablon cytowania do umieszczenia w artykule. <strong>Pamiętaj, aby sprawdzić szablon pod względem umieszczonych w nim informacji. To narzędzie służy do pomocy we wstawianiu źródeł, nie do bezmyślnego kopiuj/wklej.</strong>',
				'source': 'Źródło',
				'generate-template': 'Stwórz przypis',
				'generated-template': 'Twój przypis:',
				'no-results': 'Brak rezultatów dla podanego kryterium.'
		}
};
if (typeof wgCiteGenLangHash[wgContentLanguage] === 'undefined') {
	wgCiteGenLang = wgCiteGenLangHash['ha'];
} else {
	wgCiteGenLang = wgCiteGenLangHash[wgContentLanguage];
}