자유롭게 모듈의 사용법을 익힐 수 있는 연습장입니다.
local p = {} function link(frame) local link = frame.args[1] local page, text = unpack mw.text.split(link:gsub('%[(%b[])%]', '%1'), '%|') if not text then text = page end return 'text => page' end