Jump to content

Main public logs

Combined display of all available logs of Apogea Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:31, 27 January 2026 Jayarrowz talk contribs created page Module:Recipe (Created page with "-- Module:Recipe -- Displays crafting recipes showing items combining into results -- Usage: {{#invoke:Recipe|display|input1=Item1|input2=Item2|output=Result}} local p = {} -- Format a single item slot local function formatSlot(itemName, quantity, spriteSize) if not itemName or itemName == "" then return '<div class="recipe-slot recipe-slot-empty"></div>' end local qty = tonumber(quantity) or 1 local qtyDisplay = "" if qty > 1 then...")