Template:Linked/doc
外观
此頁面是Template:Linked的Template文档。 此頁面可能包含了模板的使用說明、分類和其他内容。 |
此Template文档被引用於約76個頁面。 為了避免造成大規模的影響,所有對此Template文档的編輯應先於沙盒、測試樣例或您的沙盒上測試。 測試後無誤的版本可以一次性地加入此Template文档中,但是修改前請務必於討論頁發起討論。 模板引用數量會自動更新。 |
This template can be used to simplify the inclusion of links in templates where users may use several different forms of syntax. It accepts a parameter and returns it linked, unless it already is. Works both with wikilinks and with http links.
It is primarily of use in templates and should not be used in articles directly.
This template can be substituted.
Usage
[编辑]- Wiki links
{{linked|Foo}}
→ Foo{{linked|Foo|Bar}}
→ Bar{{linked|[[Foo]]|Bar}}
→ Foo{{linked|:Foo}}
→ Foo{{linked|File:Example.jpg}}
→ File:Example.jpg{{linked|:File:Example.jpg}}
→ File:Example.jpg{{linked|Category:Food}}
→ Category:Food{{linked|:Category:Food}}
→ Category:Food
- Http links
{{linked| http://example.org}}
→ [1]{{linked| http://example.org|Bar}}
→ Bar{{linked| [http://example.org Foo]|Bar}}
→ Foo
- Https links
{{linked|https://example.org}}
→ [2]{{linked|https://example.org|Bar}}
→ Bar{{linked|[https://example.org Foo]|Bar}}
→ Foo
- Protocol-relative // links
{{linked| //example.org}}
→ [[3]]{{linked| //example.org|Bar}}
→ [[4]]{{linked| [//example.org Foo]|Bar}}
→ Foo
See also
[编辑]- {{File title}}
- {{Category title}}
- {{Transclude}}