Code | Ergebnis |
{{ URL }} | {{URL|example.com|optional angezeigter Text}} |
{{ URL | }} | {{URL|example.com|optional angezeigter Text}} |
{{ URL | EXAMPLE.com }} | example.com |
{{ URL | example.com }} | example.com |
{{ URL | www.example.com }} | www.example.com |
{{ URL | http://www.example.com }} | www.example.com |
{{ URL | https://www.example.com }} | www.example.com |
{{ URL | ftp://www.example.com }} | www.example.com |
{{ URL | ftp://ftp.example.com }} | ftp.example.com |
{{ URL | http://www.example.com/ }} | www.example.com |
{{ URL | http://www.example.com/path }} | www.example.com/path |
{{ URL | irc://irc.example.com/channel }} | irc.example.com/channel |
{{ URL | www.example.com/foo }} | www.example.com/foo |
{{ URL | http://www.example.com/path/ }} | www.example.com/path/ |
{{ URL | www.example.com/foo/ }} | www.example.com/foo/ |
{{ URL | 1=http://www.example.com/path?section=17 }} | www.example.com/path?section=17 |
{{ URL | 1=www.example.com/foo?page=42 }} | www.example.com/foo?page=42 |
{{ URL | www.example.com | example.com }} | example.com |
{{ URL | http://www.example.com/foo | link }} | link (Sollte nicht verwendet werden) |
{{ URL | www.example.com/foo | link }} | link (Sollte nicht verwendet werden) |
{{ URL | http://www.example.com/foo/ | link }} | link (Sollte nicht verwendet werden) |
{{ URL | www.example.com/foo/ | link }} | link (Sollte nicht verwendet werden) |