welcome: please sign in

The following 105 words could not be found in the dictionary of 7 words (including 7 LocalSpellingWords) and are highlighted below:
access   after   also   alternative   an   And   and   are   auto   be   by   can   Configuration   definition   dict   Dict   Dictionaries   dictionary   distributed   does   either   ending   etc   example   examples   Files   Foot   for   form   French   German   glossary   has   have   Help   homepage   How   If   important   in   instead   is   it   It   key   Language   leading   like   Lists   lists   look   looks   markup   Master   name   named   Note   On   on   only   or   page   pairs   private   read   regex   see   See   shared   source   space   Spanish   specified   store   substitution   system   that   The   the   them   This   this   to   translate   translations   under   use   used   user   uses   value   value1   value2   value3   var1   var2   var3   Variables   want   which   wiki   with   words   you   your  

Clear message
Page Locked

HelpOnDictionaries

The dictionary markup can be used to store key-value pairs like in a dictionary or glossary. It uses definition lists (see HelpOnLists). A dictionary page used by the system has to have a name ending with Dict (see page_dict_regex on the page HelpOnConfiguration).

Dictionaries can be either shared or private (only you have read access to them under your homepage).

1. How does it look?

This is an example:

var1
value1
var2
value2
var3
value3

And it looks like this in the page source:

 var1:: value1
 var2:: value2
 var3:: value3

See also HelpOnVariables

2. Dictionaries for translations

Dictionaries can be used to translate user-specified words with auto-substitution1. If you want to use that a dictionary has to be named in the form LanguageDict (examples: GermanDict, FrenchDict, SpanishDict, etc.).


  1. this is an alternative for the distributed PO-Files, which are used instead in MoinMaster wiki (1)