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

22 September 2023

  • curprev 17:0117:01, 22 September 2023Hachimitsu talk contribs 3,906 bytes +3,906 Created page with "--[[ Library for all the functions that are going to be shared by other scripts. To use all the functions NOT defined as local, add at the beginning of script the following: require("Module:Common") The names aren't being sorted, because this could break the function dependencies. --]] -- create global object "common" for most of exported functions local common = {} -- == constants == common.romanizable = {'zh-hans', 'zh-hant', 'zh-cn', 'zh-tw', 'zh-hk', 'zh-sg', 'zh-..."