Template:AnchorText: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>{{Template:Anchor|{{{1|}}}}} {{{1|}}}<includeonly><noinclude> {{Documentation}} </noinclude>") |
m (It's been so long, I've forgotten how to do these) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <onlyinclude>{{Template:Anchor|{{{1|}}}}}{{{2|{{{1}}}}}}</onlyinclude><noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"text": { | |||
"label": "Anchor Text", | |||
"description": "If included, the displayed text which is different than the link", | |||
"suggested": true | |||
}, | |||
"link": { | |||
"label": "Anchor Link", | |||
"description": "The name of the anchor link", | |||
"required": true | |||
} | |||
}, | |||
"description": "Add an anchor and add the text", | |||
"paramOrder": [ | |||
"link", | |||
"text" | |||
], | |||
"format": "inline" | |||
} | |||
</templatedata></noinclude> |
Latest revision as of 17:30, 12 March 2024
{{{1}}}
Template documentation[create]
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |
Add an anchor and add the text
Parameter | Description | Type | Status | |
---|---|---|---|---|
Anchor Link | link | The name of the anchor link | Unknown | required |
Anchor Text | text | If included, the displayed text which is different than the link | Unknown | suggested |