Jump to content

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

25 February 2025

  • curprev 04:3604:36, 25 February 2025 Arsait talk contribs 1,010 bytes +1,010 Created page with "local p = {} -- Define a function to generate the custom infobox function p.main(frame) local name = frame.args.name or "Unknown" local image = frame.args.image or "No image" local caption = frame.args.caption or "No caption" local birth_date = frame.args.birth_date or "No birth date" local occupation = frame.args.occupation or "No occupation" local website = frame.args.website or "No website" local output = '<div class="custom-infobox">'..." Tags: Mobile edit Mobile web edit