Module:Infobox Wikidata/Style

From Wikidata
Jump to navigation Jump to search
Lua
CodeDiscussionLinksLink count SubpagesDocumentationTestsResultsSandboxLive code All modules

Documentation for this module may be created at Module:Infobox Wikidata/Style/doc

Code

return {

['div'] = {
	['padding'] = '5px',
	['width'] = '25em',
 	['background'] = '#F9F9F9',
 	['border'] = '1px solid #AAA',
 	['clear'] = 'right',
 	['float'] = 'right',
 	['font-size'] = '0.9em',
 	['line-height'] = '1.4em',
 	['margin'] = '0 0 0.5em 1em',
 	['max-width'] = '325px',
 	['word-wrap'] = 'break-word',
 	},
['entete'] = {
	['font-weight'] = 'bold',
	['text-align'] = 'center',
	['font-size'] = '1.4em',
	['line-height'] = '1.1em',
	['margin'] = '0 0 10px 0 !important',
	['padding'] = '3px 0',
	['background-color'] = '#DFEDFF',
	['border'] = '2px solid #DFEDFF',
},
['row'] = {
	['text-align'] = 'left',
},
['rowlabel'] = { -- the label of a row
	['vertical-align'] = 'top',
},
['rowvalue']= { -- the non-label part of a row
},
['tabletitle'] = {
	['font-weight'] = 'bold',
	['text-align'] = 'center',
	['background-color'] = '#DFEDFF',
}
}