Revision history of "Module:DisplayTitle"

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.

  • curprev 08:59, 5 May 2022Admin talk contribs 170 bytes +170 Created page with "local p = {} function p.set(frame) return mw.ext.displaytitle.set(frame.args[1]) end function p.get(frame) return mw.ext.displaytitle.get(frame.args[1]) end return p"