Fix various template warnings (#32)
- Missing : - Deprecated = - Not valid color name - Must always return statement
This commit is contained in:
@@ -829,7 +829,7 @@ extra card style:
|
||||
visible: { card.pt_2 != "" }
|
||||
render style: image
|
||||
image: { card_ptbox() }
|
||||
paintbrush
|
||||
paintbrush:
|
||||
right: { ( if card.pt != "" then 195 else 241 ) - card_style.illustrator.content_width }
|
||||
top : 334
|
||||
width: 25
|
||||
@@ -849,7 +849,7 @@ extra card style:
|
||||
angle: 90
|
||||
render style: image
|
||||
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
|
||||
paintbrush 2
|
||||
paintbrush 2:
|
||||
right: { ( if card.pt_2 != "" then 446 else 492 ) - card_style.illustrator_2.content_width }
|
||||
top : 334
|
||||
width: 25
|
||||
|
||||
Reference in New Issue
Block a user