문서 편집 권한이 없습니다. 다음 이유를 확인해주세요:
문서의 원본을 보거나 복사할 수 있습니다.
local p = {}
local function _main( args )
local sep = '<br />'
local lastsep
local t = {}
for i, v in ipairs( args ) do
table.insert( t, v )
if mw.ustring.match( v, '%S' ) then
table.insert( t, sep )
lastsep = #t
end
end
if lastsep then
table.remove( t, lastsep )
end
return table.concat( t )
end
function p.main( frame )
000
1:0
이 문서에서 사용한 틀:
모듈:Br separated entries 문서로 돌아갑니다.