Jump to content

Module:Essay sidebar: 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.

13 March 2025

  • curprev 00:5700:57, 13 March 2025 Thehighwayman talk contribs m 623 bytes 0 Protected "Module:Essay sidebar" ([Edit=Allow only administrators] (indefinite))
  • curprev 00:5600:56, 13 March 2025 Thehighwayman talk contribs 623 bytes +623 Created page with "-- This module implements collapsing a div for the "Last Updated" section. -- doesn't work yet. local p = {} function p.collapse(frame) local content = frame.args[1] or '' local isExpanded = frame.args.expanded == 'yes' local collapseClass = isExpanded and '' or 'mw-collapsed' local result = mw.html.create('div') result:addClass('lastupdate-container') result :wikitext('\'\'\'<span class="collapse-icon">▼</span> Last Updated\'\'\'')..."