Plantilla:Linked/doc
Apariencia
This is a documentation subpage for Plantilla:Linked. It contains usage information, categories and other content that is not part of the original plantilla 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
[revisa codigo]Wiki links
- {{linked|Foo}} → Foo
- {{linked|Foo|Bar}} → Bar
- {{linked|[[Foo]]|Bar}} → [[:Plantilla:Str crop]]
- {{linked|:Foo}} → Foo
- {{linked|File:Example.jpg}} → Archivo:Example.jpg
- {{linked|:File:Example.jpg}} → Archivo:Example.jpg
- {{linked|Category:Food}} → Categoría:Food
- {{linked|:Category:Food}} → Categoría:Food
- {{linked|[[Category:Food]]}} → [[:Plantilla:Str crop]]
- {{linked|[[File:Example.jpg]]}} → [[:Plantilla:Str crop]]
Http links
- {{linked| http://example.org}} → [[[:Plantilla:Str trim]]]
- {{linked| http://example.org|Bar}} → [[[:Plantilla:Str trim]] Bar]
- {{linked| [http://example.org Foo]|Bar}} → Foo
Https links
- {{linked|https://example.org}} → [[[:Plantilla:Str trim]]]
- {{linked|https://example.org|Bar}} → [[[:Plantilla: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
[revisa codigo]- {{File title}}
- {{Category title}}
- {{Transclude}}