Difference between revisions of "Issue:Galery not working ufter upgrade to 1.15.1"
From FollowTheScore
(New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.8.9 |Description = <nowiki><galery></nowiki> not showing any images just titles |Status = open }} == Problem ...) |
(→Reply) |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
|Version = 1.8.9 | |Version = 1.8.9 | ||
|Description = <nowiki><galery></nowiki> not showing any images just titles | |Description = <nowiki><galery></nowiki> not showing any images just titles | ||
− | |Status = | + | |Status = resolved |
}} | }} | ||
Line 22: | Line 22: | ||
== Reply == | == Reply == | ||
+ | |||
+ | Instead of | ||
+ | |namespace=images | ||
+ | |||
+ | Had to use | ||
+ | |namespace=6 | ||
+ | |||
+ | (namespace=File was not working either, had to use the numerical code.) | ||
+ | |||
+ | :Did you try <tt>namespace=Image</tt> ? | ||
+ | :DPL tries to use the language-dependant words for the namespace and compares exactly. i.e. a capital I in Image might work whereas "image" or "images" will probably not work. --[[User:Gero|Gero]] 08:11, 13 November 2009 (UTC) |
Latest revision as of 09:11, 13 November 2009
Description: | <galery> not showing any images just titles |
Extension / Version: | DPL / 1.8.9 |
Type / Status: | Bug / resolved |
Problem
Using galery tags in DPL queries doesn't show any images, only a title or the page title,where the image belongs to.
The same templates that were working fine in 1.13 are not working after upgrading to 1.15.1
Tried examples like {{#dpl: |namespace=Image |format=«gallery»,%PAGE%¦%NR%. %TITLE%\n,,«/gallery» }}
with the same results.
Reply
Instead of
|namespace=images
Had to use
|namespace=6
(namespace=File was not working either, had to use the numerical code.)
- Did you try namespace=Image ?
- DPL tries to use the language-dependant words for the namespace and compares exactly. i.e. a capital I in Image might work whereas "image" or "images" will probably not work. --Gero 08:11, 13 November 2009 (UTC)