Template:See also
Appearance
関連項目: [[:{{{1}}}]]
テンプレートの解説
このテンプレートはLuaを使用しています: |
短い注(ハットノート)を作成して関連のある他のページを数件示すには{{See also}} を使い、スタイルマニュアルの示すとおりセクション(節)の冒頭部に設置します。 これは記事のいちばん下にある「関連項目」節 の解説ではありません。
{{See also|記事 1|label 1=ラベル1|記事 2|label 2=ラベル2|...}}
- Any number of articles can be listed (at least one should be provided).
- 最後の2項目間に「および」を挟む。
- パラメーターのラベル1、ラベル2などを使用して、リンクごとに別名を指定できます。
- Parameter
ll
makes this template use {{Ll }}, which provides automatic linking to translation in user language, as well as using a translated default link text (overriding withlabel n
still applies).
- 改行文字が入ると記事のリンク切れの原因
例
コード | 結果 |
---|---|
{{See also|Article}} |
関連項目: Article
|
{{See also|Article|label 1=記事の別名}} |
関連項目: 記事の別名
|
{{See also|Article|Article 2}} | |
{{See also|Article|Article 2|Article 3}} | |
{{See also|Article|Article 2|ll=TRUE}} |
関連項目: Article translated および Article 2 translated
|
{{See also|Article|Article 2|l2=記事2の別名}} |
これは、ビジュアルエディターまたは他のツールで使用される、このテンプレート向けのテンプレートデータ説明文です。
See also
Display a note about a related page.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Page name | 1 | Full name of related page | Page name | required |
Link label | label 1 l1 | Custom link text, to serve as label instead of the page name.
| String | optional |
Page 2 | 2 | no description | Page name | optional |
Page 2 label | label 2 l2 | no description | Template | optional |
Page 3 | 3 | no description | Page name | optional |
Page 3 label | label 3 l3 | no description | String | optional |
Use {{ll}} | ll | If this parameter has any non-blank value, links are generated using {{ll}}, which provides automatic linking to translation in user language, as well as using a translated default link text (overriding link texts still applies). | Line | optional |