Module:Navbox: Difference between revisions

Ganaram inukshuk (talk | contribs)
fix subheader header row; remove all references to rswiki since theres no functional difference between its navbox and wikipedias
Ganaram inukshuk (talk | contribs)
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"] or "Navbox Title"
local title          = args["Title"]
local name            = args["name"]
local name            = args["name"]
local rows            = args["Rows"]
local rows            = args["Rows"]