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

16 March 2025

2 March 2025

1 March 2025

27 February 2025

  • curprev 02:3602:36, 27 February 2025 Bark talk contribs 3,807 bytes +3,807 Created page with "-- Module:ItemRecipe local p = {} local rarityStyles = { Always = { 'table-bg-blue', 1 }, Common = { 'table-bg-green', 16 }, Uncommon = { 'table-bg-yellow', 64 }, Rare = { 'table-bg-orange', 256 }, ['Very rare'] = { 'table-bg-red', 1024 }, } -- Main function to generate the item source table function p.main(frame) local args = frame.args -- Start building the table HTML local html = [[ <table class="wikitable sortable filterable item-dro..."