Template:anchor: Difference between revisions
Jump to navigation
Jump to search
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><span id="{{{1}}}">{{{2|}}}</span></includeonly><noinclude>{{documentation}}[[Category:Templates]]</noinclude> | <includeonly>{{#iferror:{{language name|{{{1}}}}}|<span id="{{{1}}}">{{{2|}}}</span>|<span id="{{language name|{{{1}}}}}{{{2}}}">{{{3|}}}</span>}}</includeonly><noinclude>{{documentation}}[[Category:Templates]]</noinclude> |
Latest revision as of 21:34, 4 April 2024
Creates an anchor ID which can be called in links.
|1=
(required): anchor ID|2=
: anchor content (inline)
OR
|1=
(required): language code|2=
(required): anchor ID minus language name|3=
: anchor content (inline)
{{anchor|rad|_genetics}}
will generate the anchor Radestrian_genetics
. If |1=
is not a language code, the whole of the parameter will be taken as the ID, and |2=
will be taken as content.
Anchor naming
When linking with {{m}}
, {{m+}}
or {{l}}
, anchors will be assumed to begin with the language name, followed by the specified anchor parameter. Hence, anchor IDs in Radestrian entries should begin with Radestrian
. The following systematic approach is also recommended:
- Etymology sections should be labelled with a number:
Radestrian1
- Senses should be labelled with a number or description following an underscore:
Radestrian_1
,Radestrian_vitamin
- Hence,
Radestrian3_vitamin
should refer to the vitamin sense of Etymology 3.
- Hence,
Linking can then be done by using {{m|rad|word|anchor=3_vitamin}}
, for example.