๐จ color #
String
(Default: “primary
”)
๐จ shade #
String
(Default: “200
”)
The color
and shade
parameters are composited to declare the main pageinfo div
’s class
:
“bg-color
-shade
”
๐จ
๐๏ธ textcolor #
String
(Default: “secondary
”)
๐๏ธ textshade #
String
(Default: “500
”)
The textcolor
and textshade
parameters are composited to create the pageinfo-version
div
’s class
: “text-textcolor
-textshade
”
(The div that contains the admonition text.)
๐๏ธ
โ๏ธ version #
String
(Default: “1
”)
โ๏ธ relevance #
String
(Default: “newer
”)
Supported values: newer
older
The version
and relevance
parameters are used to create the admonition content..
Together, they allow us to declare a that change has been deprecated, or introduced… IE:
applies to version 1.3 and newer
applies to version 0.9 and older
โ๏ธ