in current inclusion syntax, you can set the view of the card you're including as view:viewname. And for items in that view with item:viewname. But you can't set it for the item's items. or, for that matter, you can't set anything on that item except for the view (like, say, image size)
get rid of "item" and go for a nested structure by changing:
{{cardname|viewname; item:viewname}}
to
{{cardname|viewname|viewname}}
In other words, each pipe indicates a new depth of inclusion. This could go as many levels as needed, would solve the aforementioned image problem as follows:
{{cardname|viewname|size:icon}}
Adding some examples to make sure this doesn't have any yet-unseen hitches:
Love it! Minor concern as it muddies the meaning of the pipe, making inclusion syntax a little less accessible to people first encountering it. On the flipside, adding a new symbol would also complexify the markup, so it's maybe the same amount of hurdle-raising either way. --John
Also the subject of Circle 25: new inclusion syntax.
{{Image+*type+by_name|open;show:menu|titled;size:small}}
{{Image+*type+by_name|open;show:menu;item:titled}} (old way - can't specify size of images)
{{Pointer+*type+by_name|closed|titled;show:menu|name}}
{{Wagn 1.12+open tickets|titled|titled;show:title_link;structure:short ticket view}}