π¨ 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
βοΈ