모듈:Navbox: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음
편집 요약 없음 |
편집 요약 없음 |
||
295번째 줄: | 295번째 줄: | ||
-- | -- | ||
local function renderMainTable() | local function renderMainTable() | ||
local tbl = | local tbl = mw.html.create('table') | ||
.attr('cellspacing', 0) | .attr('cellspacing', 0) | ||
.addClass('nowraplinks') | .addClass('nowraplinks') | ||
428번째 줄: | 428번째 줄: | ||
getArgs = require('Module:Arguments').getArgs | getArgs = require('Module:Arguments').getArgs | ||
end | end | ||
args = getArgs(frame, {wrappers = 'Template:Navbox'}) | |||
-- Read the arguments in the order they'll be output in, to make references number in the right order. | -- Read the arguments in the order they'll be output in, to make references number in the right order. |