Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of CostWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:47, 21 October 2025 Admin talk contribs deleted page Template:CommodityPrice (content before blanking was: "placeholder, see source <includeonly>{{{price}}} per {{{unit}}}</includeonly> == Commodity Prices == <div id="commodity-prices">Loading...</div> <script> fetch('/wiki/data/commodities.json') .then(r => r.json()) .then(data => { let html = '<table class="wikitable"><tr><th>Commodity</th><th>Price</th></tr>'; for (const [commodity, price] of Object.entries(data.data.rates)) { html += `<tr><td>${commodity}</td><td>$${price.toFixed(2)}</td></tr>`...")