Module:Hatnote: Revision history

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.

3 September 2025

  • curprev 04:0504:05, 3 September 2025 SGuySMW talk contribs 6,129 bytes +2,111 No edit summary undo
  • curprev 03:5303:53, 3 September 2025 SGuySMW talk contribs 4,018 bytes +4,018 Created page with " function p.findNamespaceId(link, removeColon) -- Finds the namespace id (namespace number) of a link or a pagename. This -- function will not work if the link is enclosed in double brackets. Colons -- are trimmed from the start of the link by default. To skip colon -- trimming, set the removeColon parameter to false. checkType('findNamespaceId', 1, link, 'string') checkType('findNamespaceId', 2, removeColon, 'boolean', true) if removeColon ~= false then link =..."