Open main menu

Gramps β

User:DomoViridi/TempTest/Dict

< User:DomoViridi‎ | TempTest
Revision as of 14:02, 6 March 2026 by DomoViridi (talk | contribs) (Copy of the original Template:Dict)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{{{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.