Module:Probox/Default
Appearance
local m = {}
m.styles = {}
m.fields = {}
m.sections = {}
m.sections.above = false
m.sections.nav = false
m.sections.head = true
m.sections.main = true
m.sections.sub = false
m.sections.below = true
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 = "margin-bottom:1.5em;"
m.styles.section.main = "margin-bottom:1.5em;"
m.styles.section.sub = "background-color:white; margin-bottom:1.5em; padding:1.2em;"
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; margin-bottom:1.5em;"
m.styles.field.p = ""
m.styles.field.img = ""
--
-- head section
--
m.fields.image = {}
m.fields.image.vtype = "image"
m.fields.image.style = ""
m.fields.image.style2 = ""
m.fields.image.style3 = "float:right; margin-top: .25em"
m.fields.image.section = "head"
m.fields.image.width = "50px"
m.fields.image.alignment = "right"
m.fields.image.default = ""
m.fields.image.link = ""
m.fields.image.rank = 1
m.fields.title = {}
m.fields.title.vtype = "title"
m.fields.title.style = ""
m.fields.title.style2 = ""
m.fields.title.style3 = "font-size: 1.3em;"
m.fields.title.section = "head"
m.fields.title.key = ""
m.fields.title.default = "title-default"
m.fields.title.rank = 2
--
-- main section
--
m.fields.summary = {}
m.fields.summary.vtype = "text"
m.fields.summary.style = "margin-bottom: 1.2em;"
m.fields.summary.style2 = "font-size: 1.2em; color: #252525;"
m.fields.summary.style3 = "display:block;"
m.fields.summary.section = "main"
m.fields.summary.key = "summary"
m.fields.summary.default = "summary-default"
m.fields.summary.rank = 1
m.fields.contact = {}
m.fields.contact.vtype = "text"
m.fields.contact.style = "margin-bottom: 1.2em;"
m.fields.contact.style2 = "color: #252525;"
m.fields.contact.style3 = "display:block;"
m.fields.contact.section = "main"
m.fields.contact.key = "idealab-contact"
m.fields.contact.default = "idealab-contact-default"
m.fields.contact.rank = 2
--
-- below box
--
m.fields.timestamp = {}
m.fields.timestamp.vtype = "text"
m.fields.timestamp.style = "display:inline; padding-right:.5em;"
m.fields.timestamp.style2 = "padding-right:.5em;"
m.fields.timestamp.style3 = ""
m.fields.timestamp.section = "below"
m.fields.timestamp.key = "timestamp"
m.fields.timestamp.rank = 1
return m