Actions

Special

Main public logs

Combined display of all available logs of SUALEX. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:24, 29 January 2026 Jawad talk contribs created page Module:parser (Created page with "-- Module:parser local utilities = require("Module:utilities") local parser = {} function parser.parse_term(value) if not value or value == "" then return {} end local parts = utilities.split_string(value, ":") local term_item = parts[1] or "" local display_form = parts[2] -- capture whatever follows # as homonym (string), e.g. "1" for "#1" local homonym = term_item:match("#(.+)$") term_item = term_item:gsub("#.+$", "") return {term_ite...")