Module:Checkparams: 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.

27 March 2024

  • curprev 12:4312:43, 27 March 2024Juelos talk contribs 6,263 bytes +6,263 Created page with "local export = {} local rsplit = mw.text.split local rfind = mw.ustring.find function get_template_title(frame) return frame:getParent():getTitle() end function get_template_content(frame) local title = get_template_title(frame) return mw.title.new( title ):getContent() end function get_template_code(text) -- returns the transcludable code on a template page res = "" matched = false for part in string.gfind(text, "<onlyinclude>(.-)</onlyinclude>")..."