Module:Dev:Quote: Revision history

Jump to navigation Jump 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.

26 April 2026

  • curprev 18:1118:11, 26 April 2026 KasaneTetoLover talk contribs 1,293 bytes +1,293 Created page with "local p = {} function p.main(frame) -- Grab the arguments passed to the template local args = frame:getParent().args if args[1] == nil and args.quote == nil and args.text == nil then args = frame.args end local text = args.quote or args.text or args[1] or "" local author = args.author or args.sign or args[2] or "" local source = args.source or args[3] or "" local container = mw.html.create('div') container:cssText("border-le..."