テンプレート:Mbox[[Category:MediaWiki documentation pages{{#translation:}}]]
URL を整形して表示するテンプレートです。インフォボックステンプレートの内部でよく使われます。
URL には等号 (=) が含まれる場合が多いため、{{URL|url}}より{{URL|1=url}}や{{URL|1=url|2=リンク}}の形が安全です。
例
| コード | 結果 |
|---|---|
| {{ URL }} | {{URL|1=example.com|2=リンクの表示名(省略可)}}
|
| {{ URL | }} | {{URL|1=example.com|2=リンクの表示名(省略可)}}
|
| {{ URL | EXAMPLE.com }} | example |
| {{ URL | example.com }} | example |
| {{ URL | www.example.com }} | www |
| {{ URL | http://www.example.com }} | www |
| {{ URL | https://www.example.com }} | www |
| {{ URL | ftp://www.example.com }} | www |
| {{ URL | ftp://ftp.example.com }} | ftp |
| {{ URL | http://www.example.com/ }} | www |
| {{ URL | http://www.example.com/path }} | www |
| {{ URL | www.example.com/foo }} | www |
| {{ URL | http://www.example.com/foo | リンク }} | リンク |
| {{ URL | www.example.com/foo | リンク }} | リンク |
| {{ URL | http://www.example.com/path/ }} | www |
| {{ URL | www.example.com/foo/ }} | www |
| {{ URL | 1=http://www.example.com/path?section=17 }} | www |
| {{ URL | 1=http://www.example.com/path?section=17 | 2=リンク }} | リンク |
| {{ URL | 1=www.example.com/foo?page=42 }} | www |
| {{ URL | http://www.example.com/foo/ | リンク }} | リンク |
| {{ URL | www.example.com/foo/ | リンク }} | リンク |
TemplateData
<templatedata> { "params": { "1": { "label": "URL", "description": "リンクするURL", "example": "https://www.example.com", "type": "url", "required": true }, "2": { "label": "表示名", "description": "リンクの表示名", "example": "リンク", "type": "string" } }, "description": "URL を整形して表示する", "format": "inline" } </templatedata>