Bureaucrats, editor, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
47,390
edits
(Created page with "-- <nowiki> -- -- Implements {{Navbox}} -- local p = {} local tnavbar = require( 'Module:Tnavbar' ) local yesno = require( 'Module:Yesno' ) local page_title = mw.title.getCurrentTitle().fullText -- -- Helper for inserting a new row into the navbox -- -- @param tbl {mw.html table} -- @return tbl {mw.html table} -- local function insertRow( tbl ) return tbl:tag( 'tr' ) end -- -- Creates the navbox table -- -- @param args {table} -- @return tbl {mw.html table} -- local f...") |
No edit summary Tag: Reverted |
||
Line 267:
--
-- Adds [[Category:Navbox templates]] to navbox template mw.pages
--
-- @return {string}
Line 286:
--
-- Adds [[Template:Navbox/doc]] to navbox template mw.pages
--
-- @param args {table}
|