Template:Plural: Difference between revisions
Template page
More actions
←Created page with '{{#switch: {{{lang|}}} |cs={{#switch: {{{1|}}} |1= {{{2|}}} |2|3|4= {{{3|}}} |#default= {{{4|}}} }} |fr={{#ifexpr: {{{1|}}} <= 1 | {{{2|}}} | {{{3|}}} }} |de|nds|e...' |
add Russian rule (same as Czech but mod 10), remove needless aliases of the default case, add documentation |
||
| Line 2: | Line 2: | ||
|cs={{#switch: {{{1|}}} |1= {{{2|}}} |2|3|4= {{{3|}}} |#default= {{{4|}}} }} | |cs={{#switch: {{{1|}}} |1= {{{2|}}} |2|3|4= {{{3|}}} |#default= {{{4|}}} }} | ||
|fr={{#ifexpr: {{{1|}}} <= 1 | {{{2|}}} | {{{3|}}} }} | |fr={{#ifexpr: {{{1|}}} <= 1 | {{{2|}}} | {{{3|}}} }} | ||
| | |ru={{#switch: {{#expr:{{{1|}}} mod 10}} |1= {{{2|}}} |2|3|4= {{{3|}}} |#default= {{{4|}}} }} | ||
|#default={{#ifeq: {{{1|}}} | 1 | {{{2|}}} | {{{3|}}} }} | |#default={{#ifeq: {{{1|}}} | 1 | {{{2|}}} | {{{3|}}} }} | ||
}} | }}<noinclude>{{documentation}}</noinclude> | ||