Template:anchor: Difference between revisions

From Laenkea
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
<includeonly>{{#if:{{language name|{{{1}}}}}|<span id="{{language name|{{{1}}}}}{{{2}}}">{{{3|}}}</span>|<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

TemplateDocumentation.svg Template documentation [view] [edit] [purge]

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.

Linking can then be done by using {{m|rad|word|anchor=3_vitamin}}, for example.