SemanticMediaWiki / SemanticResultFormats

Provides additional visualizations (result formats) for Semantic MediaWiki
https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats
Other
45 stars 76 forks source link

Extend Gallery format with property "captiontemplate" to wrap image c… #626

Closed SbstnS closed 3 years ago

SbstnS commented 3 years ago

Add new property 'captiontemplate' to gallery format. Using named args inside template

The caption template will also provide additional information such as:

This PR is made in reference to: #376

gesinn-it-gea commented 3 years ago

Example:

{{#ask:
  [[Category:File]] 
  |?Display Title
  |format=gallery
  |captionproperty=Display Title
  |captiontemplate=Gallery Caption
}}

with Template "Gallery Caption":

[[:{{{imageraw}}}|{{{imagecaption|}}}]]

grafik

gesinn-it-gea commented 3 years ago

@JeroenDeDauw can you help with this PR? Would your PR #616 fix the CI issues?