Template:eng: Difference between revisions

m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
mNo edit summary
Line 1: Line 1:
{{#switch:{{{1}}}|
<includeonly>{{#switch:{{{1}}}|
|m+ = [[w:English_language|English]] <i>[[wikt:{{{2}}}#{{{pos|English}}}|{{{3|{{{2}}}}}}]]</i>
|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>
|+ = [[w:English_language|English]] <i>[[wikt:{{{2}}}#{{{pos|English}}}|{{{3|{{{2}}}}}}]]</i>
|m = <i>[[wikt:{{{2}}}#{{{pos|English}}}|{{{3|{{{2}}}}}}]]</i>
|m = <i>[[wikt:{{{2}}}#{{{pos|English}}}|{{{3|{{{2}}}}}}]]</i>
|l = [[wikt:{{{2}}}#{{{pos|English}}}|{{{3|{{{2}}}}}}]]
|l = [[wikt:{{{2}}}#{{{pos|English}}}|{{{3|{{{2}}}}}}]]
|[[wikt:{{{1}}}#{{{pos|English}}}|{{{2|{{{1}}}}}}]]}}<noinclude>[[Category:Link templates]][[Category:Definition templates]]
|[[wikt:{{{1}}}#{{{pos|English}}}|{{{2|{{{1}}}}}}]]}}</includeonly><noinclude>{{documentation}}[[Category:Link templates]][[Category:Definition templates]]</noinclude>
== Usage ==
This creates a link to the Wiktionary entry for an English word.<br>
<code><nowiki>{{eng|there}}</nowiki></code> → {{eng|there}}<br>
<code><nowiki>{{eng|there be|there to be}}</nowiki></code> → {{eng|there be|there to be}}<br>
<code><nowiki>{{eng|pass|pos=Noun}}</nowiki></code> → {{eng|pass|pos=Noun}}<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>
<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> (default), <code>m</code> or <code>(m)+</code> to style it as per the standard linking modules:<br>
<code><nowiki>{{eng|word}}</nowiki></code> = <code><nowiki>{{eng|l|word}}</nowiki></code> → {{eng|l|word}}<br>
<code><nowiki>{{eng|m|word}}</nowiki></code> → {{eng|m|word}}<br>
<code><nowiki>{{eng|+|word}}</nowiki></code> = <code><nowiki>{{eng|m+|word}}</nowiki></code> → {{eng|+|word}}</noinclude>