Module:Italic title: 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.

17 July 2025

  • curprev 16:4316:43, 17 July 2025 Randombell talk contribs m 785 bytes 0 1 revision imported
  • curprev 16:2216:22, 17 July 2025 Randombell talk contribs 785 bytes +785 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

29 June 2016