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

5 바이트 추가됨 ,  2019년 9월 10일 (화)
잔글
편집 요약 없음
(새 문서: -- This implements Template:navboxes local p = {} local Navbox = require('Module:Navbox') local param_ko = { ['상태'] = 'state', ['제목'] = 'title', ['내용1'] = 'list1', [...)
 
잔글편집 요약 없음
32번째 줄: 32번째 줄:
local function navboxes(args, list)
local function navboxes(args, list)
local navbar = (args['state'] and args['state'] == 'off') and 'off' or 'plain'
local navbar = (args['state'] and args['state'] == 'off') and 'off' or 'plain'
local title = args['title'] or 'Links to related articles'
local title = args['title'] or '이 문서와 관련된 항목'
local titlestyle = 'background:' .. (args['bg'] or '#e8e8ff') .. ';'
local titlestyle = 'background:' .. (args['bg'] or '#e8e8ff') .. ';'
.. (isnotempty(args['fg']) and ('color:' .. args['fg'] .. ';') or '')
.. (isnotempty(args['fg']) and ('color:' .. args['fg'] .. ';') or '')
익명 사용자