(remove <nowiki> from example; categorize basic as per http://docs.simplemachines.org/index.php?topic=57) |
(wikified. needs more work) |
||
Line 1: | Line 1: | ||
{{Wordy bbc | |||
|tag=ftp | |||
|button=ftp.gif | |||
|type=parsed_equals | |||
|example=[ftp=ftp://somedomain.com]text or more BB Code[/ftp], [ftp]ftp://somedomain.com[/ftp] | |||
|result=<a href="ftp://somedomain.com">test or more BB Code</a>, ftp://somedomain.com | |||
|description= | |||
The <tt>ftp</tt> tag makes ftp hyperlinks. If a single ftp url is placed inside the tags, then a link will be made to that ftp url. How these links are opened depends on your browser, althought the default behaviour is to open in a new window.[ftp://somedomain.com ftp://somedomain.com] | |||
[ftp=ftp://somedomain.com]text or more BB Code[/ftp]Links with descriptions can be made using this format. This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly, with the exception of the <tt>email</tt>, <tt>ftp</tt>, <tt>iurl</tt> and <tt>url</tt> tags.[ftp://somedomain.com text or more BB Code] | |||
<nowiki>ftp://somedomain.com</nowiki>Ftp urls will also be auto-linked. If this is not desired, the <tt>nobbc</tt> tag can be used.ftp://somedomain.com | |||
}}[[Category:Basic Bulletin Board Code]] | |||
[[Category:Basic Bulletin Board Code]] | |||
[[Category:Bulletin_Board_Code]] | [[Category:Bulletin_Board_Code]] |
Revision as of 19:09, 18 January 2011
type: [ftp=parsed data]parsed content[/ftp]
description: The ftp tag makes ftp hyperlinks. If a single ftp url is placed inside the tags, then a link will be made to that ftp url. How these links are opened depends on your browser, althought the default behaviour is to open in a new window.ftp://somedomain.com
[ftp=ftp://somedomain.com]text or more BB Code[/ftp]Links with descriptions can be made using this format. This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly, with the exception of the email, ftp, iurl and url tags.text or more BB Code
ftp://somedomain.comFtp urls will also be auto-linked. If this is not desired, the nobbc tag can be used.ftp://somedomain.com
example: [ftp=ftp://somedomain.com]text or more BB Code[/ftp], [ftp]ftp://somedomain.com[/ftp]
result: <a href="ftp://somedomain.com">test or more BB Code</a>, ftp://somedomain.com