Module:Nowiki parameter/doc: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 February 2026

  • curprev 02:4002:40, 28 February 2026 Erin Umbreon talk contribs 980 bytes +980 Created page with "{{documentation subpage}} This module is a single function which is used to unwrap parameters a template expects to be wrapped in a <code><nowiki></code> tag. For use in the implementation of other modules. local nowikiParameter = require("Module:Nowiki parameter") Used as: function p.main(frame) local value, usedNowiki = nowikiParameter(frame.args[1]) -- do stuff with value end === Parameters === # A value read from <code>frame.args</code>. Expected..."