All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Coral Island Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:22, 4 August 2023 Admin coral island talk contribs created page Module:Check (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])...")