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

Module:Static/doc: Revision history

From Vault Hunters Official Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 June 2025

  • curprev 17:0017:00, 16 June 2025 Mnooseman talk contribs 1,998 bytes +1,998 Created page with "{{documentation header}} <!-- Documentation here --> <!-- Source: https://runescape.wiki/w/Module:Static/doc --> == Usage == This module returns a table that can store data that persists in between multiple <code><nowiki>{{#Invoke:}}</nowiki></code> calls. Example: <syntaxhighlight lang='lua'> local p = {} function p.main() local static = require( 'Module:Static' ) static.x = ( static.x or 0 ) + 1 return static.x end return p </syntaxhighlight> If the abo..."