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
  • 19:56, 12 May 2024 PhantomCaleb talk contribs created page Module:Util/tables/property/Documentation/Spec (Created page with "local p = {} function p.Documentation() return { params = {"tbl", "path"}, returns = "The value at <code>path</code> for <code>tbl</code>.", cases = { outputOnly = true, { args = {{ foo = {"bar"} }, {"foo", 1}}, expect = "bar", }, { args = {{ foo = {"bar"} }, {"foo", "bar", "baz"}}, expect = nil, }, }, } end return p")