Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
18 October 2025
N 19:53 | Module:Utility/doc diffhist +895 Wioum talk contribs (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>...") |