Changes

Module:Documentation

194 bytes removed, 16:57, 15 January 2014
don't use messages for fmbox parameter names
-- Assemble the arguments for {{fmbox}}.
local fmargs = {}
fmargs[message('fmboxIdParam', 'string')] .id = message('fmboxId', 'string') -- Sets fmargs.id = 'documentation-meta-data' fmargs[message('fmboxImageParam', 'string')] .image = message('fmboxImageNone', 'string') -- Sets fmargs.image = 'none' fmargs[message('fmboxStyleParam', 'string')] .style = message('fmboxStyle', 'string') -- Sets fmargs.style = 'background-color: #ecfcf4' fmargs[message('fmboxTextstyleParam', 'string')] .textstyle = message('fmboxTextstyle', 'string') -- Sets fmargs.textstyle = 'font-style: italic;'
-- Assemble the fmbox text field.
Anonymous user