[[:CategoryDev/Document]]~ [[PukiWiki/1.4/添付文書]] Japanese Version : [[PukiWiki/1.4/添付文書/InterWikiテクニカル]] ---- * InterWiki Usage [#cd64ed11] #contents ---- ** Access to [[InterWiki]] (creating an InterWikiName) [#s5cf54f1] To create an [[InterWikiName]], write (Server name):WikiName in the server list as [[BracketName]].~ The hyperlink to the [[WikiName]] to that server is automatically created. [[(Server name):WikiName]] [[pukiwiki:FrontPage]] ** Adding a server to the server list [#o58c4adf] To add a server to the server list, define the server setting in the [[InterWikiName]] page. [URL (Server name)] Type [http://pukiwiki.sourceforge.jp/index.php pukiwiki] utf8 ** Changing the position of WikiName in URL [#z492e7fe] In the server list, the position of [[WikiName]] in the request URL can be set by $1. By default, it is added at the end of the URL. [http://pukiwiki.sourceforge.jp/index.php?cmd=backup&page=$1&age=1 pukiwiki] utf8 ** URL character encoding [#j16222ff] When creating a link to the page other than [[PukiWiki]], URL character encoding type may need to be defined. -[http://pukiwiki.sourceforge.jp/index.php?cmd=read&page=$1 sng] utf8 :std default|URL encoding using an internal character encoding (SJIS) :raw asis|Do not encode URL :sjis|URL encoding after converting the string to SJIS (aliasing mb_string to SJIS) :euc|URL encoding after converting the string to EUC-JP (aliasing mb_string to EUC-JP) :utf8|URL encoding after converting the string to UTF-8 (aliasing mb_string to UTF-8) :yw|URL encoding for YukiWiki :moin|URL encoding for MoinMoin In addition to above, the following encoding type defined in the PHP4 mb_string can be used. ''UCS-4, UCS-4BE, UCS-4LE, UCS-2, UCS-2BE, UCS-2LE, UTF-32, UTF-32BE, UTF-32LE, UCS-2LE, UTF-16, UTF-16BE, UTF-16LE, UTF-8, UTF-7, ASCII, EUC-JP, SJIS, eucJP-win, SJIS-win, ISO-2022-JP, JIS, ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10, ISO-8859-13, ISO-8859-14, ISO-8859-15, byte2be, byte2le, byte4be, byte4le, BASE64, 7bit, 8bit, UTF7-IMAP'' ** Encoding for [[YukiWiki]] [#h0628c24] -[[WikiName]] is URL-encoded without change. -[[BracketName]] is URL-encoded after [[ ]] is added.