잔글
편집 요약 없음
(새 문서: -- 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 ' | 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 '') |