Chore: regenerate docs

This commit is contained in:
Pieter Vander Vennet 2025-04-10 04:51:26 +02:00
parent c65808bcd2
commit 4078b33a87
318 changed files with 80192 additions and 692 deletions

View file

@ -466,11 +466,11 @@ Creates an image carousel for the given sources. An attempt will be made to gues
| name | default | description |
-----|-----|----- |
| image_key | image;mapillary,image;wikidata;wikimedia_commons,image;panoramax;image | The keys given to the images, e.g. if <span class='literal-code'>image</span> is given, the first picture URL will be added as <span class='literal-code'>image</span>, the second as <span class='literal-code'>image:0</span>, the third as <span class='literal-code'>image:1</span>, etc... Multiple values are allowed if ';'-separated |
| image_key | image;mapillary;image;wikidata;wikimedia_commons;image;panoramax;image | The keys given to the images, e.g. if <span class='literal-code'>image</span> is given, the first picture URL will be added as <span class='literal-code'>image</span>, the second as <span class='literal-code'>image:0</span>, the third as <span class='literal-code'>image:1</span>, etc... Multiple values are allowed if ';'-separated |
#### Example usage of image_carousel
`{image_carousel(image;mapillary,image;wikidata;wikimedia_commons,image;panoramax;image)}`
`{image_carousel(image;mapillary;image;wikidata;wikimedia_commons;image;panoramax;image)}`
### image_upload