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

27 February 2025

  • curprev 02:3502:35, 27 February 2025 Bark talk contribs 5,047 bytes +5,047 Created page with "local p = {} function p.renderInfobox(frame) local args = frame.args local parent = frame:getParent() if parent then args = parent.args end local html = [[ <table class="infobox no-parenthesis-style infobox-item"> <tr> <th colspan="20" class="infobox-header">]] .. (args.itemName or "") .. [[</th> </tr> <tr> <td colspan="20" class="infobox-padding"></td> </tr>]] -- Image section if args.image and args.ima..."