Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of August Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:36, 27 February 2025 Bark talk contribs created page Module:DropSource (Created page with "-- Module:DropSource 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-dr...")