Skip to content
Paweł Marynowski edited this page Apr 10, 2016 · 3 revisions

List of categories

<#if categories ? has_content>
<#list categories ? split(",") as category>
[[Category:${category?trim}]]
</#list>
<#else>{{subst:unc}}
</#if>
Clone this wiki locally