Module:Quote: Revision history

From Dervland Wiki
Jump to navigationJump 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.

1 January 2025

  • curprev 18:1618:16, 1 January 2025Derv talk contribs 3,501 bytes +14 No edit summary undo
  • curprev 18:1618:16, 1 January 2025Derv talk contribs 3,487 bytes +1 No edit summary undo
  • curprev 18:1518:15, 1 January 2025Derv talk contribs 3,486 bytes +3,486 Created page with "-- <nowiki> local Quote = {} local getArgs = require('Arguments').getArgs local i18n = require('I18n').loadMessages('Quote') local function build(quote_contents, quote_source, options) local quote_container = mw.html.create('blockquote') :addClass('pull-quote') :addClass(options.align) :addClass(options.extraclasses) :css(options.styles) :cssText(options.extrastyles) quote_container:node(quote_contents)..."