Difference between revisions of "Issue:Wiki tags «gallery» not evaluated in format"

From FollowTheScore
Jump to: navigation, search
 
Line 3: Line 3:
 
  |Extension  = DPL
 
  |Extension  = DPL
 
  |Version    = 1.7.6
 
  |Version    = 1.7.6
  |Description = in MW1.15.1 Correct evaluation of the format field does not seem to be correct
+
  |Description = in MW1.15.1 evaluation of embedded wiki tags in the "format" field do not seem to be correct
 
  |Status      = open
 
  |Status      = open
 
}}
 
}}

Latest revision as of 10:37, 6 September 2010

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