모듈:Documentation 문서 원본 보기
보이기
문서 편집 권한이 없습니다. 다음 이유를 확인해주세요:
문서의 원본을 보거나 복사할 수 있습니다.
-- This module implements {{documentation}}.
-- Get required modules.
local getArgs = require('모듈:Arguments').getArgs
local messageBox = require('모듈:Message box')
-- Get the config table.
local cfg = mw.loadData('모듈: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
-- table for testing purposes.
----------------------------------------------------------------------------
local function message(cfgKey, valArray, expectType)
000
1:0
이 문서에서 사용한 틀:
모듈:Documentation 문서로 돌아갑니다.