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

21 March 2025

17 March 2025

2 March 2025

27 February 2025

  • curprev 02:3502:35, 27 February 2025 Bark talk contribs 19,688 bytes +19,688 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="24" class="infobox-header">]] .. (args.name or "Unknown Monster") .. [[</th> </tr> <tr> <td colspan="24" class="infobox-padding"></td> </tr>]] -- Character Image (cond..."