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).
- 22:14, 27 January 2026 Jayarrowz talk contribs created page Module:ItemSources (Created page with "-- Module:ItemSources -- Displays item drop sources from NPCs in a table format -- Usage: {{#invoke:ItemSources|list|source1=NPC Name,Quantity,Rarity}} local p = {} -- Helper to get args from either direct invoke or template local function getArgs(frame) local args = {} local parent = frame:getParent() if parent and parent.args then for k, v in pairs(parent.args) do args[k] = v end end if frame.args then...")