求真百科歡迎當事人提供第一手真實資料,洗刷冤屈,終結網路霸凌。

搜尋結果

前往: 導覽搜尋
  • 模塊:Yesno (分類 受保護模塊)
    -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default)
    714位元組 (110 個字) - 2018年7月18日 (三) 04:40
  • 模塊:Hatnote (分類 受保護模塊)
    -------------------------------------------------------------------------------- -- Module:Hatnote
    7 KB (807 個字) - 2020年2月26日 (三) 12:16
  • 模塊:Effective protection expiry (分類 受保護模塊)
    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
    1 KB (173 個字) - 2018年7月18日 (三) 00:34
  • 模塊:Effective protection level (分類 受保護模塊)
    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
    2 KB (325 個字) - 2019年12月17日 (二) 14:18
  • 模塊:Message box/configuration (分類 受保護模塊)
    local ambox = { types = { speedy = { class = 'ambox-speedy', image = 'Ambox warning pn.svg' }, delete = { class = 'ambox-delete', image
    6 KB (541 個字) - 2020年1月16日 (四) 04:57
  • 模塊:No globals (分類 受保護模塊)
    local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil
    307位元組 (54 個字) - 2019年6月5日 (三) 07:12
  • 模塊:List (分類 受保護模塊)
    -- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported
    5 KB (756 個字) - 2019年12月16日 (一) 15:40
  • 模塊:String (分類 受保護模塊)
    --[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters
    18 KB (2,751 個字) - 2018年11月6日 (二) 00:44
  • 模塊:Protection banner (分類 受保護模塊)
    -- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary
    25 KB (2,952 個字) - 2018年7月18日 (三) 00:34
  • 模塊:Message box (分類 受保護模塊)
    -- This is a meta-module for producing message box templates, including {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}.
    18 KB (2,570 個字) - 2019年9月1日 (日) 16:22
  • 模塊:Arguments (分類 受保護模塊)
    -- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be
    8 KB (1,240 個字) - 2018年7月18日 (三) 00:34
  • 模塊:File link (分類 受保護模塊)
    -- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType
    2 KB (363 個字) - 2018年7月18日 (三) 00:34
  • 模塊:Navbox (分類 受保護模塊)
    -- -- This module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args
    13 KB (1,700 個字) - 2019年12月16日 (一) 15:40
  • 模塊:Documentation/config (分類 受保護模塊)
    ---------------------------------------------------------------------------------------------------- -- -- Configuration
    18 KB (2,216 個字) - 2019年12月16日 (一) 15:39
  • 模塊:Documentation (分類 受保護模塊)
    -- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message
    36 KB (4,245 個字) - 2019年12月16日 (一) 15:39
  • 模塊:NoteTA (分類 受保護模塊)
    local z = {} local WikitextLC = require( 'Module:WikitextLC' ) function Tcode( args ) if args.T == nil or args.T == '' then return '' end local div
    4 KB (510 個字) - 2018年7月18日 (三) 00:32
  • 模塊:Protection banner/config (分類 受保護模塊)
    -- This module provides configuration data for [[Module:Protection banner]]. return { --------------------------------------------------------------------------------
    45 KB (4,998 個字) - 2019年12月16日 (一) 15:40
  • 模塊:Sidebar (分類 受保護模塊)
    -- -- This module implements {{Sidebar}} -- require('Module:No globals') local p = {} local getArgs = require('Module:Arguments').getArgs local navbar
    8 KB (1,050 個字) - 2018年7月22日 (日) 17:10
  • 模塊:TableTools (分類 受保護模塊)
    --[[ ------------------------------------------------------------------------------------ -- TableTools
    12 KB (1,572 個字) - 2019年12月16日 (一) 15:40
  • 模塊:Infobox (分類 受保護模塊)
    -- -- This module implements {{Infobox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root
    15 KB (1,683 個字) - 2018年7月18日 (三) 00:39