Content deleted Content added
For now, please participate with the module's refinement at its primary home, wiktionary:Module:mh-pronunc. It is there that primary performance considerations are made first, especially in regards to the module's debug table hosted there. |
Updated some comments near the top. This update mirrors that at Wiktionary. |
||
Line 1:
-- This module is primarily maintained at:
-- https://en.wiktionary.org/wiki/Module:mh-pronunc
-- Please direct all technical queries and contributions there.
-- The version of this script on Wikipedia is only a mirror.
local IMPLIED_SECONDARIES = true
Line 10 ⟶ 12:
local export = {}
-- Cached functions, to help improve performance at Wiktionary.
local math_max = math.max
local math_min = math.min
|