Module:Constants: Revision history

Jump to navigation Jump to search

This is the history of the page Module:Constants

Select two revisions and click the "compare" button to view their diff, that is to say the differences between them.

Legend

Buttons and Symbols

  • (cur) — click to see the differences between this revision and the current version of the page.
  • (prev) — click to see the differences between this revision and the one before it.
  • m — minor edit

5 November 2022

27 October 2022

6 October 2022

16 September 2022

  • curprev 15:4915:49, 16 September 2022PhantomCaleb talk contribs 347 bytes +8 No edit summary
  • curprev 15:4715:47, 16 September 2022PhantomCaleb talk contribs 339 bytes +339 Created page with "local Constants = mw.loadData("Module:Constants/Data") local p = {} function p.Main(frame) local id = frame.args[1] if id == nil or id == "" then error("No constant name provided") end local constant = Constants[id] if constant == nil then error("Constant <code>%s</code> does not exist") end return constant end return p"