Module:Team roster navbox/doc: Difference between revisions
Appearance
Content deleted Content added
first draft of documentation page |
No edit summary |
||
Line 1: | Line 1: | ||
This module is used to implement {{tlx| |
This module is used to implement {{tlx|Team roster navbox}}, a helper template used to implement the individual team roster navboxes for the [[Major League Baseball]] teams. |
||
At present, it parses any list<number> arguments to the template and replaces spaces in each list item with &nbsp; in order to prevent wrapping. It then calls Module:Navbox._navbox() to create the navbox. (Note the preprocessing done by Module::Navbox.navbox() has not been copied to this module and so is skipped.) |
At present, it parses any list<number> arguments to the template and replaces spaces in each list item with &nbsp; in order to prevent wrapping. It then calls Module:Navbox._navbox() to create the navbox. (Note the preprocessing done by Module::Navbox.navbox() has not been copied to this module and so is skipped.) |
Revision as of 23:48, 15 September 2015
This module is used to implement {{Team roster navbox}}
, a helper template used to implement the individual team roster navboxes for the Major League Baseball teams.
At present, it parses any list<number> arguments to the template and replaces spaces in each list item with in order to prevent wrapping. It then calls Module:Navbox._navbox() to create the navbox. (Note the preprocessing done by Module::Navbox.navbox() has not been copied to this module and so is skipped.)