Main public logs
From Australian Enthusiasts Wiki
Combined display of all available logs of Australian Enthusiasts Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:10, 27 March 2022 TheDragonFire123 talk contribs created page Module:ExplodeString (Created page with "local p = {} function p.explode_string(s, delimiter) result = {}; for match in (s..delimiter):gmatch("(.-)"..delimiter) do table.insert(result, match); en...")