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

24 August 2022

  • curprev 22:2922:29, 24 August 2022 Admin talk contribs 4,209 bytes +4,209 Created page with "-- <nowiki> -- -- This module implements Template:Dialogue. local p = {} local function makeCategoryLink(cat) return string.format('Category:%s', cat) end local function makeWikitextError(msg) local ret = '' ret = ret .. string.format( '<strong class="error">Template:Dialogue error: %s.</strong>', msg ) if mw.title.getCurrentTitle().namespace == 0 then ret = ret .. makeCategoryLink('Pages with template parameter errors') end return ret end fu..."