-- Erzeugt eine Form eines Strings ohne Makron für Links in Flexionstabellen local m = {} function m.convert(frame) if (frame.args.spr == "la") then...
-- Stand 2022-09-03 -- Erzeugt den Standardzeichensatz für die Kategorisierung eines Eintrags in anderer Schriftart local Defaultsort = {} function Defaultsort...
local Verb = {} -- this function enables the module to be called from a template function Verb.main(frame) if type(Verb[frame.args[1]]) == 'function'...
-- Stand 5. August 2024, 17:12 -- Erzeugt die lateinische Umschrift eines Textes in anderer Schriftart local Umschrift = {} function Umschrift.main(frame)...
-- testpage local Pre = {} -- this function enables the module to be called from a template function Pre.main(frame) if type(Pre[frame.args[1]])...