14,982
edits
mNo edit summary |
|||
| Line 43: | Line 43: | ||
Make Link Options | Make Link Options | ||
* Plain Text: <pre>%TEXT% %URL%</pre> | * Plain Text: <pre>%TEXT% %URL%</pre> | ||
* HTML (Use HTML Entities): <pre><a href="%URL%" target="_blank" title="%TEXT%">%TEXT%</a></pre> | * HTML (Use HTML Entities) for HTML 4.01: <pre><a href="%URL%" target="_blank" title="%TEXT%">%TEXT%</a> | ||
</pre> | |||
* Forum Code ([http://www.phpbb.com/community/faq.php?mode=bbcode#f40 BBCode guide]): <pre>[url=%URL%]%TEXT%[/url]</pre> | * Forum Code ([http://www.phpbb.com/community/faq.php?mode=bbcode#f40 BBCode guide]): <pre>[url=%URL%]%TEXT%[/url]</pre> | ||
* Wikipedia Wiki Syntax([http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style_%28links%29#External_links Manual]): <pre>[%URL% %TEXT%]</pre> | * Wikipedia Wiki Syntax([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>[[%URL%|%TEXT%]]</pre> | * [[DokuWiki]] Wiki Syntax ([http://www.wikicreole.org/wiki/Creole0.6#section-Creole0.6-LinksInternalAndExternal Creole 0.6 compatible]): <pre>[[%URL%|%TEXT%]]</pre> | ||
* APA alike ([[Citation format]]): <pre>Author (Year). %TEXT%. Retrieved LOCAL_TIME, from %URL%</pre> | * APA alike ([[Citation format]]): <pre>Author (Year). %TEXT%. Retrieved LOCAL_TIME, from %URL%</pre> | ||
optional | |||
* HTML (Use HTML Entities) for [http://www.hsiu28.net/html/article_detail.php?id=14 XHTML 1.0]: <pre><a href="%URL%" rel="external" title="%TEXT%">%TEXT%</a> | |||
</pre> | |||