This is a documentation subpage for Template:Linktitle. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
editThis template makes the rollover tooltip text display the specified text.
- Full Capability Usage: {{linktitle|(url|wiki)=|text=|plain=}}
Only the bolded letters are necessary for the template to function properly.
Parameter Definitions
editParameter | Required | Notes |
---|---|---|
url | See notes | Use url for external links. (i.e., non-wiki namespace)
|
wiki | Yes | Use wiki for internal links. |
text | No | Defines the text displayed in the tooltip box.
|
plain | No | Defines the text to click on. |
Examples
editInput | Output | ||||||
---|---|---|---|---|---|---|---|
{{linktitle|url=http://www.google.com/}} | http://www.google.com/ | ||||||
{{linktitle|url=http://www.google.com/|text="A search engine"}} | http://www.google.com/ | ||||||
{{linktitle|url=http://www.google.com/|plain=Google Search}} | Google Search | ||||||
{{linktitle|url=http://www.google.com/|text="A search engine"|plain=Google Search}} | Google Search | ||||||
{{linktitle|wiki=WP:POL}} | WP:POL | ||||||
{{linktitle|wiki=WP:POL|text="Wikipedia Policies and Guidelines"}} | WP:POL | ||||||
| |||||||
{{linktitle|wiki=Wikipedia:Policies_and_guidelines|text="poli and guide"|plain=WP:POL}} | WP:POL |