FormatValues

WMA link


FormatValues[symbol]

gives the list of format rules associated with symbol.

First, use Format to set a formatting rule for a form:

Now, to see the rules, we can use FormatValues:

The replacment pattern on the right in the delayed rule is formatted according to the top-level form. To see the rule input, we can use InputForm:

DownValues
Information