Advertisement:

Module:Type in location: 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.

28 September 2023

  • curprev 03:5803:58, 28 September 2023Thewolf12 talk contribs 3,650 bytes +3,650 Created page with "local p = {} local plaintext = require("Module:Plain text")._main local language = mw.language.getContentLanguage() --Cleanup/format location for use in short descriptions function p.prepareLoc (frame) return p._prepareLoc (frame.args[1]) end function p._prepareLoc (text) text = plaintext(text) text = text..',' --comma at the end makes things convenient text = mw.ustring.gsub(text,'%b()', ', ') --remove things in brackets as extraneous information text = mw.ustrin..."