Search Results: Module:Navbar/sandbox

Sorry, the article you're looking for isn't specifically available. Here are related topics:


Module:Navbar/sandbox
Rabu, 2025-08-13 12:10:29

local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible...

Click to read more »
Module:Navbar/configuration/sandbox
Jumat, 2022-12-30 01:24:26

['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal list class ['mini'] = 'navbar-mini'...

Click to read more »
Module:Navbar/testcases
Rabu, 2023-10-11 05:33:58

= {} local n = require('Module:Navbar') local ns = require('Module:Navbar/sandbox') require('strict') --make sure no globals function p.main() local...

Click to read more »
Module:Navbar/doc
Minggu, 2025-10-12 14:17:27

This is a Lua implementation of {{Navbar}}. It is used in Module:Navbox....

Click to read more »
Module:Sandbox/Cw5/Navbar
Kamis, 2015-10-08 02:06:09

-- FOR TESTING PURPOSES ONLY -- local p = {} local getArgs function p._navbar(args) local titleArg = 1 if args.collapsible then titleArg = 2 if...

Click to read more »
Module:Sandbox/Matt Fitzpatrick/Navbar
Senin, 2015-10-12 07:02:54

local p = {} local getArgs function p._navbar(args) local titleArg = 1 if args.collapsible then titleArg = 2 if not args.plain then args.mini...

Click to read more »
Module:Sidebar/configuration/sandbox
Selasa, 2025-12-30 00:01:52

collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists', templatestyles = { sidebar = 'Module:Sidebar/sandbox/styles.css', hlist...

Click to read more »
Module:Sidebar/sandbox
Selasa, 2025-12-30 01:00:41

local function has_navbar(navbar_mode, sidebar_name) return navbar_mode ~= cfg.i18n.navbar_none and navbar_mode ~= cfg.i18n.navbar_off and ( sidebar_name...

Click to read more »
Module:Sandbox/BrandonXLF/3
Jumat, 2024-08-16 22:43:24

'child', border_none = 'none', evenodd_swap = 'swap', navbar_off = 'off', navbar_plain = 'plain', nocat_false = 'false', nowrapitems_yes =...

Click to read more »
Module:Navbar/configuration/doc
Minggu, 2025-10-12 14:16:47

Configuration used by Module:Navbar....

Click to read more »
Module:Navbox/configuration/sandbox
Kamis, 2026-05-21 17:13:12

'child', border_none = 'none', evenodd_swap = 'swap', navbar_off = 'off', navbar_plain = 'plain', nocat_false = 'false', nowrapitems_yes =...

Click to read more »
Module:Sidebar/configuration
Selasa, 2025-12-30 00:09:20

wrap_true = 'true', navbar_none = 'none', navbar_off = 'off', default_list_title = 'List', title_not_to_add_navbar = 'Template:Sidebar', ...

Click to read more »
Module:Navbox/sandbox
Kamis, 2026-05-21 17:13:41

renderNavBar(titleCell) if has_navbar() then local navbar = require('Module:Navbar')._navbar titleCell:wikitext(navbar{ [cfg.navbar.name] = args[cfg.arg...

Click to read more »
Module:Sidebar
Selasa, 2025-12-30 01:10:22

local function has_navbar(navbar_mode, sidebar_name) return navbar_mode ~= cfg.i18n.navbar_none and navbar_mode ~= cfg.i18n.navbar_off and ( sidebar_name...

Click to read more »
Module:Sandbox/Sameboat
Senin, 2015-08-31 22:05:12

function p.navbar(frame) local navbar = require('Module:Navbar').navbar local tmp = {} tmp[1] = 'asd' tmp.brackets = true return navbar(tmp) end ...

Click to read more »
Module:Navbox/div/configuration
Jumat, 2022-02-04 01:14:07

'child', border_none = 'none', evenodd_swap = 'swap', navbar_off = 'off', navbar_plain = 'plain', nocat_false = 'false', nowrapitems_yes =...

Click to read more »
Module:Sidebar/sandbox/div
Kamis, 2025-12-25 17:07:42

local function has_navbar(navbar_mode, sidebar_name) return navbar_mode ~= cfg.i18n.navbar_none and navbar_mode ~= cfg.i18n.navbar_off and ( sidebar_name...

Click to read more »
Module:Navbox/configuration
Selasa, 2026-02-24 06:40:03

'child', border_none = 'none', evenodd_swap = 'swap', navbar_off = 'off', navbar_plain = 'plain', nocat_false = 'false', nowrapitems_yes =...

Click to read more »
Module:Sandbox/Swpb/sandbox2
Sabtu, 2024-01-06 00:01:51

local function has_navbar(navbar_mode, sidebar_name) return navbar_mode ~= cfg.i18n.navbar_none and navbar_mode ~= cfg.i18n.navbar_off and ( sidebar_name...

Click to read more »
Module:Sandbox/BrandonXLF/2
Jumat, 2024-08-16 22:21:28

renderNavBar(titleCell) if has_navbar() then local navbar = require('Module:Navbar')._navbar titleCell:wikitext(navbar{ [cfg.navbar.name] = args[cfg.arg...

Click to read more »
Module:Sandbox/Sameboat/m1
Senin, 2015-08-31 20:44:25

getArgs local p = {} function p.navbar(frame) local navbar = require('Module:Navbar').navbar return navbar('asd') end p.lengthcheck = function()...

Click to read more »
Module:Sandbox/Matt Fitzpatrick/Navbox
Senin, 2015-10-12 07:47:24

implements {{Navbox}} -- local p = {} local navbar = require('Module:Sandbox/Matt Fitzpatrick/Navbar')._navbar local getArgs -- lazily initialized local...

Click to read more »
Module:Routemap/sandbox
Kamis, 2026-03-26 07:43:54

template]]' }, text = { navbar_mini = false, -- for navbar pos 2 only navbar_text = 'This diagram:', -- for navbar pos 2 only legend_text = 'Legend'...

Click to read more »
Module:Navbox
Rabu, 2026-02-25 00:16:57

renderNavBar(titleCell) if has_navbar() then local navbar = require('Module:Navbar')._navbar titleCell:wikitext(navbar{ [cfg.navbar.name] = args[cfg.arg...

Click to read more »
Module:Sandbox/Cw5/Navbox
Kamis, 2015-10-08 02:24:05

module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local...

Click to read more »
Module:Navboxes/sandbox
Jumat, 2025-10-03 01:45:25

'^%s*(.-)%s*$' ) ~= '' end local function navboxes(args, list) local navbar = (args['state'] and args['state'] == 'off') and 'off' or 'plain' local...

Click to read more »
Module:Arbcom election banner/sandbox
Rabu, 2025-07-30 13:55:11

local messageBox = require('Module:Message box') local navbarModule = require('Module:Navbar') local horizontal = require('Module:List').horizontal local...

Click to read more »
Module:Sidebar games events/sandbox
Selasa, 2025-12-30 09:49:18

next) end if args.navbar ~= 'none' and args.navbar ~= 'off' and (args.name or frame:getParent():getTitle():gsub('/sandbox$', '') ~= 'Template:Sidebar...

Click to read more »
Module:Weather box/sandbox
Selasa, 2023-12-26 08:02:35

local navbarText if not stripToNil(args.open) then if stripToNil(args.name) then local navbar = require('Module:Navbar')._navbar navbarText =...

Click to read more »
Module:Sidebar/sandbox2
Senin, 2025-02-17 18:06:55

local function has_navbar(navbar_mode, sidebar_name) return navbar_mode ~= cfg.i18n.navbar_none and navbar_mode ~= cfg.i18n.navbar_off and ( sidebar_name...

Click to read more »
Module:Sandbox/Izno/infobox-styles.css
Jumat, 2025-11-14 12:31:13

infobox-below { text-align: center; } .infobox-navbar { /* @noflip */ text-align: right; } .infobox .navbar { font-size: 100%; } .infobox-3cols-child...

Click to read more »
Module:Sandbox/Zackmann08/sometest
Senin, 2022-10-24 04:00:34

local getArgs = require('Module:Arguments').getArgs local navbar = require('Module:Navbar')._navbar local p = {} function p.hello(frame, args) if not args...

Click to read more »
Module:Sandbox/McVahl/sometest/testtable
Senin, 2020-03-23 09:21:11

maxrounds) end function pp.header(root,args,labels,maxrounds,navbar,team_list,firstround) local row = root:tag('tr') row:tag('th') :css('white-space'...

Click to read more »
Module:Sandbox/Frostly
Sabtu, 2023-10-21 05:11:11

local messageBox = require('Module:Message box') local navbarModule = require('Module:Navbar') local p = {} -- Get constants. local lang = mw.language...

Click to read more »
Module:MLB standings/sandbox
Sabtu, 2024-09-07 07:25:40

local mlbData = mw.loadData('Module:MLB standings/data') local Navbar = require('Module:Navbar') -- -- defaultOutputForInput: table mapping from input format...

Click to read more »
Module:Sandbox/paddyjoy
Rabu, 2022-07-13 20:21:00

template]]' }, text = { navbar_mini = false, -- for navbar pos 2 only navbar_text = 'This diagram:', -- for navbar pos 2 only legend_text = 'Legend'...

Click to read more »
Module:Sandbox/Rich Farmbrough/Edit filter board archives
Rabu, 2020-09-16 05:02:40

-- The navbar needs to be preprocessed before it can be put into -- mw.ustring.format. local navbar = frame:preprocess( "{{navbar|Template:Edit...

Click to read more »
Module:Sandbox/Soccer Tees
Senin, 2024-03-25 19:06:58

local mlbData = mw.loadData('Module:MLB standings/data') local Navbar = require('Module:Navbar') local defaultOutputForInput = { default = 'default'...

Click to read more »
Module:Sidebar games events
Selasa, 2025-12-30 09:50:48

next) end if args.navbar ~= 'none' and args.navbar ~= 'off' and (args.name or frame:getParent():getTitle():gsub('/sandbox$', '') ~= 'Template:Sidebar...

Click to read more »
Module:Navbox/div
Jumat, 2022-02-04 01:03:51

local p = {} local navbar = require('Module:Navbar')._navbar local cfg = mw.loadData('Module:Navbox/div/configuration') local getArgs -- lazily initialized...

Click to read more »
Module:Sandbox/B2project/NHL Standings
Selasa, 2016-08-02 08:18:01

loadData('Module:Sandbox/B2project/NHL Standings/data') else nhlData = require('Module:Sandbox/B2project/NHL Standings/data') end local Navbar = require('Module:Navbar')...

Click to read more »
Module:Sports rbr table/sandbox
Senin, 2026-03-23 05:18:44

end local navbar = '' if args['template_name'] then navbar = '<br />' .. frame:expandTemplate{ title = 'navbar', args = { mini=1, style=''...

Click to read more »
Module:Infobox/sandbox
Senin, 2026-06-08 01:11:32

:attr('colspan', '2') :addClass('infobox-navbar') :wikitext(require('Module:Navbar')._navbar{ args.name, mini = 1, }) end local...

Click to read more »
Module:Weather box
Selasa, 2025-03-04 11:41:01

local navbarText if not stripToNil(args.open) then if stripToNil(args.name) then local navbar = require('Module:Navbar')._navbar navbarText =...

Click to read more »
Module:Navbox/sandbox/styles.css
Rabu, 2026-04-01 17:50:31

hlist ul { padding: 0.125em 0; } .navbox .navbar { display: block; font-size: 100%; } .navbox-title .navbar { /* @noflip */ float: left; /* @noflip...

Click to read more »
Module:Service award progress/sandbox
Senin, 2025-04-28 19:47:43

local navbar = require('Module:Navbar')._navbar local mm = require('Module:Math') local p = {} local function stripToNil(text) -- If text is a string...

Click to read more »
Module:Year in various calendars/doc
Kamis, 2023-12-28 21:57:18

footnotes section at the bottom of the sidebar. navbar - sets the page name to be used by the navbar. Calendar box objects have the following properties:...

Click to read more »
Module:Tabular data/sandbox
Kamis, 2021-07-01 15:55:32

local p = {} local lang = mw.getContentLanguage() local navbar = require("Module:Navbar") local messages = { ["true"] = "Yes", ["false"] = "No", null...

Click to read more »
Module:Arbcom election banner/doc
Jumat, 2024-08-30 03:15:04

parameter. name - The name of the template. This is needed to make the navbar work properly. Defaults to ACEYYYY. electionpage - The main page for the...

Click to read more »
Module:Sandbox/XanonymusX/Navbox
Kamis, 2020-07-30 16:45:59

module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local...

Click to read more »
Module:World topic/sandbox
Minggu, 2023-07-09 02:04:46

navarguments = { name = args.name or "World topic", state = state, navbar = args.navbar or "Tnavbar", border = args.border, title = title, image =...

Click to read more »
Module:Military navigation/sandbox
Sabtu, 2021-11-27 07:37:35

pargs['name']) or pargs['rawname'] if isblank(args['name']) then args['navbar'] = 'plain' end sargs['name'] = 1 sargs['rawname'] = 1 -- copy the...

Click to read more »
Module:Sandbox/genewiki/generefbox
Rabu, 2016-05-25 13:34:14

local p = { } local navbar = require('Module:Navbar')._navbar local infobox = require('Module:Infobox3cols').infobox local infoboxImage =...

Click to read more »
Module:Sandbox/Jarble/World topics
Minggu, 2019-11-17 11:35:37

navarguments = { name = args.name or "World topic", state = state, navbar = args.navbar or "Tnavbar", border = args.border, title = title, image =...

Click to read more »
Module:Infobox3cols/sandbox
Senin, 2026-05-25 12:16:45

:attr('colspan', '4') :addClass('infobox-navbar') :wikitext(require('Module:Navbar')._navbar{ args.name, mini = 1, }) end local...

Click to read more »
Module:Sandbox/Hike395/WWF ecoregions
Rabu, 2024-07-17 22:30:35

{title=biomeTitle(foundBiome), state=args.state or 'autocollapse', listclass='hlist', navbar='plain', titlestyle='background: lightgreen', list1=list} return...

Click to read more »
Module:Article stub box/sandbox
Senin, 2026-03-23 03:12:33

:done() ) :allDone() :node(args.name and require'Module:Navbar'._navbar{ args.name, mini = 'yes', } ) --[[ Stub categories...

Click to read more »
Module:Routemap/doc
Minggu, 2023-07-30 03:03:35

templates. For usage instructions, see the respective templates' pages. For sandbox test results, see Template:Routemap/testcases (purged) and Template:BSsplit/testcases...

Click to read more »
Module:Infobox/sandbox/styles.css
Senin, 2026-06-08 01:09:43

color:inherit; } .infobox-3cols-child { margin: -3px; } .infobox .navbar { font-size: 100%; } .infobox-hiddenrow { display: none; } /* Dark...

Click to read more »
Module:Sandbox/isaacl/NHL standings
Senin, 2014-08-11 07:08:45

require('Module:Sandbox/isaacl/NHL standings/2013 2014 NHL info') end local Navbar = require('Module:Navbar') local config = { } config.inputFormat = '2005-2006-rules'...

Click to read more »
Module:Arbcom election banner/sandbox/doc
Selasa, 2021-09-21 08:56:56

denoted by YYYY. name - The name of the template. This is needed to make the navbar work properly. Defaults to ACEYYYY. nomstart - The date that nominations...

Click to read more »
Module:Sidebar/sandbox/styles.css
Jumat, 2024-05-17 06:34:35

border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; } .sidebar-navbar { text-align: right; font-size: 115%; padding: 0 0.4em 0.4em; } .sidebar-list-title...

Click to read more »
Module:Sports table/sandbox
Senin, 2025-12-08 22:55:27

VTE_text = '' if (template_name ~= '') then VTE_text = require('Module:Navbar')._navbar({ template_name, mini=1, style='float:right', brackets=1...

Click to read more »
Module:Taxonbar/sandbox
Rabu, 2025-12-17 19:42:44

rowCount >= 4 then navboxParams['navbar'] = 'plain' else navboxParams['state'] = 'off' navboxParams['navbar'] = 'off' end elseif parentArgs['noTitle'...

Click to read more »
Module:Sandbox/Alexiscoutinho
Rabu, 2025-12-10 01:48:05

return outString end function p._chart(args) local navbar = require('Module:Navbar')._navbar local barargs = {} local function _numwidth(p) local...

Click to read more »
Module:Sports table
Senin, 2025-12-08 23:02:04

VTE_text = '' if (template_name ~= '') then VTE_text = require('Module:Navbar')._navbar({ template_name, mini=1, style='float:right', brackets=1...

Click to read more »
Module:Medical cases chart/sandbox
Kamis, 2025-09-04 21:12:04

'') .. location .. i18n._medicalCasesChart local navbar = require('Module:Navbar')._navbar title[1] = (args.pretitle and args.pretitle .. ' ' or...

Click to read more »
Module:Sports table/doc
Rabu, 2024-08-21 11:16:26

module is used extensively, so test potential changes rigorously in the sandbox and please ensure consensus exists before implementing major changes. The...

Click to read more »
Module:Navbox timeline/sandbox
Jumat, 2022-10-21 17:05:02

navbox local passthrough = { 'name', 'title', 'above', 'below', 'state', 'navbar', 'border', 'image', 'imageleft', 'style', 'bodystyle', 'style', 'bodystyle'...

Click to read more »
Module:Sidebar games events/sandbox/styles.css
Jumat, 2025-10-10 01:23:24

sidebar-games-events-next::after { content: "\00a0→"; /* nbsp */ } .sidebar-games-events-navbar { text-align: right; font-size: 115%; padding-top: 0; border-top: solid...

Click to read more »
Module:Sports roster/sandbox
Sabtu, 2023-04-08 06:46:41

:wikitext((above and args['template_name'] and frame:expandTemplate{title='navbar-header', args={ stylelinks(above,abovestyle), args['template_name']...

Click to read more »
Module:Sports results/sandbox
Selasa, 2024-10-08 21:39:12

local edit_links = template_name == '' and '' or require('Module:Navbar')._navbar({ template_name, mini=1, style='float:right' }) -- Get...

Click to read more »
Module:Authority control/sandbox
Kamis, 2026-06-04 00:40:21

bodyclass = 'hlist', state = args.state or config.i18n.autocollapse, navbar = 'off' } for c = 1, numsections+#qids do if #sections[c]>0 then --...

Click to read more »
Module:Canada by province category navigation/sandbox
Kamis, 2024-08-22 00:49:29

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Medical cases chart/doc
Minggu, 2024-07-14 22:58:46

following other modules: Module:Medical cases chart/i18n Module:Bar (sandbox) Module:Navbar (sandbox) Module:Arguments (sandbox) Module:Yesno (sandbox)...

Click to read more »
Module:Taxonbar
Minggu, 2025-12-14 22:45:10

rowCount >= 4 then navboxParams['navbar'] = 'plain' else navboxParams['state'] = 'off' navboxParams['navbar'] = 'off' end elseif parentArgs['noTitle'...

Click to read more »
Module:Sandbox/I Am Andumé
Rabu, 2025-01-29 23:22:27

:done() ) :allDone() :node(args.name and require'Module:Navbar'._navbar{ args.name, mini = 'yes', } ) --[[ Stub categories...

Click to read more »
Module:Sidebar/doc
Sabtu, 2025-12-27 11:44:02

This module depends on the following other modules: Module:Sidebar/configuration (sandbox) Module:Navbar (sandbox) Module:Arguments (sandbox)...

Click to read more »
Module:Infobox/doc
Sabtu, 2025-12-13 13:30:43

This module depends on the following other modules: Module:Italic title (sandbox) Module:Navbar (sandbox) Module:Yesno (sandbox)...

Click to read more »
Module:Navbox/doc
Selasa, 2026-02-24 21:55:56

modules: Module:Navbox/configuration (sandbox) Module:Navbar (sandbox) Module:Color contrast (sandbox) Module:Arguments (sandbox) Module:TableTools (sandbox)...

Click to read more »
Module:Sidebar games events/doc
Selasa, 2025-12-30 09:41:25

This module depends on the following other modules: Module:Navbar (sandbox) Module:Arguments (sandbox)...

Click to read more »
Module:Article stub box/doc
Rabu, 2026-01-14 20:54:14

stubtree (sandbox) Module:Navbar (sandbox) Module:Message box (sandbox) Module:Documentation (sandbox) Module:Buffer (sandbox) Module:Arguments (sandbox)...

Click to read more »
Module:Infobox3cols/doc
Jumat, 2025-02-28 22:21:14

This module depends on the following other modules: Module:Navbar (sandbox) Module:Italic title (sandbox) Module:Check for unknown parameters (sandbox)...

Click to read more »
Module:Sandbox/Jmorgan (WMF)/Grants navbar
Selasa, 2014-03-04 02:36:40

local p = {} function p.hello(frame) local arg2 = frame.args[2] or "green" return 'Hello, my ' .. frame.args[1] .. ' is ' .. arg2 end return p...

Click to read more »
Module:Switzerland by canton category navigation/sandbox
Kamis, 2025-11-20 06:55:52

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Sandbox/Spikeem/CricketTable
Senin, 2022-10-24 04:15:44

frame:getParent():getTitle())) then VTE_text = frame:expandTemplate{ title = 'navbar', args = { mini=1, style='float:right', brackets=1, Args['template_name']...

Click to read more »
Module:Sandbox/AlphaZeta/test2
Kamis, 2015-01-08 03:20:56

:wikitext(mw.getCurrentFrame():expandTemplate({ title = 'navbar', args = { args.name, mini = 1 } }))...

Click to read more »
Module:Navbox or wikitable/doc
Rabu, 2025-05-28 02:02:45

module depends on the following other modules: Module:Navbox (sandbox) Module:Navbox/configuration (sandbox) Module:Navbar (sandbox) Module:Yesno (sandbox)...

Click to read more »
Module:Sandbox/alphaZeta/test1
Minggu, 2013-12-15 09:45:29

wikitext(mw.getCurrentFrame():expandTemplate({ title = 'navbar', args = { args.name, mini = 1 } }))...

Click to read more »
Module:Sports results/doc
Rabu, 2024-08-21 11:16:50

module is used extensively, so test potential changes rigorously in the sandbox and please ensure consensus exists before implementing major changes. Also...

Click to read more »
Module:Sandbox/B2project/Standings table
Senin, 2022-10-24 04:15:04

if template_name~='' then VTE_text = frame:expandTemplate{ title = 'navbar', args = { mini=1, style='float:right', template_name} } end -- Write...

Click to read more »
Module:Sandbox/Cw5/Infobox
Kamis, 2018-03-29 02:54:10

:wikitext(mw.getCurrentFrame():expandTemplate({ title = 'navbar', args = { args.name, mini = 1 } }))...

Click to read more »
Module:Canada by province category navigation
Kamis, 2024-08-22 02:38:54

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Sandbox/genewiki/alllua
Selasa, 2017-04-18 12:53:47

local p = { } local navbar = require('Module:Navbar')._navbar local infobox = require('Module:Infobox3cols').infobox local infoboxImage =...

Click to read more »
Module:Graphical timeline/sandbox
Jumat, 2025-10-10 11:13:11

container:css("text-align","right") container:wikitext(frame:expandTemplate{title="Navbar",args={"Template:"..args["link-to"]}}) end -- ================== -- TIME...

Click to read more »
Module:Sandbox/genewiki/testdislua
Selasa, 2025-07-15 12:00:39

local p = { } local navbar = require('Module:Navbar')._navbar local infobox = require('Module:Infobox3cols').infobox local infoboxImage =...

Click to read more »
Module:Austria by state category navigation
Jumat, 2026-01-02 00:58:15

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Germany by state category navigation
Minggu, 2025-12-14 01:00:35

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Senegal by region category navigation
Jumat, 2026-01-02 01:23:45

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Spain by autonomous community category navigation
Jumat, 2026-01-02 01:27:02

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Portugal by district category navigation
Jumat, 2026-01-02 01:21:18

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Turkey by province category navigation
Jumat, 2026-01-02 01:29:10

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Sweden by county category navigation
Rabu, 2025-12-17 06:05:27

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Norway by county category navigation
Jumat, 2026-01-02 01:17:32

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Netherlands by province category navigation
Jumat, 2026-01-02 01:15:59

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Switzerland by canton category navigation
Jumat, 2026-01-02 01:28:06

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:France by region category navigation
Senin, 2026-03-23 05:30:05

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Finland by region category navigation
Jumat, 2026-01-02 01:01:23

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Indonesia by province category navigation
Jumat, 2026-01-02 01:11:00

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:South Africa by province category navigation
Jumat, 2026-01-02 01:25:26

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Nigeria by state category navigation
Jumat, 2026-01-02 01:16:35

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Greece by administrative division category navigation
Jumat, 2026-01-02 01:08:23

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Bulgaria by province category navigation
Jumat, 2026-01-02 01:00:51

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Belgium by province category navigation
Sabtu, 2025-12-27 00:51:42

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Sandbox/genewiki/infobox gene dev
Jumat, 2017-05-26 04:56:08

local p = { } local navbar = require('Module:Navbar')._navbar local infobox = require('Module:Infobox3cols').infobox local infoboxImage =...

Click to read more »
Module:Brazil by state category navigation
Jumat, 2026-01-02 00:58:55

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:France by department category navigation
Kamis, 2026-03-26 13:45:32

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »
Module:Sandbox/Hike395/Graphical timeline
Minggu, 2021-05-02 00:19:23

link_to:css("right","0em") end link_to:wikitext(frame:expandTemplate{title="Navbar",args={"Template:"..args["link-to"]}}) end -- ================== -- TIME...

Click to read more »
Module:Russia by federal subject category navigation
Senin, 2026-03-23 02:31:31

. greyLinkCount .. "]") if (blueLinkCount <= 1) then -- This is a navbar to nowhere, so suppress display myNavTable = "" debugLog(1, "Zero bluelinks...

Click to read more »