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