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

4 August 2023

  • curprev 02:2202:22, 4 August 2023Admin coral island talk contribs 1,157 bytes +1,157 Created page with "-- Module Check -- -- Written by User:Shining-Armor -- -- Version 0.0.1 -- -- Last updated 9-15-2014 --<nowiki> local p = {} -- {{#invoke: Check|isMatch|Case Sensitive|arg1|arg2|ifTrue|ifFalse}} -- -- {{#invoke: Check|isMatch|false|Cat|Dog|Animal is a cat|Animal is not a cat}} -> Animal is not a cat function p.isMatch( frame ) if frame.args[1] == 'true' then frame.args[2] = string.lower(frame.args[2]) frame.args[3] = string.lower(frame.args[3])..."