wpja http://ja.wikipedia.org/wiki/ google.jp http://www.google.co.jp/search?q= </code>を記述(interwiki.confはバージョンアップで上書きされる)
inc/templete.php function tpl_pageinfo(){ という場所を検索 global $REV; の後ろに global $ID; を追加。
// $fn = utf8_decodeFN($fn); $fn = ''.$ID.'';
lib/tpl/テンプレート/main.phpに記述する
記事用リンクソース:<input type="text" name="link_source" size="50" value='<a href="<?php echo DOKU_URL.$ID?>" title="<?php echo hsc($conf['title'])?> - <?php tpl_pagetitle()?>"><?php tpl_pagetitle()?></a>' />
if ($REQUEST['mbdo'] == '') { $title = tpl_pagetitle($ID,true); $tid = $ID; if ($tid == 'index') {$tid = '';} print “記事用リンクソース:<input type="text" name="link_source" size="30" value='<a href="”; print DOKU_URL.$tid; print “" title="”; print $conf['title']; print “ - ”; print $title; print “">”; print $title; print “</a>' onfocus="this.select()" />”; }</code> - lib/tpl/テンプレート/main.phpに<code php><?php if (file_exists(dirname(FILE).'/linksource.php')) include_once(dirname(FILE).'/linksource.php'); ?></code>