#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'; }}} == 글 저장 후, 새로고침하지 않기 (v.1.1.6 이상) == {{{#!plain php $use_save_refresh= -1; }}} == ResentChanges 페이지 제목 글자 수 제한 없애기 == {{{#!plain php $rc_strimwidth=0; }}}