Tất cả nhật trình công khai
Bước tới điều hướng
Bước tới tìm kiếm
Xem tất cả nhật trình của Từ điển tri thức Hội Thánh của Đức Chúa Trời. Bạn có thể thu hẹp kết quả bằng cách chọn loại nhật trình, tên thành viên (phân biệt chữ hoa-chữ thường), hoặc các trang bị ảnh hưởng (cũng phân biệt chữ hoa-chữ thường).
- 05:17, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Navbox/tài liệu (Tạo trang mới với nội dung “<!-- XIN HÃY THÊM THỂ LOẠI VÀO PHÍA DƯỚI TRANG NÀY. --> <!-- Để bổ sung liên kết liên wiki, hãy ghé vào Wikidata. --> {{Sử dụng nhiều|264000}} {{Module rating|protected}} {{Lua|Mô đun:Navbar|Mô đun:Arguments|Mô đun:Color contrast}} {{Lua sidebar}} Mô đun này thực thi bản mẫu {{tl|Hộp điều hướng}}. Vui lòng xem trang bản mẫu để biết hướng dẫn. == Các thể loại theo dõi/bảo tr…”)
- 05:13, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Navbox (Tạo trang mới với nội dung “-- -- Mô đun này thực hiện {{Hộp điều hướng}} -- local p = {} local navbar = require('Mô đun:Navbar')._navbar local getArgs -- lazily initialized local args local border local listnums local ODD_EVEN_MARKER = '\127_ODDEVEN_\127' local RESTART_MARKER = '\127_ODDEVEN0_\127' local REGEX_MARKER = '\127_ODDEVEN(%d?)_\127' local function striped(wikitext) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgr…”)
- 05:13, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Navbar/tài liệu (Tạo trang mới với nội dung “{{Sử dụng nhiều|1216743|all-pages = yes}} {{used in system}} {{module rating|protected}} {{Lua|<!--Mô đun:Navbar/configuration|-->Mô đun:Arguments|Mô đun:TableTools}} {{Uses TemplateStyles|Mô đun:Navbar/styles.css}} Đây là Lua thực hiện của {{tl|Thanh điều hướng}}. Nó được sử dụng trong Mô đun:Navbox.”)
- 05:13, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Navbar (Tạo trang mới với nội dung “local p = {} local getArgs local ul function p.addItem (mini, full, link, descrip, args, url) local l if url then l = {'[', '', ']'} else l = {'', ''} end ul:tag('li') :addClass('nv-'..full) :wikitext(l[1] .. link .. l[2]) :tag(args.mini and 'abbr' or 'span') :attr('title', descrip..' bản mẫu này') :cssText(args.fontstyle) :wikitext(args.mini and mini or full) :done() :wikitext(l[3]) end function p.bracke…”)
- 05:12, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Namespace detect/data (Tạo trang mới với nội dung “-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Mô đun:Namespace detect to be loaded per -- -- page, rather than per #gọi, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Mô đun:Namespace detect/…”)
- 05:12, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Namespace detect/config (Tạo trang mới với nội dung “-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --…”)
- 05:11, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Namespace detect (Tạo trang mới với nội dung “--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all…”)
- 05:07, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Message box/configuration/tài liệu (Tạo trang mới với nội dung “{{high-risk|161474}} {{Used in system}} {{Module rating|protected}}”)
- 05:06, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Message box/configuration (Tạo trang mới với nội dung “-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- local config = { ambox = { types = { speed…”)
- 05:06, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Message box/tài liệu (Tạo trang mới với nội dung “{{high-risk|196905|all-pages = yes}} {{Used in system}} {{module rating|p}} This is a meta-module that implements the message box templates {{tl|mbox}}, {{tl|ambox}}, {{tl|cmbox}}, {{tl|fmbox}}, {{tl|imbox}}, {{tl|ombox}}, and {{tl|tmbox}}. It is intended to be used from Lua modules, and should not be used directly from wiki pages. If you want to use this module's functionality from a wiki page, please use the individual message box templates instea…”)
- 05:06, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Message box (Tạo trang mới với nội dung “-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('Mô đun:No globals') local getArgs local yesno = require('Mô đun:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Mô đun:Message box/configuration' local D…”)
- 05:03, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Math (Tạo trang mới với nội dung “--Mô đun này cung cấp nhiều phép toán cơ bản. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. l…”)
- 05:02, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Lua banner/tài liệu (Tạo trang mới với nội dung “{{Lua|Module:Yesno|Module:List|Module:TableTools|Module:Message box}} Mô đun này thực hiện bản mẫu {{tl|lua}}. == Cách sử dụng từ wikitext == This module cannot be used directly from wikitext. It can only be used through the {{tl|lua}} template. Please see the template page for documentation. == Cách sử dụng từ Mô đun Lua == To use this module from other Lua modules, first load the module. <syntaxhighlight lang="lua"> l…”)
- 05:02, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Lua banner (Tạo trang mới với nội dung “-- Mô đun này thực hiện bản mẫu {{lua}}. local yesno = require('Mô đun:Yesno') local mList = require('Mô đun:List') local mTableTools = require('Mô đun:TableTools') local mMessageBox = require('Mô đun:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(ar…”)
- 05:01, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Bản mẫu:Pre2 (Tạo trang mới với nội dung “<pre<includeonly></includeonly> style="{{#ifeq:{{{1}}}|scroll|overflow:auto; white-space:pre; width:auto;{{{style|}}}">{{#switch:{{{2}}}|nowiki|nw={{#tag:nowiki|{{{3}}}}}|{{{2}}}}}|white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word;{{{style|}}}">{{#switch:{{{1}}}|nowiki|nw={{#tag:nowiki|{{{2}}}}}|{{{1}}}}} }}</pre><noinclude> {{Tài liệu}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS T…”)
- 04:59, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Separated entries (Tạo trang mới với nội dung “-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". The starting parameter can also be specified. local compressSparseArray = require('Mô đun:TableTools').compressSparseArray local p = {} function p._main(args) local separator = args.separator -- Decode…”)
- 03:10, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:List/tài liệu (Tạo trang mới với nội dung “{{module rating|beta}} {{high-use|19963}} Mô-đun này xuất ra các loại danh sách. Hiện tại, nó hỗ trợ danh sách dấu đầu dòng, danh sách không phân biệt, danh sách ngang, danh sách theo thứ tự (được đánh số hoặc theo thứ tự chữ cái) và danh sách theo thứ tự ngang. Nó cho phép dễ dàng tạo kiểu css của danh sách hoặc của các mục danh sách riêng lẻ. == Cách sử dụng…”)
- 03:10, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:List (Tạo trang mới với nội dung “-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Mô đun:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.ma…”)
- 03:09, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Language/data/iana variants (Tạo trang mới với nội dung “-- Ngày tập tin: 23-04-2018 return { ["1606nict"] = { ["descriptions"] = {"Late Middle French (to 1606)"}, ["prefixes"] = {"frm"}, }, ["1694acad"] = { ["descriptions"] = {"Early Modern French"}, ["prefixes"] = {"fr"}, }, ["1901"] = { ["descriptions"] = {"Traditional German orthography"}, ["prefixes"] = {"de"}, }, ["1959acad"] = { ["descriptions"] = {"\"Academic\" (\"governmental\") variant of Belarusian as codified in 1959"…”)
- 03:09, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Language/data/iana suppressed scripts (Tạo trang mới với nội dung “-- Ngày tập tin: 23-04-2018 return { ["Arab"] = {"ar", "fa", "ps", "ur"}, ["Armn"] = {"hy"}, ["Beng"] = {"as", "bn"}, ["Blis"] = {"zbl"}, ["Cyrl"] = {"ab", "be", "bg", "kk", "mk", "ru", "uk"}, ["Deva"] = {"hi", "mr", "ne", "kok", "mai"}, ["Ethi"] = {"am", "ti"}, ["Geor"] = {"ka"}, ["Grek"] = {"el"}, ["Gujr"] = {"gu"}, ["Guru"] = {"pa"}, ["Hebr"] = {"he", "yi"}, ["Jpan"] = {"ja"}, ["Khmr"] = {"km"}, ["Knda"] = {"kn"}, ["Kore"] = {"k…”)
- 03:08, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Language/data/iana scripts (Tạo trang mới với nội dung “-- Ngày tập tin: 23-04-2018 return { ["Adlm"] = {"Adlam"}, ["Afak"] = {"Afaka"}, ["Aghb"] = {"Caucasian Albanian"}, ["Ahom"] = {"Ahom", "Tai Ahom"}, ["Arab"] = {"Arabic", "tiếng Ả Rập"}, ["Aran"] = {"Arabic (Nastaliq variant)"}, ["Armi"] = {"Imperial Aramaic"}, ["Armn"] = {"Armenian"}, ["Avst"] = {"Avestan"}, ["Bali"] = {"Balinese"}, ["Bamu"] = {"Bamum"}, ["Bass"] = {"Bassa Vah"}, ["Batk"] = {"Batak"}, ["Beng"] = {"Bengali", "B…”)
- 03:08, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Language/data/iana regions (Tạo trang mới với nội dung “-- Ngày tập tin: 23-04-2018 return { ["AC"] = {"Đảo Ascension"}, ["AD"] = {"Andorra"}, ["AE"] = {"Các Tiểu vương quốc Ả Rập Thống nhất", "United Arab Emirates"}, ["AF"] = {"Afghanistan"}, ["AG"] = {"Antigua và Barbuda"}, ["AI"] = {"Anguilla"}, ["AL"] = {"Albania"}, ["AM"] = {"Armenia"}, ["AO"] = {"Angola"}, ["AQ"] = {"Châu Nam Cực"}, ["AR"] = {"Argentina"}, ["AS"] = {"Samoa thuộc Mỹ"}, ["AT"] = {"Áo"}, ["AU…”)
- 03:07, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Language/data/iana languages (Tạo trang mới với nội dung “-- File-Date: 2018-04-23 return { ["aa"] = {"Afar"}, ["ab"] = {"Abkhaz"}, ["ae"] = {"Avesta"}, ["af"] = {"Afrikaans"}, ["ak"] = {"Akan"}, ["am"] = {"Amhara", "Amharic"}, ["an"] = {"Aragon"}, ["ar"] = {"Ả Rập"}, ["as"] = {"Assam"}, ["av"] = {"Avar"}, ["ay"] = {"Aymara"}, ["az"] = {"Azerbaijan", "Azeri"}, ["ba"] = {"Bashkir"}, ["be"] = {"Belarus"}, ["bg"] = {"Bulgaria"}, ["bh"] = {"Bihar"}, ["bi"] = {"Bislama"}, ["bm"] = {"Bambara…”)
- 03:05, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Lang/data (Tạo trang mới với nội dung “local lang_data = {}; --[[--------------------------< O V E R R I D E >-------------------------------------------------------------- Language codes and names in this table override the BCP47 names in Module:Language/name/data. code indexes in this table shall always be lower case ]] local override = { -- ISO 639-1 codes ["ab"] = {"Abkhaz"}, -- IANA name is Abkhazian; override wp_languages {"Abkhaz"}; to achieve this, use |label=…”)
- 02:56, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Lang/ISO 639 synonyms (Tạo trang mới với nội dung “-- File-Date: 2013-01-11 return { ["aar"] = "aa", ["abk"] = "ab", ["afr"] = "af", ["aka"] = "ak", ["amh"] = "am", ["ara"] = "ar", ["arg"] = "an", ["asm"] = "as", ["ava"] = "av", ["ave"] = "ae", ["aym"] = "ay", ["aze"] = "az", ["bak"] = "ba", ["bam"] = "bm", ["bel"] = "be", ["ben"] = "bn", ["bih"] = "bh", ["bis"] = "bi", ["bod"] = "bo", ["bos"] = "bs", ["bre"] = "br", ["bul"] = "bg", ["cat"] = "ca", ["ces"] = "cs", ["cha"] = "…”)
- 02:56, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Lang (Tạo trang mới với nội dung “--[=[ Lua support for the {{lang}}, {{lang-xx}}, and {{transl}} templates and replacement of various supporting templates. ]=] require('Mô đun:No globals'); local p = {}; local initial_style_state; -- set by lang_xx_inherit() and lang_xx_italic() local getArgs = require ('Mô đun:Arguments').getArgs; local lang_name_table = mw.loadData ('Mô đun:Language/name/data'); local synonym_table = mw.loadData ('Mô đun:Lang/ISO 639 sy…”)
- 02:55, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Labelled list hatnote (Tạo trang mới với nội dung “-------------------------------------------------------------------------------- -- Labelled list -- -- -- -- This module does the core work of creating a hatnote composed of a list -- -- prefixed by a colon-terminated label, i.e. "LABEL: [andList of pages]", -- -- for {{see also}} and similar templates.…”)
- 02:54, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Bản mẫu:Use dmy dates (Tạo trang mới với nội dung “<noinclude>{{Tiêu bản không tương ứng}}</noinclude>”)
- 02:53, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Bản mẫu:Section link (Tạo trang mới với nội dung “{{#gọi:Section link|main}}<noinclude> {{Tài liệu}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>”)
- 02:52, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:InfoboxImage/tài liệu (Tạo trang mới với nội dung “{{High-risk|1047296}} {{Module rating|protected}} ==Tổng quan== Mô-đun này được sử dụng trong các hộp thông tin để xử lý các tham số hình ảnh và thu gọn định dạng của kết quả. ==Các tham số== {| class="wikitable" ! Tham số ! Mô tả |- | image | Cần thiết. Tham số chính cần được chuyển qua có chứa thông tin hình ảnh. |- | size | Cỡ tùy chỉnh của hình khi hiện ra |- | m…”)
- 02:52, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:InfoboxImage (Tạo trang mới với nội dung “-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- cente…”)
- 02:51, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Infobox/styles.css (Tạo trang mới với nội dung “{{pp|small=y}}: * This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * infoboxes. See MediaWiki talk:Common.css/to do#Infobox * DO NOT ADD THEM HERE: * not strictly certain these styles are necessary since the modules now * exclusively output infobox-subbox or infobox, not both * just replicating the module faithfully: .infobox-subbox…”)
- 02:51, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Infobox/tài liệu (Tạo trang mới với nội dung “{{High-risk|1049702|all-pages=yes}} {{module rating|protected}} {{Lua|Module:Navbar}} '''Module:Infobox''' là module trong đó thực hiện định dạng thiết kế {{tl|Infobox}}. Vui lòng xem trang tài liệu để biết hướng dẫn sử dụng. <!-- == Danh mục theo dõi== * {{clc|Articles which use infobox templates with no data rows}} * {{clc|Pages which use embedded infobox templates with the title parameter}} <inc…”)
- 02:51, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Infobox (Tạo trang mới với nội dung “-- -- Mô đun này thực hiện Bản mẫu:Infobox. -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs = {} local root local function notempty( s ) return s and s:match( '%S' ) end local function fixChildBoxes(sval, tt) if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval s = mw.ustring.gsub(s, '(<%s*[Tt][Rr])', marker .. '%1') s = mw.ustring.gsub(s…”)
- 02:49, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:If preview (Tạo trang mới với nội dung “local p = {} local cfg = mw.loadData('Mô đun:If preview/configuration') --main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. function p.main(frame) if cfg.preview then return frame.args[1] or '' else return frame.args[2] or '' end end --[[ pmain This function returns either the first argument or second argument passed to this module's pa…”)
- 02:49, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Bản mẫu:Clc (Tạo trang mới với nội dung “[[:Thể loại:{{#ifeq:{{str left|{{{1}}}|9}}|Thể loại:|{{str right|{{{1}}}|9}}|{{{1}}}}}|<!-- -->{{#if:{{{name|}}}|{{{name}}}|Thể loại:{{#ifeq:{{str left|{{{1}}}|9}}|Thể loại:|{{str right|{{{1}}}|9}}|{{{1}}}}}}}<!-- -->]] ({{PAGESINCATEGORY:{{#ifeq:{{str left|{{{1}}}|9}}|Thể loại:|{{str right|{{{1}}}|9}}|{{{1}}}}}|{{{2|all}}}}})<noinclude> {{tài liệu}} </noinclude>”)
- 02:49, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:If empty/tài liệu (Tạo trang mới với nội dung “{{Module rating|protected}} {{Lua|Module:Arguments}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> Mô đun này hỗ trợ Bản mẫu:If empty. == Thể loại theo dõi/bảo trì == * {{clc|Thể loại:Trường hợp của Bản mẫu:If_empty thiếu đối số}} <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please;…”)
- 02:49, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:If empty (Tạo trang mới với nội dung “local p = {} function p.main(frame) local args = require('Mô đun:Arguments').getArgs(frame, {wrappers = 'Bản mẫu:If empty', removeBlanks = false}) -- For backwards compatibility reasons, the first 8 parameters can be unset instead of being blank, -- even though there's really no legitimate use case for this. At some point, this will be removed. local lowestNil = math.huge for i = 8,1,-1 do if args[i] == nil then args[i] = '' lowe…”)
- 02:47, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:ISOdate (Tạo trang mới với nội dung “--[[ This module is intended for processing of date strings. Please do not modify this code without applying the changes first at Module:ISOdate/sandbox and testing at Module:ISOdate/sandbox/testcases and Module talk:ISOdate/sandbox/testcases. Authors and maintainers: * User:Parent5446 - original version of the function mimicking template:ISOdate * User:Jarekt - original version of the functions mimicking template:Date and template:ISOyear ]]…”)
- 02:46, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Bản mẫu:Mlx (Tạo trang mới với nội dung “<code>{{#gọi:{{{{{|safesubst:}}}#gọi:Separated entries|main|[[Mô đun:{{{1}}}|{{{1}}}]]|{{{2|''hàm''}}}|separator=|}}}}</code><noinclude> {{Tài liệu}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>”)
- 02:45, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:High-use/tài liệu (Tạo trang mới với nội dung “{{Module rating|release}} {{High-use}} {{Lua|Module:Transclusion count}} Implements {{tl|High-use}}. Uses bot-updated values from subpages of Module:Transclusion_count/data/ when available. == Usage == {{Mlx|High-use|main|1{{=}}''number of transclusions''|2{{=}}''discussion page, or use + notation''|all-pages{{=}}|info{{=}}|demo{{=}}|form{{=}}|expiry{{=}}}} * ''<code>number of transclusions<…”)
- 02:45, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:High-use (Tạo trang mới với nội dung “local p = {} -- _fetch looks at the "demo" argument. local _fetch = require('Mô đun:Transclusion_count').fetch local yesno = require('Mô đun:Yesno') function p.num(frame, count) if count == nil then if yesno(frame.args['fetch']) == false then if (frame.args[1] or '') ~= '' then count = tonumber(frame.args[1]) end else count = _fetch(frame) end end -- Build output string local return_value = "" if count == nil then if frame.…”)
- 02:44, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Hatnote list/tài liệu (Tạo trang mới với nội dung “<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Cách sử dụng từ wikitext == This module cannot be used from wikitext. == Cách sử dụng từ Lua == To call the module, use <syntaxhighlight lang="lua">local mHatList = require('Mô đun:Hatnote list')</syntaxhighlight> or similar, then access its methods through the <code>mHatList</code> variable (or what…”)
- 02:44, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Hatnote list (Tạo trang mới với nội dung “-------------------------------------------------------------------------------- -- Mô đun:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and thei…”)
- 02:43, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Hatnote inline (Tạo trang mới với nội dung “-------------------------------------------------------------------------------- -- Mô đun:Hatnote-inline -- -- -- -- This module produces hatnote-style links and links to related articles, -- -- but inside a <span>, instead of the <div> used by Mô đun:Hatnote. It -- -- implements the {{hatnote-inline}} meta-tem…”)
- 02:43, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Hatnote/tài liệu (Tạo trang mới với nội dung “{{Sử dụng nhiều}} {{module rating|protected}} {{Lua|Mô đun:Yesno|Mô đun:Arguments}} <includeonly> <!-- THỂ LOẠI TẠI ĐÂY, CẢM ƠN. Để bổ sung liên kết liên wiki, hãy ghé vào Wikidata. --> </includeonly>”)
- 02:42, ngày 23 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Hatnote (Tạo trang mới với nội dung “-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules…”)
- 08:58, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Footnotes (Tạo trang mới với nội dung “require('strict'); local getArgs = require ('Mô đun:Arguments').getArgs; --[[--------------------------< A R G S _ D E F A U L T >------------------------------------------------------ a table to specify initial values. ]] local args_default = { bracket_left = '', bracket_right = '', bracket_year_left = '', bracket_year_right = '', postscript = '', page = '', pages = '', location = '', page_sep = ", tr. ", pages_sep = ", tr.&nbs…”)
- 08:57, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:File link (Tạo trang mới với nội dung “-- This module provides a library for formatting file wikilinks. local yesno = require('Mô đun:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.form…”)
- 08:57, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Exponential search (Tạo trang mới với nội dung “-- This module provides a generic exponential search algorithm. local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower, upper) return floor(lower + (upper - lower) / 2) end local function search(testFunc, i, lower, upper) if testFunc(i) then if i + 1 == upper then return i end lower = i if upper then i = midPoint(lower, upper) else i = i * 2 end return search(testFunc, i,…”)