모듈:List: 두 판 사이의 차이

둘러보기로 이동 검색으로 이동
256 바이트 추가됨 ,  2021년 8월 2일 (월)
편집 요약 없음
잔글 (en:Module:List의 794511725판에서 가져옴)
편집 요약 없음
180번째 줄: 180번째 줄:
p[listType] = function (frame)
p[listType] = function (frame)
local mArguments = require('Module:Arguments')
local mArguments = require('Module:Arguments')
local origArgs = mArguments.getArgs(frame)
local origArgs = mArguments.getArgs(frame, {
valueFunc = function (key, value)
if not value or not mw.ustring.find(value, '%S') then return nil end
if mw.ustring.find(value, '^%s*[%*#;:]') then
return value
else
return value:match('^%s*(.-)%s*$')
end
return nil
end
})
-- Copy all the arguments to a new table, for faster indexing.
-- Copy all the arguments to a new table, for faster indexing.
local args = {}
local args = {}
익명 사용자

둘러보기 메뉴