<% SkinMgr.macros %>
list the (most important) macros available for a specific skin of a prototype (except Global)
See also
this.globalmacros_macro FIXME: needs improvement
Sourcecode in SkinMgr/macros.js:
1:
function macros_macro(param) {
2:
this.renderMacroList(param);
3:
return;
4:
}