Difference between revisions of "Template:Linked/doc"
Jump to navigation
Jump to search
(sl:Predloga:Linked) |
(remove sandbox) |
||
| Line 38: | Line 38: | ||
*{{tl|Transclude}} | *{{tl|Transclude}} | ||
| − | <includeonly> | + | <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox|| |
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | ||
[[Category:Wikipedia metatemplates]] | [[Category:Wikipedia metatemplates]] | ||
| Line 44: | Line 44: | ||
[[es:Plantilla:Enlazado]] | [[es:Plantilla:Enlazado]] | ||
[[sl:Predloga:Linked]] | [[sl:Predloga:Linked]] | ||
| − | </includeonly> | + | }}</includeonly> |
Revision as of 18:43, 22 July 2012
| This is a documentation subpage for Template:Linked. It contains usage information, categories and other content that is not part of the original template page. |
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}}→ [[:Template:Str crop]]{{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}}→ [[[:Template:Str trim]]]{{linked| http://example.org|Bar}}→ [[[:Template:Str trim]] Bar]{{linked| [http://example.org Foo]|Bar}}→ Foo
- Https links
{{linked|https://example.org}}→ [[[:Template:Str trim]]]{{linked|https://example.org|Bar}}→ [[[:Template:Str trim]] Bar]{{linked|[https://example.org Foo]|Bar}}→ Foo
- Protocol-relative // links
{{linked| //example.org}}→ [1]{{linked| //example.org|Bar}}→ Bar{{linked| [//example.org Foo]|Bar}}→ Foo
See also
- {{Image}}
- {{File title}}
- {{Category title}}
- {{Transclude}}