Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of New Prairie Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:43, 17 July 2025 Randombell talk contribs imported Module:Italic title by file upload (1 revision)
- 16:22, 17 July 2025 Randombell talk contribs created page Module:Italic title (Created page with "-- This module implements {{italic title}}. local p = {} function p._main(args, frame, title) args = args or {} frame = frame or mw.getCurrentFrame() title = title or mw.title.getCurrentTitle() local prefix, parentheses = mw.ustring.match(title.text, '^(.+) (%([^%(%)]+%))$') local result if prefix and parentheses and args.all ~= 'yes' then result = string.format("<i>%s</i> %s", prefix, parentheses) else result = string.format("<i>%s</i>", title.text) end i...") Tag: Recreated
- 16:22, 17 July 2025 Randombell talk contribs deleted page Module:Italic title (content was: "-- This module implements {{italic title}}. local p = {} function p._main(args, frame, title) args = args or {} frame = frame or mw.getCurrentFrame() title = title or mw.title.getCurrentTitle() local prefix, parentheses = mw.ustring.match(title.text, '^(.+) (%([^%(%)]+%))$') local result if prefix and parentheses and args.all ~= 'yes' then result = string.format("<i>%s</i> %s", prefix, parentheses) else result = string.format("<i>%s</i>", title.text) end if title...")
- 10:17, 17 July 2025 Randombell talk contribs imported Module:Italic title by file upload (1 revision)