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
  • 15:39, 12 May 2024 PhantomCaleb talk contribs created page Module:Util/strings/interpolate/Documentation/Spec (Created page with "local p = {} function p.Schemas() return { str = { type = "string", required = true, }, tbl = { type = "map", required = true, keys = { type = "string" }, values = { type = "string" }, }, } end function p.Documentation() return { desc = "Approximation of [http://lua-users.org/wiki/StringInterpolation string interpolation]", params = {"str", "tbl"}, returns = "The formatted string.", cases = { outputOnly = true, { args = {"...")