operate on <span class="searchmatch">tables</span>, it is included here as it is -- useful for determining whether a given <span class="searchmatch">table</span> key is in the array part or the -- hash part of a <span class="searchmatch">table</span>....
function _index_<span class="searchmatch">table</span>_par_valeur(tab) local index = {} for key, val in pairs(tab) do <span class="searchmatch">table</span>.insert(index, key) end <span class="searchmatch">table</span>.sort(index...
aux fonctions de la librairie <span class="searchmatch">Table</span> une inteface fluide. local meta = { insert = function ( t, ... ) <span class="searchmatch">table</span>.insert( t, ... ) return...
instancier le tableau, avec new pour une nouvelle <span class="searchmatch">table</span>, avec set pour une <span class="searchmatch">table</span> existante, ou en clonant une <span class="searchmatch">table</span> existante. {{{2}}} {{{2}}} {{{2}}} Ensuite...
List of characters to keep unchanged, empty for French keep = {}, -- <span class="searchmatch">Table</span> of character transformations, meant for characters without diacritics (ligatures...
local m_bases = require("Module:bases") local m_<span class="searchmatch">table</span> = require("Module:<span class="searchmatch">table</span>") local p = {} local DIACRITICS_TITLE = 0 local VARIANTS_TITLE = 1 local...
raw<span class="searchmatch">Table</span> <span class="searchmatch">table</span> Raw parameters <span class="searchmatch">table</span>. --- @param title string Current page’s title. --- @return <span class="searchmatch">table</span> The parsed list. local function _to<span class="searchmatch">Table</span>(raw<span class="searchmatch">Table</span>,...
local m_bases = require("Module:bases") local m_<span class="searchmatch">table</span> = require("Module:<span class="searchmatch">table</span>") local m_params = require("Module:paramètres") local m_langues =...
aliasesText } <span class="searchmatch">table</span>.insert(result, m_bases.tableau_ligne(values)) end <span class="searchmatch">table</span>.insert(result, m_bases.tableau_fin()) return <span class="searchmatch">table</span>.concat(result,...
local p = {} --- @return <span class="searchmatch">table</span> local function getAliases(alias_<span class="searchmatch">table</span>) local aliases = {} for code, valeur in pairs(alias_<span class="searchmatch">table</span>) do if aliases[valeur]...