Module:Timeline: Revision history

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.

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.

December 14, 2023

  • curprev 23:1023:10, December 14, 2023Lost Student talk contribs 2,037 bytes +2,037 Created page with "-- TimelineModule.lua local p = {} function p.createTimeline(...) local events = {...} local output = mw.html.create() output:tag('div') :addClass('container') :wikitext('\n') output:tag('div') :addClass('row') :wikitext('\n') output:tag('div') :addClass('col-md-12 col-sm-12 col-xs-12') :wikitext('\n') output:tag('section') :addClass('main-timeline-section') :wikitext('\n')..."