Module:IJustWannaTrim: Revision history

From Vixen Village

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.

4 November 2025

  • curprev 12:5612:56, 4 November 2025 Ninnin talk contribs 141 bytes +141 Created page with "local p = {} function p.ijustwannatrim( frame ) local body = mw.text.trim(frame:preprocess(frame.args[1])) return body end return p"