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

30 바이트 제거됨 ,  2015년 1월 24일 (토)
편집 요약 없음
편집 요약 없음
편집 요약 없음
295번째 줄: 295번째 줄:
--
--
local function renderMainTable()
local function renderMainTable()
     local tbl = HtmlBuilder.create('table')
     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
     local args = {}
     args = getArgs(frame, {wrappers = 'Template:Navbox'})
    local 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.
익명 사용자