Closed SbstnS closed 3 years ago
Example:
{{#ask:
[[Category:File]]
|?Display Title
|format=gallery
|captionproperty=Display Title
|captiontemplate=Gallery Caption
}}
with Template "Gallery Caption":
[[:{{{imageraw}}}|{{{imagecaption|}}}]]
@JeroenDeDauw can you help with this PR? Would your PR #616 fix the CI issues?
Add new property 'captiontemplate' to gallery format. Using named args inside template
The caption template will also provide additional information such as:
#imageraw
raw page title which can be used for further processing#imagecaption
value of a semantic property present on the queried pages to be used as caption#imageredirect
value of "|redirects=" propertyThis PR is made in reference to: #376