All public logs

From Zelda Wiki, the Zelda encyclopedia

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
  • 17:14, 12 May 2024 PhantomCaleb talk contribs created page Module:Util/markup/code/Documentation/Spec (Created page with "local p = {} function p.Schemas() return { text = { type = "string", required = true, }, } end function p.Documentation() return { params = {"text"}, returns = "<code>text</code> wrapped in [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/code <nowiki><code></nowiki>] tags.", cases = { { args = {"code stuff"}, expect = "<code>code stuff</code>", }, }, } end return p")