×
Create a new article
Write your page title here:
We currently have 230 articles on Farthest Frontier. Type your article name above or create one of the articles listed here!



    Farthest Frontier

    Module:Navbox: Difference between revisions

    Content deleted Content added
    Created page with "local p = {} local navbar = require('Module:Navbar')._navbar local cfg = mw.loadData('Module:Navbox/configuration') local getArgs -- lazily initialized local args local format = string.format local function striped(wikitext, border) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navboxes are flagged with a category that is removed -- by parent navboxes. The result is that the category shows all pages -- where a child navbox is no..."
     
    Testing out disable of nomobile
    Line 412: Line 412:
    return mw.html.create('div')
    return mw.html.create('div')
    :addClass(cfg.class.navbox_styles)
    :addClass(cfg.class.navbox_styles)
    :addClass(cfg.class.nomobile)
    --:addClass(cfg.class.nomobile)
    :wikitext(base_templatestyles .. templatestyles .. child_templatestyles)
    :wikitext(base_templatestyles .. templatestyles .. child_templatestyles)
    :done()
    :done()
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.