Template:AnchorText: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>{{Template:Anchor|{{{1|}}}}} {{{1|}}}<includeonly><noinclude> {{Documentation}} </noinclude>") |
mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{Template:Anchor|{{{1|}}}}} {{{1|}}}<includeonly><noinclude> | <includeonly>{{Template:Anchor|{{{1|}}}}} {{{2|{{{1}|}}}}}<includeonly><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> |