Module:Asof: 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.

3 August 2023

  • curprev 16:5516:55, 3 August 2023Admin coral island talk contribs 2,352 bytes +2,352 Created page with "-- <pre> Creates dated statements local p = {} local u = require("Dev:Utility") local tValidMonths = { january = 1, february = 2, march = 3, april = 4, may = 5, june = 6, july = 7, august = 8, september = 9, october = 10, november = 11, december = 12, } --% Entry point Creates a dated statement and categorizes the page --@ frame (table) A scribunto frame --: (string) A string containing "As of", and a category with the date function p.main(frame) local tArg..."