
<$list filter="[prefix[Excel]tag[kp]]">
<h2><$transclude tiddler={{!!icon}}/><$link /></h2>
</$list>
<$list filter="[prefix[Excel]tag[kp]]">
<h2><$link><$transclude tiddler={{!!icon}}/><$text text={{!!title}}/></$link></h2>
</$list>

How to set the size of the image ahead, some of them is large
<$list filter="[prefix[Excel]tag[kp]]">
<h2><$link><$transclude tiddler={{!!icon}}/><$text text={{!!title}}/></$link></h2>
</$list>h2 img, h2 svg { height:1em; width:1em; }
And by the way where can I found the manual about "!!title" or "!!icon" things?