- Figure:
-
-
- Source:
- #if($card.figure_source=="material-icons")
-
- #else
-
- #end
- material-icons
-
- #if($card.figure_source=="mdi")
-
- #else
-
- #end
- mdi
-
- #if($card.figure_source=="fa")
-
- #else
-
- #end
- fa
-
- #if($card.figure_source=="svg")
-
- #else
-
- #end
- svg
+ Figures:
+
+
+ figure, attribute:value, ...
+
Possible attributes:
+
Top, left, bottom, right: x px
+
Colour: xxxxxxxx
+
Rotation: x deg
+
Scale: x % (Leave blank for auto)
+
Source: svg, mdi...
+
NOTE: svg source required for attributes other than rotation!
+
+
+
+
+
+
+ Default Source:
+ #if($card.figure_source=="material-icons")
+
+ #else
+
+ #end
+ material-icons
+
+ #if($card.figure_source=="mdi")
+
+ #else
+
+ #end
+ mdi
+
+ #if($card.figure_source=="fa")
+
+ #else
+
+ #end
+ fa
+
+ #if($card.figure_source=="svg")
+
+ #else
+
+ #end
+ svg
+