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

From FollowTheScore
Jump to: navigation, search
(New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.4.3 |Description = including positional template parameters can fail depending on form of template call |Status = o...)
 
(Reply)
Line 17: Line 17:
  
 
== Reply ==
 
== Reply ==
 +
Yes. Now (Release 1.4.4) DPL treats numerich template parameters correctly.
 +
:--[[User:Gero|Gero]] 18:34, 29 September 2007 (CEST)

Revision as of 18:34, 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   /   open

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

Yes. Now (Release 1.4.4) DPL treats numerich template parameters correctly.

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