Rechercher des contributionsaffichermasquer
⧼contribs-top⧽
⧼contribs-date⧽
(les plus récentes | les plus anciennes) Voir ( | 50 plus anciennes) (20 | 50 | 100 | 250 | 500)

22 mars 2023

  • 14:3322 mars 2023 à 14:33 diff hist +742 N Module:Navbar/styles.cssPage créée avec « →‎{{pp|small=yes}} : .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > sp... » actuelle
  • 14:3222 mars 2023 à 14:32 diff hist +1 092 N Module:Exponential searchPage créée avec « -- This module provides a generic exponential search algorithm. requirestrict local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower, upper) return floor(lower + (upper - lower) / 2) end local function search(testFunc, i, lower, upper) if testFunc(i) then if i + 1 == upper then return i end lower = i if upper then i = midPoint(lower, upper) else i = i * 2 end return search(testFunc... » actuelle
  • 14:3222 mars 2023 à 14:32 diff hist +15 281 N Module:TableToolsPage créée avec « ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke.... » actuelle
  • 14:3122 mars 2023 à 14:31 diff hist +10 054 N Module:ArgumentsPage créée avec « -- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == '... » actuelle
  • 14:3022 mars 2023 à 14:30 diff hist +915 N Module:Navbar/configurationPage créée avec « return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizo... »
  • 14:2922 mars 2023 à 14:29 diff hist +5 276 N Module:NavbarPage créée avec « local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, fals... »
  • 14:2922 mars 2023 à 14:29 diff hist +1 796 N Module:Sidebar/configurationPage créée avec « return { i18n = { child_yes = 'yes', float_none = 'none', float_left = 'left', wrap_true = 'true', navbar_none = 'none', navbar_off = 'off', default_list_title = 'List', title_not_to_add_navbar = 'Template:Sidebar', collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists', templatestyles = 'Module:Sidebar/styles.css', hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', catego... » actuelle
  • 14:2822 mars 2023 à 14:28 diff hist +12 822 N Module:SidebarPage créée avec « require('strict') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as CS1 does ]] local function categorizeTemplatesWithInl... »
  • 14:2522 mars 2023 à 14:25 diff hist +27 N Modèle:SidebarPage créée avec « {{#invoke:Sidebar|sidebar}} » actuelle
  • 14:2522 mars 2023 à 14:25 diff hist +35 N Modèle:Sidebar with collapsible listsPage créée avec « {{#invoke: Sidebar | collapsible }} »

21 mars 2023

27 septembre 2022

30 août 2022

22 juillet 2022

(les plus récentes | les plus anciennes) Voir ( | 50 plus anciennes) (20 | 50 | 100 | 250 | 500)