This module needs <span class="searchmatch">documentation</span>. Please document this module by describing its purpose and usage on this page....
strongs_concordance_numbers_G = require("Module:<span class="searchmatch">R</span>:<span class="searchmatch">Strong's</span>/grc-data-text-format") local number = tonumber(<span class="searchmatch">strongs</span>_concordance_numbers_G:match( "%f[^%z\n]"...
elseif match(t.<span class="searchmatch">strong</span>_stem, "[n<span class="searchmatch">R</span>]I$") and match(t.weak_stem, "[n<span class="searchmatch">R</span>]$") then t.<span class="searchmatch">strong</span>_stem = gasub(t.<span class="searchmatch">strong</span>_stem, "I$", "A"..t.<span class="searchmatch">strong</span>_oxy) ...
forms["indpastpasv"] end local <span class="searchmatch">strong</span>_pres_endings = { ["<span class="searchmatch">r</span>"] = "", ["vw"] = "<span class="searchmatch">r</span>", ["fv"] = "ver", ["mm"] = "mer", ["nn"] = "ner" } local <span class="searchmatch">strong</span>_sup_endings = {...
ustring.gsub(t, p, q) end local <span class="searchmatch">r</span> = {} for _, v in ipairs(t) do table.insert(<span class="searchmatch">r</span>, mw.ustring.gsub(v, p, q)) end return <span class="searchmatch">r</span> end local function append(t...
ustring.gsub(t, p, q) end local <span class="searchmatch">r</span> = {} for _, v in ipairs(t) do table.insert(<span class="searchmatch">r</span>, mw.ustring.gsub(v, p, q)) end return <span class="searchmatch">r</span> end local function append(t...
This module needs <span class="searchmatch">documentation</span>. Please document this module by describing its purpose and usage on this page....
"string" then return t .. x end local <span class="searchmatch">r</span> = {} for _, v in ipairs(t) do table.insert(<span class="searchmatch">r</span>, v .. x) end return <span class="searchmatch">r</span> end local function append_smart(t, x)...
ustring.gsub(t, s, d) end local <span class="searchmatch">r</span> = {} for _, v in ipairs(t) do table.insert(<span class="searchmatch">r</span>, mw.ustring.gsub(v, s, d)) end return <span class="searchmatch">r</span> end local function append(t...
s) if type(t) == 'table' then local <span class="searchmatch">r</span> = {} for i, f in ipairs(t) do <span class="searchmatch">r</span>[i] = f .. s end return <span class="searchmatch">r</span> end return t .. s end local function append_d(t...