Template:Conj/doc: Difference between revisions
More actions
No edit summary |
No edit summary |
||
| (5 intermediate revisions by 4 users not shown) | |||
| Line 21: | Line 21: | ||
|name=Conj | |name=Conj | ||
|desc=Translates phrases line "A", "A and B", "A, B and C" or "A, B, C and D" etc | |desc=Translates phrases line "A", "A and B", "A, B and C" or "A, B, C and D" etc. Technically it calls a function from [[Module:Linguistic]], and relies solely on Lua code. | ||
|namespace=all | |namespace=all | ||
|usergroup=all | |usergroup=all | ||
| Line 29: | Line 29: | ||
|example= | |example= | ||
|i18n-method=switch | |i18n-method=switch | ||
|i18n-desc=For "or" type {{tl|LangSwitch}} is used. For "and" type | |i18n-desc=For "or" type {{tl|LangSwitch}} is used. For "and" type translatewiki.net translation is used. | ||
|i18n-mediawiki-msg= | |i18n-mediawiki-msg= | ||
|seealso= | |seealso= | ||
| Line 35: | Line 35: | ||
|lines=one | |lines=one | ||
|shorthand= | |shorthand= | ||
|relieson= | |relieson=[[Module:Linguistic]] | ||
}} | }} | ||
| Line 65: | Line 65: | ||
| {{Conj|A|B|C|D|lang=pl}} | | {{Conj|A|B|C|D|lang=pl}} | ||
|- | |- | ||
| <nowiki>{{Conj | | <nowiki>{{Conj|A|B|C|D|lang=zh}}</nowiki> | ||
| {{Conj | | {{Conj|A|B|C|D|lang=zh}} | ||
|- | |||
| <nowiki>{{Conj|אלף|בית|גימל|דלת|lang=he}}</nowiki> | |||
| {{Conj|אלף|בית|גימל|דלת|lang=he}} | |||
|- | |- | ||
| <nowiki>{{Conj|A|B|C||E}}</nowiki> | | <nowiki>{{Conj|A|B|C||E}}</nowiki> | ||
| {{Conj|A|B|C||E}} | | {{Conj|A|B|C||E}} | ||
|- | |||
| <nowiki>{{Conj|1=A|2=B|3=}}</nowiki> | |||
| {{Conj|1=A|2=B|3=}} | |||
|- | |- | ||
| <nowiki>{{Conj | | <nowiki>{{Conj | ||
Latest revision as of 18:16, 25 July 2019
Translates phrases line "A", "A and B", "A, B and C" or "A, B, C and D" etc. Technically it calls a function from Module:Linguistic, and relies solely on Lua code.
Usage
{{Conj |1= |2, 3, 4, 5= }}
Template parameters
| Parameter | Description | Default | Status | |
|---|---|---|---|---|
1 | first word ("A") | empty | required | |
2, 3, 4, 5 | other words ("B", "C", "D", "E") | empty | optional | |
lang | language | {{int:lang}} | optional | |
type | "and", "or" or "comma" | {{int:and}} | optional | |
Additional information
The template is intended to be used in the following namespaces: all namespaces
The template is intended to be used by the following user groups: all users
Relies on:
Module:Linguistic
Localization
To add your language to the list of languages supported by this template, please edit the template and add a row to the "{{LangSwitch|}}" construct. It takes the form "|xx= Your translation " (xx being the code of your language)
For "or" type {{LangSwitch}} is used. For "and" type translatewiki.net translation is used.
Examples
| code | output |
|---|---|
| {{Conj|A|B|C|D|E}} | A, B, C, D and E |
| {{Conj|A|B|C|D}} | A, B, C and D |
| {{Conj|A|B|C}} | A, B and C |
| {{Conj|A|B}} | A and B |
| {{Conj|A}} | A |
| {{Conj|A|B|C|D|E|type=or}} | A, B, C, D or E |
| {{Conj|A|B|C|D|lang=pl}} | A, B, C i D |
| {{Conj|A|B|C|D|lang=zh}} | A、B、C和D |
| {{Conj|אלף|בית|גימל|דלת|lang=he}} | אלף, בית, גימל ודלת |
| {{Conj|A|B|C||E}} | A, B, C and E |
| {{Conj|1=A|2=B|3=}} | A and B |
| {{Conj |A |B |C |D |E }} | A, B, C, D and E |