Difference between revisions of "Issue:Include positional template parameter"

From FollowTheScore
Jump to: navigation, search
 
Line 4: Line 4:
 
  |Version    = 1.4.3
 
  |Version    = 1.4.3
 
  |Description = including positional template parameters can fail depending on form of template call
 
  |Description = including positional template parameters can fail depending on form of template call
  |Status      = open
+
  |Status      = resolved in 1.4.4
 
}}
 
}}
  

Latest revision as of 22:12, 29 September 2007

Description: including positional template parameters can fail depending on form of template call
Extension / Version: DPL   /   1.4.3
Type / Status: Bug   /   resolved in 1.4.4

Problem

MediaWiki template parameters are by default numbered but the templates can be called by name. For example, if I have a template that takes one unnamed argument, I can call the template like {{template|arg}} but I can also call it as {{template|1=arg}}. The reason to use the second form is if arg contains an equals sign (so in general it's safer to use the second form if you don't know what arg could be. DPL does not appear to be able to handle this. If I try using include={template}:1, it doesn't find the argument correctly if I use {{template|1=arg}} to call the template.

Reply

Thank you for the precise report. I fixed the bug. Now (Release 1.4.4) DPL treats numeric template parameters correctly.

--Gero 18:34, 29 September 2007 (CEST)