10 Talált eredmények "Modul:I18n".

Modul:i18n

type(i18n) == "table" then -- merge to global i18n tableMerge(i18n, res.i18n, true) end end end function p.loadI18nFrame(frame, i18n_arg) ...


Modul:inflection-docs

du = require("Module:inflection-docs-utils") local i18n = mw.loadData("Module:inflection-docs/i18n/" .. lang) local data -- TODO: move this function...


Modul:Navbar

local text if args.mini then text = i18n.mini elseif args.plain then text = i18n.plain else text = i18n.normal end local div = mw.html.create():tag('div')...


Modul:TNT

-- -- {{#invoke:TNT | msg -- | I18n/Template:Graphs.tab <!-- https://commons.wikimedia.org/wiki/Data:I18n/Template:Graphs.tab --> -- | source-table...


Modul:wikidata

loadI18n() local exist, res = pcall(require, "Module:Wikidata/i18n") if exist and next(res) ~= nil then tableMerge(i18n, res.i18n) end end loadI18n()...


Modul:0Wikidata

} if wiki.langcode ~= "en" then --require("Module:i18n").loadI18n("Module:Wikidata/i18n", i18n) -- got idea from [[:w:Module:Wd]] local module_title;...


Modul:Sandbox/Was a bee/Dump

.. i18n.warnDump end pathText = pathText .. index .. " > " data = data[index] or data[tonumber(index)] if not data then return i18n.warnDump...


Modul:No globals

Module:TNT unless there is an error error(require('Module:TNT').format('I18n/No globals', 'err-read', tostring(k)), 2) end return nil end function mt...


Modul:Routemap

param) local result = string.format(i18n.html['colspan-fmt'], '', '', '', '', '<span class="error">' .. string.format(i18n.errors[key] or (tostring(key) ....


Modul:Cite item

require('Module:Linguistic') local fb = require('Module:Fallback') local i18n = { articletitle = { de = '„$1“', en = '"$1"', fr = '«$1»', nb =...