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

User

<#if user ? has_content>[[User:${user?trim}|]]</#if>

List of categories

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