#keywords Moniwiki, Config * 키워드 사용 {{{#!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; }}} === Comment 사용, 페이지 하단에 출력하기 === {{{#!plain php $extra_macros=array('FootNote','Comment(oneliner)'); }}} === 페이지 별명(alias) 기능 사용 === {{{#!plain php $use_alias=1; $aliaspage=$data_dir.'/text/AliasPageNames'; $use_easyalias=1; # direct linking to the dest page }}}