Get and display page attribute name
Permalink 1 user found helpfulAttribute Name1: Value1 Attribute Name2: Value2 …
in the page’s HTML without hard-coding the attribute name there.

http://www.concrete5.org/community/forums/customizing_c5/retrieving...
Something like:
(this is just an example, I know that “getAttributeHandle” isn’t valid)
Surely, there must be a simple way to output the name of a certain attribute, not just its value?
CollectionAttributeKey::getByHandle('your_attr_handle')->getAttributeKeyName()