Sorry I can’t get what your meaning, I copied your code to my tw, nothing happened,
The topic of the OP is: How to make the templates which can show it’s own info not just title?
My example shows, how you can create some wikitext, that allows you to show the content of the tiddler, without creating a recursion error.
what I want is a template which can change the background color of the Transclusion.
That’s a completely different question.
Transclusions don’t have a wrapper element in the rendered output. So there is nothing you can style.
The example you referred to, doesn’t change the color of the transclusion. It creates a new element with a yellow background and then transcluded the title of a tiddler. It has nothing to do with coloring a transclusion.
You can import the attached file and play with it.
It contains a tiddler: tr … which contains the template
a … contains some text
tr-style … contains the stylesheet with the background color setting.
The transclusion has to be called with {{tiddler name||tr}} … There is no way around this.
have fun!
-mario
style-a-transclusion.json (595 Bytes)