ja>僕たちの校内放送 編集の要約なし |
細 (1版 をインポートしました) |
(相違点なし)
|
2024年5月19日 (日) 15:10時点における最新版
ファイル:Edit-copy green.svg | これはテンプレート:URLの解説サブページです。 使用方法、カテゴリ、およびその他テンプレート自体に含まれない情報を収容しています。 |
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>