Module:Test: Revision history

Jump to navigation Jump to search

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 September 2024

  • curprev 04:1104:11, 16 September 2024Wikiwikiwiki talk contribs 151 bytes +151 Created page with "local p = {} --p stands for package function p.hello(frame) return "Hello " .. frame.args.name .. "! Welcome to " .. mw.site.server end return p"