Module:Test1: 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.

10 April 2026

  • curprev 19:5419:54, 10 April 2026Panglossa talk contribs 49,053 bytes +49,053 Created page with "local p = {} -- Defines a variable p as an empty table, but *not* nil. function p.hiero (frame) local charmap = {} charmap["A"] = "𓄿" charmap["i"] = "𓇋" charmap["y"] = "𓇌" charmap["j"] = "𓏭" charmap["a"] = "𓂝" charmap["w"] = "𓅱𓏲" charmap["b"] = "𓃀" charmap["p"] = "𓊪" charmap["f"] = "𓆑" charmap["m"] = "𓅓" charmap["n"] = "𓈖" charmap["r"] = "𓂋" charmap["h"] = "𓉔" charmap["H..."