Template:Dict

From Gramps
Jump to: navigation, search
{{{word}}}
{{{en}}}

a dictionary template

Usage:

{{dict
 |lang =nl
 |word=abbatia
 |en=abbey
 |nl=abdij
 }}

or

{{dict
 |lang =nl
 |word=abbatia
 |en=abbey
 |default=abdij
 }}

Dict will return depending on value of lang, the correct translation, so

abbatia
abbey

If the language is not present in the dictionary, the language given by default is used. If default is not present, language en is used.