Duet Night Abyss

Module:Attributes

Viewing old revision of Module:Attributes

You are viewing an old revision of this page from 12/9/2025, 11:02:29 AM.

View latest version
No documentation subpage (/doc) found for this module.
const { resolveArgs } = await require("Utils");

exports.wikiAttribute = function(frame) {
	const args = resolveArgs(frame);
    
    switch (args[0]?.toLowerCase()) {
    	case "dark":
        case "umbro":
        	return "[[File:Umbro_Icon.png|32px|icon|Umbro Attribute|link=Attributes#Umbro]] [[Attributes#Umbro|Umbro]]"
    	break;
    }
    
    return ""
}
Last Edited by LiveGobe on 12/9/2025, 11:02:29 AM