Module:Infobox: 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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

26 February 2024

23 February 2024

  • curprev 13:1213:12, 23 February 2024RheingoldRiver talk contribs 6,444 bytes +6,444 Created page with "local h = {} local p = {} function p.main(frame) local args = h.overwrite() h.castArgs(args) local sep = args.sep or ',' return h.makeInfobox(args, sep) end function h.castArgs(args) if args.images and not args.image then args.image = args.images end end function h.makeInfobox(args, sep) local out = mw.html.create('table') :addClass('druid-container') if args.kind then out:addClass('druid-container-' .. h.escape(args.kind)) end if args.title then out:tag..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)