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

16 바이트 추가됨 ,  2016년 10월 21일 (금)
편집 요약 없음
편집 요약 없음
편집 요약 없음
412번째 줄: 412번째 줄:
if editProt then
if editProt then
-- The page is edit-protected.
-- The page is edit-protected.
ProtectionBanner = require('틀:보호-틀')
ProtectionBanner = requiretemplate('틀:보호-틀')
local reason = message('protection-reason-edit')
local reason = message('protection-reason-edit')
return ProtectionBanner._main{'이유', '크기 = 작게'}
return ProtectionBanner._main{'이유', '크기 = 작게'}
419번째 줄: 419번째 줄:
-- 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('틀:이동보호-틀')
ProtectionBanner = requiretemplate('틀:이동보호-틀')
return ProtectionBanner{action = '이동', '크기 = 작게'}
return ProtectionBanner{action = '이동', '크기 = 작게'}
else
else
익명 사용자