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
  • 20:55, 5 May 2024 PhantomCaleb talk contribs created page Module:Util/strings/endsWith/Documentation/Spec (Created page with "local p = {} function p.Documentation() return { params = {"str", "pattern"}, returns = "<code>true</code> if <code>str</code> ends with <code>pattern</code>, else <code>false</code>.", cases = { { args = {"Fooloo Limpah", "Limpah"}, expect = true, }, { args = {"Fooloo Limpah", "limpah"}, expect = false, }, { args = {"Fooloo Limpah", ""}, expect = true, }, { args = {"Wood (Character)", ")", true}, expect = true...")