Difference between revisions of "Template:Skype"
Line 1: | Line 1: | ||
<skype action="chat" style="noimage" nick={{{nick}}}></skype> | <skype action="chat" style="noimage" nick={{{nick}}}></skype> | ||
+ | <foobar arg="blat">{{my template}}</foobar> | ||
+ | |||
+ | but you can work around it with the #tag parser function that converts tags into | ||
+ | parser functions: | ||
+ | |||
+ | {{#tag:skype | ||
+ | | {{nick}} | ||
+ | | action="chat" | ||
+ | | style="noimage" | ||
+ | }} |
Revision as of 03:19, 26 December 2008
<skype action="chat" style="noimage" nick={{{nick}}}></skype> <foobar arg="blat">Template:My template</foobar>
but you can work around it with the #tag parser function that converts tags into parser functions:
<skype action="chat" style="noimage"> Template:Nick </skype>