Module:Switch by pattern: 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.

30 May 2024

  • curprev 18:5118:51, 30 May 2024Harrystein talk contribs 2,177 bytes +2,177 Created page with "require('strict') local p = {} --will find either "human" or "homo" as part of the following _input, and return "orange" --args = {_input="humans", ["pink"]="virus", ["green"]="plant", ["light gray"]="fung", ["orange"]="homo;human", _returnall="", _respectcase="", _sep=";"} --aliases to search keys are separated by _sep, so _sep cannot be part of any key --returns the first key found unless _returnall is nonempty, in which case it returns "all#keys#f..."