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).
- 08:56, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Error (Tạo trang mới với nội dung “-- Mô đun này thực hiện {{lỗi}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or error('không có thông báo…”)
- 08:56, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Effective protection level (Tạo trang mới với nội dung “local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autorevi…”)
- 08:55, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Effective protection expiry (Tạo trang mới với nội dung “local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedTex…”)
- 08:54, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Bản mẫu:High-risk (Tạo trang mới với nội dung “{{#gọi:High-use|main|1={{{1|}}}|2={{{2|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclude> {{Tài liệu}} </noinclude>”)
- 08:54, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Documentation/config/tài liệu (Tạo trang mới với nội dung “{{high-risk|16754 }} {{module rating|protected}} Đây là tập tin cấu hình cho Module:Documentation. Tập tin này có thể được chỉnh sửa để cho phép dễ dàng dịch/chuyển mô-đun sang các wiki khác.”)
- 08:54, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Documentation/config (Tạo trang mới với nội dung “---------------------------------------------------------------------------------------------------- -- -- Configuration for Mô đun:Documentation -- -- Here you can set the values of the parameters and messages used in Mô đun:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. --------------------------------------------------------…”)
- 08:53, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Bản mẫu:Lua (Tạo trang mới với nội dung “<includeonly>{{#gọi:Lua banner|main}}</includeonly><noinclude> {{tài liệu}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>”)
- 08:52, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Documentation/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. --> {{Module rating|release}} {{Sử dụng nhiều|16754 }} {{Lua|Module:Documentation/config|Module:Arguments|Module:Message box|Module:Module wikitext|Module:Protection banner}} {{Uses TemplateStyles|Module:Documentation/styles.css}} == Sử dụng thường == Hầu hết khi sử dụng, Bạn nên sử dụn…”)
- 08:52, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Documentation (Tạo trang mới với nội dung “-- Mô đun này thực hiện {{tài liệu}}. -- Get required modules. local getArgs = require('Mô đun:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Mô đun:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in the p…”)
- 08:52, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Distinguish (Tạo trang mới với nội dung “local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments --initialize lazily local mTableTools --initialize lazily local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.distinguish(frame) mArguments = require('Module:Arguments') mTableTools = require('Module:TableTools') local args = mArguments.getArgs(frame) local selfref = args.selfref loca…”)
- 08:51, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Delink (Tạo trang mới với nội dung “-- Mô đun này de-links most wikitext. require('strict') local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes. return s else return s:match("%[%[|(.*)%]%]") end end local function delinkPipeTrick(s) local linkarea, display = "", "" -- We need to deal with colons, brackets, and commas, per Trợ giúp:Pipe trick.…”)
- 08:50, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:DateI18n (Tạo trang mới với nội dung “--[[ This module is intended for processing of date strings. Copied from https://commons.wikimedia.org/w/index.php?title=Module:Date&oldid=224728211 Used by Module:ISOdate, Module:Complex date, Module:WikidataIB 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 ]] local p = {} -- =============…”)
- 08:50, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Date (Tạo trang mới với nội dung “-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq en…”)
- 08:49, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Cs1 documentation support (Tạo trang mới với nội dung “require('strict'); local getArgs = require ('Module:Arguments').getArgs; local cfg = mw.loadData ('Module:Citation/CS1/Configuration'); -- load the configuration module local whitelist = mw.loadData ('Module:Citation/CS1/Whitelist'); -- load the whitelist module local exclusion_lists = { -- TODO: move these tables into a separate ~/data module and mw.loadData() it ['cite book'] = { ['agency'] = true, ['air-date'] = true,…”)
- 08:49, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Coordinates (Tạo trang mới với nội dung “--[=[ Mô đun này hỗ trợ Bản mẫu:Coord và các bản mẫu liên quan. Nó cung cấp vài phương thức, nhất là: {{#gọi:Coordinates | coord }} : Hàm tổng quát để định dạng và hiển thị các giá trị tọa độ. {{#gọi:Coordinates | dec2dms }} : Hàm đơn giản để chuyển đổi các giá trị thập phân ra định dạng độ-phút-giây. {{#gọi:Coordinates | dms2dec }} : Hàm đơn giản…”)
- 08:48, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Color contrast/colors (Tạo trang mới với nội dung “return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown…”)
- 08:44, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Color contrast (Tạo trang mới với nội dung “-- -- Mô đun này thực hiện -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Mô đun:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 2…”)
- 08:39, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Suggestions/sandbox (Tạo trang mới với nội dung “-- Xin vui lòng bổ sung gợi ý mới theo thứ tự chữ cái. -- Định dạng là ['không chính xác'] = 'chính xác', suggestions = { ['ASIN-TLD'] = 'asin-tld', -- old parameter name ['abruf'] = 'access-date', -- German ['abruf-verborgen'] = 'access-date', -- German ['accessmonth'] = 'access-date', ['accesso'] = 'access-date', -- Italian ['accessyear'] = 'access-date', ['acessodata'] = 'access-dat…”)
- 08:39, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Suggestions/tài liệu (Tạo trang mới với nội dung “{{high-use|3379+}} {{module rating|p}} Đây là danh sách các tham số thay thế để gợi ý khi một tham số bất ngờ được định rõ trong bản mẫu chú thích. Khi Mô đun:Citation/CS1 gặp một tham số bất ngờ trong một bản mẫu chú thích, mô đun đó gây lỗi và, nếu có thể, gợi ý một tham số phù hợp hơn, theo danh sách lỗi chính tả thường gặp này. Mỗi mục trong danh…”)
- 08:39, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Suggestions (Tạo trang mới với nội dung “-- Xin vui lòng bổ sung gợi ý mới theo thứ tự chữ cái. -- Định dạng là ['không chính xác'] = 'chính xác', suggestions = { ['ASIN-TLD'] = 'asin-tld', -- old parameter name ['abruf'] = 'access-date', -- German ['abruf-verborgen'] = 'access-date', -- German ['accessmonth'] = 'access-date', ['accesso'] = 'access-date', -- Italian ['accessyear'] = 'access-date', ['acessodata'] = 'access-dat…”)
- 08:37, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/COinS/sandbox (Tạo trang mới với nội dung “ --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local is_set, in_array, remove_wiki_link, strip_apostrophe_markup; -- functions in Mô đun:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Mô đun:Citation/CS1/Configuration --[[--------------------------< M A K E _ C O I N S _ T I T L E >----------------------------------…”)
- 08:36, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/COinS (Tạo trang mới với nội dung “ --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local is_set, in_array, remove_wiki_link, strip_apostrophe_markup; -- functions in Mô đun:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Mô đun:Citation/CS1/Configuration --[[--------------------------< M A K E _ C O I N S _ T I T L E >----------------------------------…”)
- 08:36, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Utilities/sandbox (Tạo trang mới với nội dung “ local z = { error_categories = {}; -- for categorizing citations that contain errors error_ids = {}; message_tail = {}; maintenance_cats = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work properties_cats = {}; -- for categorizing citations based on certain properties, language of source for instance }; --[[--------------------------< F O R W A R D D E C L A R…”)
- 08:35, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Utilities (Tạo trang mới với nội dung “ local z = { error_categories = {}; -- for categorizing citations that contain errors error_ids = {}; message_tail = {}; maintenance_cats = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work properties_cats = {}; -- for categorizing citations based on certain properties, language of source for instance }; --[[--------------------------< F O R W A R D D E C L A R…”)
- 08:35, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Identifiers/sandbox (Tạo trang mới với nội dung “ --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, set_message, select_one, -- functions in Mô đun:Citation/CS1/Utilities substitute, make_wikilink; local z; -- table of tables defined in Mô đun:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Mô đun:Citati…”)
- 08:34, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Identifiers (Tạo trang mới với nội dung “ --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, set_message, select_one, -- functions in Mô đun:Citation/CS1/Utilities substitute, make_wikilink; local z; -- table of tables defined in Mô đun:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Mô đun:Citati…”)
- 08:34, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Date validation/sandbox (Tạo trang mới với nội dung “ --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local add_prop_cat, is_set, in_array, set_message, substitute, wrap_style; -- imported functions from selected Module:Citation/CS1/Utilities local cfg; -- table of tables imported from selected Module:Citation/CS1/Configuration --[[--------------------------< F I L E - S C O P E D E C L A R A T I O N S >----------…”)
- 08:33, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Date validation/tài liệu (Tạo trang mới với nội dung “{{Nguy hiểm cao|820650}} {{Module rating|p}} Mô-đun này chứa các chương trình hỗ trợ định dạng cho trích dẫn Citation Style 1 trên Wikipedia. Đặc biệt, mô-đun này chứa một bộ các hàm xác nhận các định dạng và nội dung ngày cho nhiều tham số giữ ngày được liên kết với các trích dẫn CS1.”)
- 08:33, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Date validation (Tạo trang mới với nội dung “ --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local add_prop_cat, is_set, in_array, set_message, substitute, wrap_style; -- imported functions from selected Module:Citation/CS1/Utilities local cfg; -- table of tables imported from selected Module:Citation/CS1/Configuration --[[--------------------------< F I L E - S C O P E D E C L A R A T I O N S >----------…”)
- 08:33, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Whitelist/sandbox (Tạo trang mới với nội dung “ --[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported nil - these parameters are no longer supported. remove entirely ]] local basic_arguments = {…”)
- 08:32, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Configuration/sandbox (Tạo trang mới với nội dung “--[[--------------------------< U N C A T E G O R I Z E D _ N A M E S P A C E S >------------------------------ List of namespaces that should not be included in citation error categories. Same as setting notracking = true by default. Note: Namespace names should use underscores instead of spaces. ]] local uncategorized_namespaces = { 'Thành_viên', 'Thảo_luận', 'Thảo_luận_Thành_viên', 'Thảo_luận_Wikipedia', 'Thảo_luận_Tập_ti…”)
- 08:32, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Whitelist/tài liệu (Tạo trang mới với nội dung “{{Nguy hiểm cao|820650}} {{Module rating|p}} Trang này chứa danh sách tất cả các đối số hiện được chấp nhận bởi Mô đun:Citation/CS1, mặc dù một chú thích nào đó sẽ không định rõ tất cả mọi đối số này. Nội dung mô đun này được tự động tạo ra bằng cách "chạy" kịch bản Mô đun:Citation/CS1/Arguments. Xin đừng sửa đổi trang này thủ công. Khi nào M…”)
- 08:31, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Whitelist (Tạo trang mới với nội dung “ --[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported nil - these parameters are no longer supported. remove entirely ]] local basic_arguments = {…”)
- 08:31, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Arguments/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. --> === Cách sử dụng === Đưa mã nguồn này vào Đặc biệt:Bung bản mẫu và chép kết quả vào Mô đun:Citation/CS1/Whitelist: <nowiki>{{#gọi:Citation/CS1/Arguments|build_whitelist}}</nowiki> === Xem thêm === <includeonly> <!-- THỂ LOẠI TẠI ĐÂY, CẢM ƠN. --> <!-- Để…”)
- 08:31, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Arguments (Tạo trang mới với nội dung “local c = {}; local v = require "Module:Quốc ngữ" exclude = { ['#'] = true, ['1'] = true, ['2'] = true, ['3'] = true, ['4'] = true, ['5'] = true, ['k'] = true, ['v'] = true, ['list'] = true }; function c.build_whitelist( frame ) local title = mw.title.new( "Module:Citation/CS1" ); local source = title:getContent(); local result = "whitelist = {<br />\n<br />\n"; local list = {}; for w in mw.ustring.gmatch(source, "args…”)
- 08:31, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Configuration/tài liệu (Tạo trang mới với nội dung “{{Nguy hiểm cao|820650}} {{Module rating|p}} Mô đun này cấu hình cho các hàm thực hiện các chú thích nguồn gốc theo Văn phong Chú thích 1. Mô đun được chia thành ba phần: # Bảng biên dịch các chuỗi được cho ra kết quả chú thích. Những người sao chép mô đun này sang wiki ngoại ngữ phải dịch mọi giá trị này ra ngôn ngữ của wiki đó. # Danh s…”)
- 08:30, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/Configuration (Tạo trang mới với nội dung “--[[--------------------------< U N C A T E G O R I Z E D _ N A M E S P A C E S >------------------------------ List of namespaces that should not be included in citation error categories. Same as setting notracking = true by default. Note: Namespace names should use underscores instead of spaces. ]] local uncategorized_namespaces = { 'Thành_viên', 'Thảo_luận', 'Thảo_luận_Thành_viên', 'Thảo_luận_Wikipedia', 'Thảo_luận_Tập_ti…”)
- 08:30, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Bản mẫu:Plain link (Tạo trang mới với nội dung “<span class="plainlinks">{{#if:{{{2|{{{NAME|{{{name|{{{TÊN|{{{tên|}}}}}}}}}}}}}}} |[{{{1|{{{URL|{{{url}}}}}}}}} {{{2|{{{NAME|{{{name|{{{TÊN|{{{tên|}}}}}}}}}}}}}}}] |[{{{1|{{{URL|{{{url}}}}}}}}}] }}</span><noinclude> {{Tài liệu}} </noinclude>”)
- 08:29, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/sandbox (Tạo trang mới với nội dung “ require('strict'); --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in Module:Citation/CS1/Date_validation local utilities; -- functions in Module:Citation/CS1/Utilities local z ={}; -- table of tables in Module:Citation/CS1/Utilities local identifiers;…”)
- 08:29, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Bản mẫu:Pipe (Tạo trang mới với nội dung “|<noinclude> {{Tài liệu}} <!-- Thêm thể loại và liên wiki vào trang con /doc, không được tại đây! --> </noinclude>”)
- 08:29, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Bản mẫu:Uses TemplateStyles (Tạo trang mới với nội dung “<includeonly>{{#gọi:Uses TemplateStyles|main}}</includeonly><noinclude> {{Uses TemplateStyles|Bản mẫu:Uses TemplateStyles/example.css|nocat=true}} {{tài liệu}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>”)
- 08:28, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Bản mẫu:Nguy hiểm cao (Tạo trang mới với nội dung “{{#gọi:High-use|main|1={{{1|}}}|2={{{2|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclude> {{Tài liệu}} </noinclude>”)
- 08:28, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1/tài liệu (Tạo trang mới với nội dung “{{Nguy hiểm cao|871105}} {{Module rating|p}} {{Uses TemplateStyles|Module:Citation/CS1/styles.css}} Mô đun này có các hàm thực hiện các chú thích nguồn gốc theo Văn phong Chú thích 1. Nói chung, mô đun này không nên được gọi trực tiếp mà được sử dụng qua các bản mẫu chú thích, chẳng hạn: *{{tl|Chú thích b…”)
- 08:27, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Citation/CS1 (Tạo trang mới với nội dung “ require('Module:No globals'); --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in Module:Citation/CS1/Date_validation local utilities; -- functions in Module:Citation/CS1/Utilities local z ={}; -- table of tables in Module:Citation/CS1/Utilities local ide…”)
- 08:27, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Check for unknown parameters (Tạo trang mới với nội dung “-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing…”)
- 08:24, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Category handler/shared (Tạo trang mới với nội dung “-- This module contains shared functions used by Mô đun:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Mô đun:Namespace detect/data' if useLoadData then return mw.loadData(dataPage)…”)
- 08:24, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Category handler/data (Tạo trang mới với nội dung “-- This module assembles data to be passed to Mô đun:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Mô đun:Category handler/config') local mShared = require('Mô đun:Category handler/shared') local blacklist = require('Mô đun:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist…”)
- 08:23, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Category handler/config (Tạo trang mới với nội dung “-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------…”)
- 08:23, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Category handler/blacklist (Tạo trang mới với nội dung “-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Trang Chính$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. -- '^Wikipedia:Cascade%-protected items%f[/…”)
- 08:22, ngày 22 tháng 6 năm 2023 Pyc1948 thảo luận đóng góp đã tạo trang Mô đun:Category handler (Tạo trang mới với nội dung “-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces a…”)