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

둘러보기로 이동 검색으로 이동
81 바이트 제거됨 ,  2016년 10월 21일 (금)
편집 요약 없음
(새 문서: -- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the...)
 
편집 요약 없음
412번째 줄: 412번째 줄:
if editProt then
if editProt then
-- The page is edit-protected.
-- The page is edit-protected.
mProtectionBanner = require('Module:Protection banner')
ProtectionBanner = require(':보호-틀')
local reason = message('protection-reason-edit')
local reason = message('protection-reason-edit')
return mProtectionBanner._main{reason, small = true}
return mProtectionBanner._main{'이유', '크기 = 작게'}
elseif moveProt and moveProt ~= 'autoconfirmed' then
elseif moveProt and moveProt ~= 'autoconfirmed' then
-- The page is move-protected but not edit-protected. Exclude move
-- The page is move-protected but not edit-protected. Exclude move
-- protection with the level "autoconfirmed", as this is equivalent to
-- protection with the level "autoconfirmed", as this is equivalent to
-- no move protection at all.
-- no move protection at all.
mProtectionBanner = require('Module:Protection banner')
ProtectionBanner = require(':이동보호-틀')
return mProtectionBanner._main{action = 'move', small = true}
return ProtectionBanner{action = '이동', '크기 = 작게'}
else
else
return nil
return nil
712번째 줄: 712번째 줄:
fmargs.image = 'none'
fmargs.image = 'none'
fmargs.style = message('fmbox-style') -- Sets 'background-color: #ecfcf4'
fmargs.style = message('fmbox-style') -- Sets 'background-color: #ecfcf4'
fmargs.textstyle = message('fmbox-textstyle') -- 'font-style: italic;'


-- Assemble the fmbox text field.
-- Assemble the fmbox text field.
익명 사용자

둘러보기 메뉴