Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14506 | czzmrn | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Italian "articolo determinativo" |
||
4 | slib_parms=2\ |
||
5 | ,nome\ |
||
6 | ,genere\ |
||
7 | ,[preposizione] |
||
8 | |||
9 | slib_out=definite article+name (with apostrophe if needed) |
||
10 | slib_comment=This script add the correct definite article ("il", "lo", "la", \ |
||
11 | "i", "gli", "le") to a given name, according to its gender (compatibile \ |
||
12 | with datamodules such as data/images/imgschool.fr).\ |
||
13 | A preposition ("di", "a", "da", "in", "su") can be given as a third \ |
||
14 | optional parameter. |