Template:Linked/doc
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 pages directly.
Usage
edit- Wiki links
{{linked|Main Page}}
→ Main Page{{linked|Main Page|Wikijunior}}
→ Wikijunior{{linked|[[Main Page]]|Wikijunior}}
→ Main Page{{linked|:Main Page}}
→ Main Page{{linked|File:Example.jpg}}
→ File:Example.jpg{{linked|:File:Example.jpg}}
→ File:Example.jpg{{linked|Category:Categories}}
→ Category:Categories{{linked|:Category:Categories}}
→ Category:Categories
- HTTP links
{{linked| http://example.org}}
→ [1]{{linked| http://example.org|Bar}}
→ Bar{{linked| [http://example.org Foo]|Bar}}
→ Foo
- HTTP links
{{linked|https://example.org}}
→ [2]{{linked|https://example.org|Bar}}
→ Bar{{linked|[https://example.org Foo]|Bar}}
→ Foo
See also
edit- {{image}}
- {{file title}}
- {{category title}}
- {{transclude}}