Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Related changes

More actions

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.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits
Show new changes starting from 13:34, 19 October 2025
 
Page name:
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>...")