Module:Hatnote: Revision history

From Melvor Idle

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.

19 July 2024

  • curprev 12:4112:41, 19 July 2024Ricewind talk contribs 554 bytes +3 No edit summary
  • curprev 12:3912:39, 19 July 2024Ricewind talk contribs 551 bytes +12 No edit summary
  • curprev 12:3812:38, 19 July 2024Ricewind talk contribs 539 bytes +539 Created page with "local p = {} -- Produces standard hatnote text -- function p.hatnote(frame) local args = frame:getParent().args local s = args[1] if not s then return '<strong class="error">No text specified for hatnote</strong>' end return p._hatnote(s) end function p._hatnote(s) local hatnote = mw.html.create('div') hatnote:wikitext(s) :addClass('navigation-not-searchable') :css('margin', '0.5em 2em 1em 2em') :css(..."