dev

Unrelated to Module:Mbox, but this provides a library for building mboxes which is used in other modules This is a meta-module for producing message box templates, including {​{mbox}}, {​{ambox}}, {​{imbox}}, {​{tmbox}}, {​{ombox}}, {​{cmbox}} and {​{fmbox}}.

Documentation

Package items

messageBox._exportClasses() (function)
Returns: (table)
messageBox.main(boxType, args, cfgTables) (function)
Parameters:
Returns: (string)
messageBox.mbox(frame) (function)
Parameter: frame (Frame)
Returns: (string)
messageBox.ambox(frame) (function)
Parameter: frame (Frame)
Returns: (string)
messageBox.cmbox(frame) (function)
Parameter: frame (Frame)
Returns: (string)
messageBox.fmbox(frame) (function)
Parameter: frame (Frame)
Returns: (string)
messageBox.imbox(frame) (function)
Parameter: frame (Frame)
Returns: (string)
messageBox.ombox(frame) (function)
Parameter: frame (Frame)
Returns: (string)
messageBox.tmbox(frame) (function)
Parameter: frame (Frame)
Returns: (string)
MessageBox.new(boxType, args, cfg) (function • static • factory)
Parameters:
Returns: (MessageBox)

See also