10 Talált eredmények "Modul:documentation/functions".

Modul:documentation/doc

list/data Module:documentation/functions/translit, for transliteration modules that don't have a documentation page Module:documentation/functions/zh_data, for...


Modul:documentation/functions/translit

begins in a language or script code. -- If so, expand {{translit module documentation}} with that code -- as the first parameter. local code = title...


Modul:number list/documentation

be added to the documentation as -- its first and second arguments, and may return a string, which will be used -- as documentation. If it is a string...


Modul:documentation

be added to the documentation as -- its first and second arguments, and may return a string, which will be used -- as documentation. If it is a string...


Modul:documentation/functions/number list

return function (title, cats) local lang_code = title.fullText:match("^Modul:number list/data/(.+)") local lang = require("Module:languages").getByCode(lang_code)...


Modul:documentation/functions/guoxue-data

return function (title, cats) local suffix = title.fullText:match("^Module:mul/guoxue%-data/cjk%-?(.*)$") local block if suffix == "" then block =...


Modul:documentation/functions/zh data

return function (title, cats) local output = require("Module:array")() local function zh_link(word) return require("Module:links").full_link{ ...


Modul:family tree/documentation functions

local export = {} function export.etymology_language_data(frame) local Array = require "Module:array" local output = Array() local etymology_languages...


Modul:documentation/functions/zh dial or syn

return function(title, cats) local type_of_data, character = title.fullText:match("^Module:zh/data/dial%-(%l+)/(.+)$") if character then local what...


Modul:array

array_constructor(arr) end -- Functions from [[Module:table]] that operate on arrays or sparse arrays. -- List copied from [[Module:table/documentation]]. local operate_on_array...