Combined display of all available logs of Kronopolis and the Flat Plane. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:53, 18 October 2025 Wioum talk contribs created page Module:Utility/doc (Created page with "==Usage== Import: <code>local util = require('Module:Utility')</code> ==Functions== ===dump=== Turn a table into a string. <code>dump(table)</code><br> Return type: string ====Example==== <pre> local table = { dong = 'biggest', description = 'schlong' } local str = dump(table) </pre> Returns: <pre> { ["dong "] = biggest, ["description"] = schlong, } </pre> ---- ===firstToUpper=== Capitalize first character in a string. <code>firstToUpper(string)</code><br>...")