편집 요약 없음
편집 요약 없음 |
편집 요약 없음 |
||
135번째 줄: | 135번째 줄: | ||
root | root | ||
:wikitext(p._getModuleWikitext(args, env)) | :wikitext(p._getModuleWikitext(args, 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) | |||
-- -- 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 | ||
return mw.getCurrentFrame():expandTemplate{ title = '보호', args = { ['크기'] = '작게' } } | |||
end | |||
---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |