Jump to content

Module:Probox/Default

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jmorgan (WMF) (talk | contribs) at 01:00, 1 May 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local m = {}

m.styles = {}
m.fields = {}

m.styles.box = {}
m.styles.box.outer = "float:right; margin: 0 0 1em 4%; min-width: 22em; width: 28%;"
m.styles.box.inner = "background-color: #f8f8f8; color: #58595B; -moz-box-shadow: 0px 2px 3px #58595B; -webkit-box-shadow: 0px 2px 3px #58595B; box-shadow: 0px 2px 3px #58595B; padding: 1em;"

m.styles.section = {}
m.styles.section.above = ""
m.styles.section.head = ""
m.styles.section.main = ""
m.styles.section.sub = ""
m.styles.section.below = ""

m.styles.field = {}
m.styles.field.h1 = "font-size: 1.3em;"
m.styles.field.h2 = "font-size: 1.2em; color: #252525;"
m.styles.field.p = m.styles.field.h2
m.styles.field.img = ""

-- m.fields.title = {}
-- m.fields.title.vtype = "text"
-- m.fields.title.style = ""
-- m.fields.title.style2 = "font-size: 1.3em;"
-- m.fields.title.section = "head"
-- m.fields.title.key = "title"
-- m.fields.title.default = "title-default"
-- m.fields.image.rank = 1

-- m.fields.image = {}
-- m.fields.image.vtype = "image"
-- m.fields.image.style = ""
-- m.fields.title.style2 = ""
-- m.fields.image.section = "head"
-- m.fields.image.default = "Noun_project_2654.svg"
-- m.fields.image.rank = 2

-- m.fields.summary = {}
-- m.fields.summary.vtype = "text"
-- m.fields.summary.style = "font-size: 1.2em; color: #252525;"
-- m.fields.summary.style2 = ""
-- m.fields.summary.section = "main"
-- m.fields.summary.key = "summary"
-- m.fields.summary.default = "summary-default"
-- m.fields.summary.rank = 1

-- m.fields.creator = {}
-- m.fields.creator.vtype = "text"
-- m.fields.creator.style = ""
-- m.fields.creator.style2 = ""
-- m.fields.creator.section = "below"
-- m.fields.creator.key = "creator"
-- m.fields.creator.rank = 1

-- m.fields.timestamp = {}
-- m.fields.timestamp.vtype = "text"
-- m.fields.timestamp.style = ""
-- m.fields.timestamp.style2 = ""
-- m.fields.timestamp.section = "below"
-- m.fields.timestamp.key = "timestamp"
-- m.fields.timestamp.rank = 2

return m