This is used to show inline usage examples (not quotations or collocations) following a definition line. For collocations, use {{coi}}
. See WT:USEX for some general guidelines regarding usage examples.
The template call {{uxi|...}}
works identically to {{ux|....|inline=1}}
. It is intended for usage examples that are short enough that the example, its transliteration (if needed) and any idiomatic or literal translations can all fit on a single line, separated by em dashes.
|1=
|2=
|3=
, |translation=
or |t=
|tr=
or |transliteration=
|sc=
|q=
, |qN=
or |qualifier=
, |qualifierN=
|ref=
|audio=
|lit=
|subst=
FROM//TO
(FROM/TO
is also accepted), where FROM
is the source text as found in the example, and TO
is the corresponding respelling in the source script (e.g. Cyrillic, Hebrew or Devanagari). The substitutions are applied in order and before transliteration. The idea is to phonetically respell words with irregular transliteration so that the transliteration comes out correctly, without the need to manually transliterate the entire example using |tr=
. Note that FROM
and TO
are actually Lua patterns (see WT:LUA). This means, for example, that a hyphen in the source text needs to be "escaped" by writing it as %-
. See below for an example of using this parameter. Other examples may be found in the documentation for {{usex}}
and {{quote}}
.|noenum=
#:
" for visual aesthetics.|sort=
Usage examples are normally preceded by "#:
", or by "#*
" or "#*:
" to hide the usage example (normally used for direct quotes).
Wikitext (from Tajik китоб (kitob))
# ]
#: {{uxi|tg|Ин '''китобро''' хондам.|I read this '''book'''.}}
Output
Wikitext (from Esperanto indiki)
# to ]
#: {{uxi|eo|La forta vento '''indikas''' ke ŝtormo venas.|The strong wind '''indicates''' that a storm is coming.|ref=<ref>http://tatoeba.org/eng/sentences/show/454290</ref>}}
===References===
<references/>
Output
Wikitext (from Esperanto kelkaj)
# {{inflection of|kelka||p|lang=eo}}
## ]
## ]
##: {{uxi|eo|'''Kelkaj''' el iliaj ovoj estas malbonaj.|'''Several''' of their eggs are bad.}}
Output
Wikitext
#: {{uxi|nup|'''Ele''' à dù.|It's going to rain.|lit='''Rain''' will fall.}}
Output
Wikitext
#: {{uxi|ru|Полицейские огородили середину шоссе́ на гора́х.|Police officers blocked the middle of the highway.|subst=шоссе́//шоссэ́}}
Output
Wikitext
#: {{uxi|de|fließen|to flow|q=Germany}}
#: {{uxi|de|fliessen|to flow|q=Switzerland|q2=Liechtenstein}}
Output
{{ux}}
– used for longer usage examples{{quote}}
– used for quotations{{coi}}
– used for collocationsTemplateData for uxi
This is used to show inline usage examples (not quotations) following a definition line.
Parameter | Description | Type | Status | |
---|---|---|---|---|
language code | 1 | The language code of the example to be shown
| String | required |
example | 2 | The example to be shown. Use '''bold''' to highlight the current term.
| String | required |
translation | 3 t translation | The English translation for examples on foreign entries. Use '''bold''' to highlight the current term's translation.
| String | optional |
transliteration | tr | The Latin transliteration for examples in non-Latin script. | String | optional |
script code | sc | The script code, required for certain languages with multiple possible scripts.
| String | optional |
qualifier | q | To qualify an example with a region or register, or a type of usage.
| String | optional |
reference | ref | To include a reference or link to an originating external site. | URL | optional |
audio | audio | An audio file that contains the example sentence in spoken form. | File | optional |
literal translation | lit | A literal translation of an idiomatic expression in a foreign language.
| String | optional |
substitution | subst | Substitutions to be applied to handle irregular transliterations in certain languages (e.g. Russian and Yiddish; see example above). If specified, should be one or more substitution expressions, where each substitution expression is of the form FROM//TO (FROM/TO is also accepted), where FROM is a Lua pattern and TO is the corresponding replacement expression. The substitutions are applied in order and before transliteration; hence both FROM and TO should be in the source script (e.g. Cyrillic or Hebrew).
| String | optional |
noenum | noenum | To use in unnumbered sections (not following a definition). It may start the line following the definition or may be prefixed by "<code>#:</code>" for visual aesthetics.
| Boolean | optional |