Template:eng: Difference between revisions

Added l/m/m+ parameter
mNo edit summary
(Added l/m/m+ parameter)
Line 1: Line 1:
[[wikt:{{{1}}}#{{{pos|English}}}|{{{2|{{{1}}}}}}]]<noinclude>[[Category:Link templates]][[Category:Format templates]]
{{#switch:{{{1}}}|
|m+ = [[w:English_language|English]] <i>[[wikt:{{{2}}}#{{{pos|English}}}|{{{3|{{{2}}}}}}]]</i>
|+ = [[w:English_language|English]] <i>[[wikt:{{{2}}}#{{{pos|English}}}|{{{3|{{{2}}}}}}]]</i>
|m = <i>[[wikt:{{{2}}}#{{{pos|English}}}|{{{3|{{{2}}}}}}]]</i>
|l = [[wikt:{{{2}}}#{{{pos|English}}}|{{{3|{{{2}}}}}}]]
|<i>[[wikt:{{{1}}}#{{{pos|English}}}|{{{2|{{{1}}}}}}]]</i>}}<noinclude>[[Category:Link templates]][[Category:Format templates]]
== Usage ==
== Usage ==
This creates a link to the Wiktionary entry for an English word.<br>
This creates a link to the Wiktionary entry for an English word.<br>
Line 7: Line 12:
The first argument is the word which you wish to be linked.<br>
The first argument is the word which you wish to be linked.<br>
Optional second argument is the text to display if different from the first argument (the link).<br>
Optional second argument is the text to display if different from the first argument (the link).<br>
<code>pos</code> specifies part of speech, if you wish to hyperlink it to that specific section. (should be capitalised)</noinclude>
<code>pos</code> specifies part of speech, if you wish to hyperlink it to that specific section. (should be capitalised).<br><br>
You can also specify <code>l</code>, <code>m</code> (default) or <code>(m)+</code> to style it as per the standard linking modules:<br>
<code><nowiki>{{eng|l|word}}</nowiki></code> → {{eng|l|word}}<br>
<code><nowiki>{{eng|word}}</nowiki></code> = <code><nowiki>{{eng|m|word}}</nowiki></code> → {{eng|word}}<br>
<code><nowiki>{{eng|+|word}}</nowiki></code> = <code><nowiki>{{eng|m+|word}}</nowiki></code> → {{eng|+|word}}</noinclude>