Template:Fake link/doc
Jump to navigation
Jump to search
| This template uses TemplateStyles: |
TemplateData
Simple template to create a fake link: text marked up to look like a wikilink without the functionality.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Link text | 1 | The text to be displayed with wikilink markup.
| String | required |
| Hover text | 2 | Allows the hover text to display differently from the link text
| String | optional |
| Red link? | red | Indicates whether the link should appear as a red link. Any truthy value will work.
| String | optional |
Examples
{{Fake link|Fake page name}}rendered: Fake page name{{Fake link|Fake page name|red=1}}rendered: Fake page name{{Fake link|Fake page name|Fake hover text}}rendered: Fake page name{{Fake link|Fake page name|Fake hover text|red=1}}rendered: Fake page name