Module:Util/markup/code/Documentation/Spec: Revision history

Jump to navigation Jump to search

This is the history of the page Module:Util/markup/code/Documentation/Spec

Select two revisions and click the "compare" button to view their diff, that is to say the differences between them.

Legend

Buttons and Symbols

  • (cur) — click to see the differences between this revision and the current version of the page.
  • (prev) — click to see the differences between this revision and the one before it.
  • m — minor edit

12 May 2024

  • curprev 17:1417:14, 12 May 2024PhantomCaleb talk contribs 418 bytes +418 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"