Mr. Johnson (talk | contribs) (Created page with "<includeonly><!--Template Subcategories--></includeonly> {{Template|Here}} is used to quickly make wiki-links to anchors elsewhere in the current article. ==Usage== It accepts a single {{Parameter|mandatory}} string, the id of the anchor and a {{Parameter|optional|string}}, should the ID not be desirable display text. ==Returns== {{Code|<nowiki>{{Here|Usage}}</nowiki>}} returns: {{Return|{{Here|Usage}}}} {{Code|<nowiki>{{Here|Usage|There}}</nowiki>}} returns: {{Return|{{...") |
Mr. Johnson (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
It accepts a single {{Parameter|mandatory}} string, the id of the anchor and a {{Parameter|optional|string}}, should the ID not be desirable display text. | It accepts a single {{Parameter|mandatory}} string, the id of the anchor and a {{Parameter|optional|string}}, should the ID not be desirable display text. | ||
==Returns== | ==Returns== | ||
{{Code|<nowiki>{{Here|Usage}}</nowiki>}} returns: {{Return|{{Here|Usage}}}} | <includeonly>{{Code|<nowiki>{{Here|Usage}}</nowiki>}} returns: {{Return|{{Here|Usage}}}} | ||
{{Code|<nowiki>{{Here|Usage|There}}</nowiki>}} returns: {{Return|{{Here|Usage|There}}}} | {{Code|<nowiki>{{Here|Usage|There}}</nowiki>}} returns: {{Return|{{Here|Usage|There}}}}</includeonly> |
Latest revision as of 22:39, 20 February 2024
Template:Here
is used to quickly make wiki-links to anchors elsewhere in the current article.
Usage
It accepts a single mandatory parameter string, the id of the anchor and a optional string parameter, should the ID not be desirable display text.