Issue:Wiki tags «gallery» not evaluated in format

From FollowTheScore
Revision as of 10:37, 6 September 2010 by Btyson (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Description: in MW1.15.1 evaluation of embedded wiki tags in the "format" field do not seem to be correct
Extension / Version: DPL   /   1.7.6
Type / Status: Bug   /   open

Problem

Please excuse my, perhaps clumsy, use of MediaWiki jargon. I am a bit new to this.

I am using MediaWiki 1.15.1 and am using the #dpl parser function as I wish to pass the name of a category to a template. The aim is to create a gallery of all images within a particular category. I borrowed this from another wiki site where it worked OK.

I have used debug=5 and the output looks correct, except the « » characters are still present in the produced wikitext.

Here is the code in the template.

{{#dpl:
|category={{{1}}}
|namespace=File
|includepage=*
|includemaxlength=300
|escapelinks=false
|mode=userformat
|listseparators=«gallery heights="213px" widths="213px" perrow="3"»\n,%PAGE%¦,\n,«/gallery»
}}


Reply