Difference between revisions of "Template:Unique values"
From HodHood
P.Astakhov (talk | contribs) ($count[$v]['category'] = $argv[3];) |
P.Astakhov (talk | contribs) (restore) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
} else { | } else { | ||
$count[$v]['count'] = 1; | $count[$v]['count'] = 1; | ||
− | $count[$v]['category'] = $ | + | $show = "{{#show: $v | ?category |link=none }}"; |
+ | $category = transclude( false, [], $show ); | ||
+ | $count[$v]['category'] = $category; | ||
} | } | ||
//$count[$v][] = $page; | //$count[$v][] = $page; |