#keywords MoniWiki, Config [[TableOfContents]] 모니위키 설정에 관한 설명 페이지 ==== 키워드 사용 ==== {{{#!plain php $use_keywords=1; }}} ==== 페이지 하단에 Keywords 리스트 출력 ==== {{{#!plain php $use_tagging='[http://?action=keywords&tour=1&all=1 Tags]: [[Keywords(tour)]]'; $extra_macros=array('FootNote','Comment'); }}} ==== 외부 링크를 새 창으로 열기 ==== {{{#!plain php $external_target = '_blank'; }}} ==== ResentChanges 페이지 제목 글자 수 제한 없애기 ==== {{{#!plain php $rc_strimwidth=0; }}} ==== Comment 사용, 페이지 하단에 출력 ==== {{{#!plain php $extra_macros=array('FootNote','Comment(oneliner)'); }}} ==== 페이지 별명(alias) 기능 (v.1.1.6 이상) ==== {{{#!plain php $use_alias=1; $aliaspage=$data_dir.'/text/AliasPageNames'; $use_easyalias=1; # direct linking to the dest page }}} ==== 글 저장 후, 새로고침하지 않기 (v.1.1.6 이상) ==== {{{#!plain php $use_save_refresh= -1; }}} ==== 매크로 별명 (v1.1.6 이후) ==== {{{#!plain php $myplugins=array('각주'=>'FootNote', '목차'=>'TableOfContents'); }}} ==== 사이드바의 서브메뉴 ==== {{{#!plain php $submenu='SubMenu'; $submenu_showmain=1; }}} ==== 파일 업로드 제한 해제 ==== {{{#!plain php $upload_masters=array('파초','icehit3'); }}} ==== Syntax Highlighter 3.0.83 ==== See also : [[CodeSyntaxHighlightPlugin#s-2]] ---- [[Navigation(모니위키)]]