Module:zh-generateforms: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 May 2026

  • curprev 16:3116:31, 11 May 2026 Sware talk contribs 243 bytes +243 Created page with "local export = {} local data = mw.loadData("Module:zh/data/ts") function export.generateForms(text, lang, sc) if sc:getCode() == "Hant" then return {text, (text:gsub("[\194-\244][\128-\191]*", data))} end return {text} end return export"