More actions
Combined display of all available logs of AoM Retold. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:02, 10 October 2024 Adam talk contribs created page Module:Units1 (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args -- Function to safely get values local function getValue(key) return args[key] and args[key] ~= "" and args[key] or "N/A" end -- Collecting data local unitData = { name = getValue("name"), image = getValue("image"), unit_info = { intro = getValue("intro"), removal = getValue("removal"), type = getValue("typ...")