14,982
edits
No edit summary |
(→Make Link Options: 變數大寫改成小寫) |
||
| Line 46: | Line 46: | ||
%tinyurl% ''(實驗性功能)'' | %tinyurl% ''(實驗性功能)'' | ||
* 透過[http://durl.us/ durl.us]或[http://tinyurl.com/ TinyURL]的縮短網址服務。由於是實驗性功能,所以複製到剪貼本時可能會失敗。建議相隔一秒鐘,來產生網頁的縮短網址。 | * 透過[http://durl.us/ durl.us]或[http://tinyurl.com/ TinyURL]的縮短網址服務。由於是實驗性功能,所以複製到剪貼本時可能會失敗。建議相隔一秒鐘,來產生網頁的縮短網址。 | ||
== Make Link Options == | == Make Link Options == | ||
=== default syntax === | === default syntax === | ||
* Plain Text: ''override default'' <pre>% | * Plain Text: ''override default'' <pre>%text% %url%</pre> | ||
* HTML (Use HTML Entities) ''override default'' ([http://www.w3.org/TR/html401/struct/links.html HTML 4.01], XHTML 1.0 transitional): <pre><a href="% | * HTML (Use HTML Entities) ''override default'' ([http://www.w3.org/TR/html401/struct/links.html HTML 4.01], XHTML 1.0 transitional): <pre><a href="%url%" title="%text%" target="_blank" rel="nofollow">%text%</a> | ||
</pre> | </pre> | ||
* MarkDown links[http://markdown.tw/]: <pre>[% | * MarkDown links[http://markdown.tw/]: <pre>[%text%](%url%)</pre> | ||
* Forum Code ([http://www.phpbb.com/community/faq.php?mode=bbcode#f40 BBCode guide]): <pre>[url=% | * Forum Code ([http://www.phpbb.com/community/faq.php?mode=bbcode#f40 BBCode guide]): <pre>[url=%url%]%text%[/url]</pre> | ||
=== wiki syntax === | === wiki syntax === | ||
* Wiki Syntax of Wikipedia or mediawiki sites([http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style_%28links%29#External_links Manual]): <pre>[% | * Wiki Syntax of Wikipedia or mediawiki sites([http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style_%28links%29#External_links Manual]): <pre>[%url% %text%]</pre> | ||
* [[DokuWiki]] Wiki Syntax ([http://www.wikicreole.org/wiki/Creole0.6#section-Creole0.6-LinksInternalAndExternal Creole 0.6 compatible]): <pre>[[% | * [[DokuWiki]] Wiki Syntax ([http://www.wikicreole.org/wiki/Creole0.6#section-Creole0.6-LinksInternalAndExternal Creole 0.6 compatible]): <pre>[[%url% | %text%]]</pre> | ||
* [http://web.nlhs.tyc.edu.tw/~lss/wiki/TiddlyWikiTutorialTW.html TiddlyWiki] Wiki Syntax: <pre>[[% | * [http://web.nlhs.tyc.edu.tw/~lss/wiki/TiddlyWikiTutorialTW.html TiddlyWiki] Wiki Syntax: <pre>[[%text%|%url%]]</pre> | ||
=== APA style alike syntax === | === APA style alike syntax === | ||
* APA style v.5 alike ([[Citation format]]): <pre>Author (Year). % | * APA style v.5 alike ([[Citation format]]): <pre>Author (Year). %text%. Retrieved LOCAL_TIME, from %url%</pre> | ||
* APA style v.6 alike ([[Citation format]]): | * APA style v.6 alike ([[Citation format]]): | ||
** with published date -- <pre>Author (Year). % | ** with published date -- <pre>Author (Year). %text%. Retrieved from %url%</pre> | ||
** without published date --<pre>Author (n.d.). % | ** without published date --<pre>Author (n.d.). %text%. Retrieved from %url%</pre> | ||
=== other syntax === | === other syntax === | ||
* [http://www.plurk.com/ Plurk][http://s8726319.pixnet.net/blog/post/18592491 語法]: <pre>% | * [http://www.plurk.com/ Plurk][http://s8726319.pixnet.net/blog/post/18592491 語法]: <pre>%url% (%text%)</pre> | ||
* 在 Google Drive[https://support.google.com/docs/answer/3093313?hl=zh-Hant&rd=1] 或 Microsoft Excel 的儲存格內建立超連結: <pre>=HYPERLINK("% | * 在 Google Drive[https://support.google.com/docs/answer/3093313?hl=zh-Hant&rd=1] 或 Microsoft Excel 的儲存格內建立超連結: <pre>=HYPERLINK("%url%", "%text%")</pre> | ||
* HTML (Use HTML Entities) for [http://www.w3.org/TR/xhtml1/ XHTML 1.0] strict [http://www.sitepoint.com/article/standards-compliant-world]: <pre><a href="% | * HTML (Use HTML Entities) for [http://www.w3.org/TR/xhtml1/ XHTML 1.0] strict [http://www.sitepoint.com/article/standards-compliant-world]: <pre><a href="%url%" rel="external" title="%text%">%text%</a> | ||
</pre> | </pre> | ||