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

둘러보기로 이동 검색으로 이동
93 바이트 추가됨 ,  2022년 11월 4일 (금)
편집 요약 없음
편집 요약 없음
편집 요약 없음
135번째 줄: 135번째 줄:
root
root
:wikitext(p._getModuleWikitext(args, env))
:wikitext(p._getModuleWikitext(args, env))
--:wikitext(p.protectionTemplate(env))
:wikitext(p.protectionTemplate(env))
:wikitext(p.sandboxNotice(args, env))
:wikitext(p.sandboxNotice(args, env))
:tag('div')
:tag('div')
416번째 줄: 416번째 줄:
end
end


--function p.protectionTemplate(env)
function p.protectionTemplate(env)
-- -- Generates the padlock icon in the top right.
-- -- Generates the padlock icon in the top right.
-- -- @env - environment table containing title objects, etc., generated with p.getEnvironment
-- -- @env - environment table containing title objects, etc., generated with p.getEnvironment
443번째 줄: 443번째 줄:
-- return nil
-- return nil
-- end
-- end
--end
 
return mw.getCurrentFrame():expandTemplate{ title = '보호', args = { ['크기'] = '작게' } }
 
end


----------------------------------------------------------------------------
----------------------------------------------------------------------------
익명 사용자

둘러보기 메뉴