Contenu supprimé Contenu ajouté
Bawolff (discuter | contributions)
Ligne 172 :
 
Unfortunately Mediawiki does not parse anything inside <nowiki><dynamicpagelist>...</dynamicpagelist></nowiki> tags. So, <nowiki>{{{3|{{{2|{{{1|{{PAGENAME}}}}}}}}}}}</nowiki> will never be substituted properly. - [[Utilisateur:Amgine|Amgine]] 5 novembre 2009 à 03:00 (UTC)
:Note: there is a trick you can use. <nowiki>{{#tag:}}</nowiki> changes how parser tags are interperted. For example, try
<pre>
{{#tag:DynamicPageList|
category=Published
category={{{3|{{{2|{{{1|{{PAGENAME}}}}}}}}}}}
namespace=0
addfirstcategorydate=true
count=10
suppresserrors=true
}}
</pre>
should accomplish what you were trying to do. [[Utilisateur:Bawolff|Bawolff]] 25 novembre 2009 à 03:11 (UTC)
 
== Modifications BU ==