All public logs

Jump to navigation Jump to search

Combined display of all available logs of Zelda Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:00, 20 May 2024 PhantomCaleb talk contribs created page Module:Util/tables/ isMatch/Documentation/Spec (Created page with "local p = {} function p.Documentation() return { params = {"tbl"}, returns = "A function which accepts a table and returns <code>true</code> if that table has all the values that <code>tbl</code> has. The table may have additional properties that <code>tbl</code> does not have.", cases = { { snippet = 1, expect = {true, false} } } } end return p")