Module:Navbox: Difference between revisions
fix subheader header row; remove all references to rswiki since theres no functional difference between its navbox and wikipedias |
m remove default title |
||
| Line 86: | Line 86: | ||
-- Navbox to be called by other modules; also called by wrapper function | -- Navbox to be called by other modules; also called by wrapper function | ||
function p._navbox(args) | function p._navbox(args) | ||
local title = args["Title"] | local title = args["Title"] | ||
local name = args["name"] | local name = args["name"] | ||
local rows = args["Rows"] | local rows = args["Rows"] | ||