Alias Module (#162)

This commit is contained in:
cajun
2025-09-28 07:25:02 -05:00
committed by GitHub
parent bd7a5e331f
commit 4818a59014
106 changed files with 1005 additions and 827 deletions

View File

@@ -126,7 +126,18 @@ init script:
popout_width := { split := split_comma(styling.popout_image_coordinates); if length(split) > 3 and split.2 != "" then clamp(split.2, maximum: 1500, minimum: 0) else 0 }
popout_height := { split := split_comma(styling.popout_image_coordinates); if length(split) > 3 and split.3 != "" then clamp(split.3, maximum: 2000, minimum: 0) else 0 }
alias_colors := {
[
w: rgb(255, 255, 255),
u: rgb(6, 115, 184),
b: rgb(39, 38, 36),
r: rgb(239, 56, 39),
g: rgb(6, 120, 69),
a: rgb(239, 238, 236),
m: rgb(243, 210, 105),
c: rgb(173, 151, 137)
][input]
}
############################################################## Extra style options
styling field:
@@ -185,6 +196,8 @@ include file: /magic-modules.mse-include/namelines/card_fields
include file: /magic-modules.mse-include/typelines/card_fields
include file: /magic-modules.mse-include/alias/card_fields
card style:
############################# Background stuff
border color: