문서 보기이전 판역링크맨 위로 이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요. {{tag>plugin}} ====== text (export / renderer) Plugin ====== This plugin allows you to export a page to a plain text format usable as a simple document or to be used in further processing. ===== Usage ===== To export a single page add the following parameter to the page URL: <code> <pagename>?do=export_text </code> To get a copy of rendered text in PHP (i.e. from a button or some other plugin) use: <code> global $ID; $ID = $id; //necessary for correct metadata handling $text = p_cached_output(wikiFN($id),'text'); </code> syntax/plugins/text/ko.txt 마지막으로 수정됨: 2023/07/20 04:32저자 writer