Pages for logged out editors learn more
Hachimitsu
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-..."
17:01
+3,906