Module:POTY/config/2014

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Lua
CodeDiscussionEditHistoryLinksLink count Subpages:DocumentationTestsResultsSandboxLive code All modules

Documentation for this module may be created at Module:POTY/config/2014/doc

Code

local font = require('Module:POTY/font');

return {
	candidateListing = 'Commons:Picture of the Year/2014/Candidates',
	headerTemplate = '{{autotranslate|base=POTY2014/header}}',
	galleryHeadingStyle = 'font-family:' .. (font.checkIfFontSupportsLanguage('PlayfairDisplaySC-Regular') and 'PlayfairDisplaySC-Regular,Playfair Display SC,' or '') .. 'sans-serif; text-align:center; font-size:220%; line-height:100%; border:none; overflow:visible; margin-top: 0.3em'
}