All public logs

Jump to navigation Jump to search

Combined display of all available logs of The Languages of David J. Peterson. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:43, 27 March 2024 Juelos talk contribs created page Module:Checkparams (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>")...")