La documentation pour ce module peut être créée à Module:anagrammes/de/Documentation
return {
-- List of characters to keep unchanged, empty for German
keep = {},
-- Table of character transformations, meant for characters without diacritics (ligatures, etc.)
mappings = {
= "",
= "12",
= "14",
= "2",
= "ae",
= "b", -- Bêta latin
= "b", -- Bêta grec
= "e",
= "g", -- Gamma latin
= "g", -- Gamma grec
= "i",
= "i",
= "l",
= "m",
= "m",
= "o",
= "o",
= "o",
= "o",
= "oe",
= "s",
= "ss",
= "v",
},
}