편집 요약 없음
(새 문서: -- 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. | ||
ProtectionBanner = require('틀:보호-틀') | |||
local reason = message('protection-reason-edit') | local reason = message('protection-reason-edit') | ||
return mProtectionBanner._main{ | 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. | ||
ProtectionBanner = require('틀:이동보호-틀') | |||
return | 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' | ||
-- Assemble the fmbox text field. | -- Assemble the fmbox text field. |