User:Mpaa/works.js

From Wikisource
Jump to navigation Jump to search
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Cmd-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (Cmd-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences

For details and instructions about other browsers, see Wikipedia:Bypass your cache.

var pagenum = parseInt((mw.config.get('wgTitle').match(/\.djvu\/([0-9]+)/) || {})[1], 10);

var specialFormats = [
	// add as many as you like...
	// format is ["url to match", "verso header", "recto header", "footer if no ref", "footer if ref"]
	[
		"Page:Popular_Science_Monthly_Volume_42.djvu/",
		"{{running header|left=|center=''THE POPULAR SCIENCE MONTHLY.''}}",
		"{{running header|center=''''|right=}}",
		"",
		""
	],
	[
		"Page:Popular_Science_Monthly_Volume_68.djvu/",
		"{{running header|left=|center=''POPULAR SCIENCE MONTHLY''}}",
		"{{running header|center=''''|right=}}",
		"",
		""
	],
	[
		"Page:Popular_Science_Monthly_Volume_",
		"{{running header|left=|center=''THE POPULAR SCIENCE MONTHLY.''}}",
		"{{running header|center=''''|right=}}",
		"",
		""
	],
	[
		"Page:Austen_Sanditon_and_other_miscellanea.djvu/",
		"{{running header|left=|center=THE WATSONS}}",
		"{{running header|center=THE WATSONS|right=}}",
		"",
		""
	],
	[
		"Page:Tales of two countries.djvu/",
		"{{rh||TALES OF TWO COUNTRIES.|}}",
		"{{rh|||}}",
		"",
		""
	]
]

var specialFormats_1 = [
	// add as many as you like...
	// format is ["url to match", "verso header", "recto header", "footer if no ref", "footer if ref"]
	[
		"Page:Freud_-_Reflections_on_war_and_death.djvu/",
		"{{running header|left=|center={{larger|REFLECTIONS ON}}}}",
		"{{running header|center={{larger|WAR AND DEATH}}|right=}}",
		"",
		""
	],
	[
		"Page:The_Way_of_the_Cross",
		"{{running header|left=" + (pagenum - 16) + "|center={{larger|The Way of the Cross}}}}",
		"{{running header|center={{larger|Along the Kief Road}}|right=" + (pagenum - 16) + "}}",
		"",
		"{{block center|{{smallrefs}}}}\n"
	]
]