
I'll get there....slowly

Actually, just read the help that I can find, and it does not tell you that you can do what you suggested in a way that would help me

What does this do?
Gets stylesheet information from the system. By default, it grabs all of the stylesheets attached to the current template.
How do I use it?
Just insert the tag into your template/page's head section like: {stylesheet}
What parameters does it take?
* (optional)name - Instead of getting all stylesheets for the given page, it will only get one spefically named one, whether it's attached to the current template or not.
* (optional)media - If name is defined, this allows you set a different media type for that stylesheet.
* (optional)templateid - If templateid is defined, this will return stylesheets associated with that template instead of the current one.