Module:Spoken Justapedia/configuration

From Justapedia, unleashing the power of collective wisdom
Jump to navigation Jump to search
return {
	templatestyles = 'Module:Spoken Justapedia/styles.css',
	i18n = {
		this_article = 'this article',
		this_page = 'this page',
		minute = 'minute',
		minutes = 'minutes',
		hour = 'hour',
		hours = 'hours',
		listento = 'Listen to %s',
		one_file_disclaimer = '[[:File:%s|This audio file]] was created from a revision of %s dated %s, and does not reflect subsequent edits.',
		-- first %s in n_files_disclaimer is a dummy
		n_files_disclaimer = '%sThese audio files were created from a revision of %s dated %s, and do not reflect subsequent edits.',
		one_file_length = ' (%s)',
		n_files_length = '<br/>(%s&nbsp;parts, %s)',
		one_file = '[[File:%s|noicon|200px|center]]',
		n_files = '\n# [[File:%s|Part %d]]',
		topicon_multiwikilink = 'Justapedia:WikiProject Spoken Justapedia',
		icon = '[[File:Sound-icon.svg|45px|alt=Spoken Justapedia icon|link=|Spoken Justapedia]]',
		footer = '([[Project:Media help|Audio help]]&nbsp;· [[Project:Spoken articles|More spoken articles]])',
		err = {
			no_filename = 'Error: no filename provided',
			no_date = 'Error: no date provided'
		},
		cat = {
			no_filename = '[[Category:Spoken Justapedia without file]]',
			no_date = '[[Category:Spoken Justapedia without date]]',
			articles = '[[Category:Articles with hAudio microformats]][[Category:Spoken articles]]'
		},
		class = {
			err = 'error',
			box = 'spoken-justapedia sisterproject noprint haudio',
			header = 'spoken-justapedia-header',
			listento = 'spoken-justapedia-listen-to',
			icon = 'spoken-justapedia-icon',
			files = 'spoken-justapedia-files',
			disclaimer = 'spoken-justapedia-disclaimer',
			footer = 'spoken-justapedia-footer'
		}
	}
}