Template:Doubly escaped wikilink
Appearance
{{!((}}{{{1}}}{{!))}}
Doubly escaped wikilink produces a wikilink, escaped to protect it from two layers of template expansion.
Usage
[edit]{{ Doubly escaped wikilink | 1=target | 2=text }}
The template requires one parameter: the target page. It also accepts an optional second parameter: the displayed text, which defaults to the target page title.
Examples
[edit]{{Doubly escaped wikilink|Apple}}
→ {{!((}}Apple{{!))}} ([[Apple]]
){{Doubly escaped wikilink|Banana|Yellow fruit}}
→ {{!((}}Banana{{!}}Yellow fruit{{!))}} ([[Banana|Yellow fruit]]
)
TemplateData
[edit]This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Doubly escaped wikilink in articles based on its TemplateData.
TemplateData for Doubly escaped wikilink
Produce a wikilink, escaped to protect it from two layers of template expansion
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | The target page
| String | required |
2 | 2 | Displayed text
| String | optional |