list/data Module:documentation/functions/translit, for transliteration modules that don't have a documentation page Module:documentation/functions/zh_data, for...
begins in a language or script code. -- If so, expand {{translit module documentation}} with that code -- as the first parameter. local code = title...
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...
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...
return function (title, cats) local lang_code = title.fullText:match("^Modul:number list/data/(.+)") local lang = require("Module:languages").getByCode(lang_code)...
return function (title, cats) local suffix = title.fullText:match("^Module:mul/guoxue%-data/cjk%-?(.*)$") local block if suffix == "" then block =...
return function (title, cats) local output = require("Module:array")() local function zh_link(word) return require("Module:links").full_link{ ...
local export = {} function export.etymology_language_data(frame) local Array = require "Module:array" local output = Array() local etymology_languages...
return function(title, cats) local type_of_data, character = title.fullText:match("^Module:zh/data/dial%-(%l+)/(.+)$") if character then local what...
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...