Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/components/xwiki-platform/xwiki-xwikisyntaximages/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 351,
    "next": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/changes/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-08T17:31:26.179902Z",
            "action": 17,
            "target": "",
            "id": 417727,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/417727/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/577848/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/uk/?format=api",
            "user": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "author": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "timestamp": "2024-02-06T06:36:34.175100Z",
            "action": 2,
            "target": "= Редагування =\n\n== Зображення ==\n\n=== 1.0 Images ===\n\n|=Функція|=Синтаксис XWiki 1.0|=Результат\n|Зображення з вкладення поточної сторінки|(((\n{{info}}Детальніше [[Image Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]]{{/info}}\n{{{{image:img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Зображення з вкладення іншої сторінки|{{{{image:img.png|document=Space.Page}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Зображення з параметрами|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Зображення, розташовані за URL|{{{https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== 2.0 Images ===\n\n|=Функція|=Синтаксис XWiki 2.0|=Результат\n|Зображення з вкладення поточної сторінки|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Зображення з вкладення іншої сторінки|{{{image:Space.Page@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Зображення з параметрами|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Зображення з підписом|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] підтримує підписи.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] підтримує підписи.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Зображення, розташовані за URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n{{velocity}}$subHeading Специфікація зображення синтасксис XWiki 2.0 $subHeading{{/velocity}}\n\n{{info}}\nЧастина в ##( )## є обов'язковою, тоді як частини в ##[ ]## необов'язкові.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: Необов'язковий підпис. Може містити довільний синтаксис XWiki 2.0, але синтаксис вкладеного посилання має бути екранований за допомогою ##~~##. Підпис підтримується, лише якщо синтаксис зображення є єдиним вмістом абзацу. Зображення з підписом також можна загорнути в посилання. У цьому випадку посилання міститиме зображення, але не підпис.\n* **##image~:##** Обов'язковий рядок, що визначає ресурс як зображення.\n* **##reference##**: Посилання на зображення, яке має відображатися в одній із таких форм:\n** **URL**: Будь-яка URL-адреса зображення у вигляді **##http:~/~/path/imageName##**. Наприклад: ##http:~/~/domain.org/path/img.png##\n** **Attachment**: Посилання у формі **##~{~{~{wikiName:} space.} page@} (imageName)##**\n*** **##wikiName##**: Необов'язковий рядок, що містить назву вікі. Посилання на зображення вказуватиме на зображення, прикріплене до сторінки цієї вікі. Наприклад: mywiki\n*** **##space##**: Необов'язкова назва простору вікі. Якщо не вказано простір, використовується поточний простір. Наприклад: Main\n*** **##page##**: Необов'язковий рядок, що містить назву вікі-сторінки, до якої прикріплено зображення, на яке посилається. Наприклад: WebHome\n*** **##imageName##**: Обов'язковий рядок, що містить назву зображення, доданого до сторінки, оскільки воно зберігається у вікі.\n* **##parameters##**: Необов'язковий список параметрів, відокремлених пробілами, які передаються до зображення. Наприклад: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: Усі атрибути, визначені стандартом HTML, будуть додані до візуалізованого HTML ##<img>## тегу.\n*** **##style##**: Інформація про стиль CSS, який потрібно застосувати до зображення. Приклади: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (зображення по центру, ширина становить 80% ширини блоку), ##style=\"vertical-align:bottom\"## (текст починається в нижній частині зображення)\n*** **##height##**: Параметр, який визначає висоту відображуваного зображення. Значення має бути подано або в пікселях (приклад: ##height=\"80\"##), або в пікселях, пов'язаних із висотою блоку, що містить зображення (приклад: ##height=\"40%\"##).\n*** **##width##**: Параметр, який визначає ширину відображеного зображення. Значення має бути подано або в пікселях (приклад: ##width=\"80\"##), або в пікселях, пов'язаних із шириною блоку, що містить зображення (приклад: ##width=\"40%\"##).\n*** **##title##**: Параметр, який визначає назву відображеного зображення, яке буде видно, наприклад, якщо навести на нього кнопку миші. Наприклад: ##title=\"My nice image\"##\n*** **##alt##**: Параметр, який визначає, який текст має відображатися, якщо браузер не може відобразити зображення. Оскільки це обов'язковий HTML-атрибут, XWiki використовуватиме замість нього ім'я файлу, якщо параметр ##alt## не визначено. Наприклад: ##alt=\"img.png\"##\n*** **More**: Детальніше пояснення HTML ##<img>## тегів, що містять більше атрибутів, можна переглянути [[HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n\n=== 2.1 Images ===\n\n|=Функція|=Синтаксис XWiki 2.1|=Результат\n|Зображення з вкладення поточної сторінки|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Зображення з вкладення іншої сторінки|{{{image:PageA.PageB@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Зображення з параметрами|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Зображення з підписом|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] підтримує підписи.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] підтримує підписи.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Зображення, розташовані за URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Prepackaged Icons|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading Специфікація зображення синтасксис XWiki 2.1 $subHeading{{/velocity}}\n\n{{info}}\nЧастина в ##( )## є обов'язковою, тоді як частини в ##[ ]## необов'язкові.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: Необов'язковий підпис. Може містити довільний синтаксис XWiki 2.1, але синтаксис вкладеного посилання має бути екранований за допомогою ##~~##. Підпис підтримується, лише якщо синтаксис зображення є єдиним вмістом абзацу. Зображення з підписом також можна загорнути в посилання. У цьому випадку посилання міститиме зображення, але не підпис.\n* **##image~:##** Обов'язковий рядок, що визначає ресурс як зображення.\n* **##reference##**: Посилання на зображення, яке має відображатися в одній із таких форм:\n** **URL**: Будь-яка URL-адреса зображення у вигляді **##[url:](protocol:~/~/path/imageName)##**. Наприклад: ##http:~/~/domain.org/path/img.png##\n*** **##url:##** Необов'язковий рядок, що визначає зображення як URL-адресу.\n*** **##protocol:~/~/path/imageName##**: URL-адреса зображення\n** **Attachment**: Посилання у формі **##[attach~:]~{~{~{(wikiName):}(spaceNameList).}(pageName)@}(imageName)##**\n*** **##attach~:##** Необов'язковий рядок, що ідентифікує посилання як вкладення документа XWiki.\n*** **##wikiName##**: Необов'язковий рядок, що містить назву вікі. Посилання на зображення вказуватиме на зображення, прикріплене до сторінки цієї вікі. Якщо не вказано жодної вікі, використовується поточна вікі. Наприклад: ##mywiki##.\n*** **##spaceNameList##**: Необов'язковий список назв вікі-просторів, відокремлених крапками. Якщо не вказано простір, використовується поточний простір. Приклади ##Main##, ##A.B##, ##A.B.C##\n*** **##pageName##**: Необов'язковий рядок, що містить назву вікі-сторінки, до якої приєднано зображення, на яке посилається. Наприклад: ##Welcome##\n*** **##imageName##**: Обов'язковий рядок, що містить назву зображення, доданого до сторінки, оскільки воно зберігається у вікі. Наприклад: ##myImage.png##\n** **Page Attachment**: Посилання у формі **##pageAttach~:~{~{~{(wikiName):}(pageNameList)/}(imageName)##**\n*** **##pageAttach~:##** Обов'язковий рядок, що визначає посилання як вкладення сторінки XWiki.\n*** **##wikiName##**: Необов'язковий рядок, що містить назву вікі. Посилання на зображення вказуватиме на зображення, прикріплене до сторінки цієї вікі. Якщо не вказано жодної вікі, використовується поточна вікі. Наприклад: ##mywiki##.\n*** **##pageNameList##**: Необов'язковий список назв вікі-сторінок, відокремлених крапками. Якщо не вказано жодної сторінки, використовується поточна сторінка. Приклади: ##Main##, ##A/B##, ##A/B/C##\n*** **##imageName##**: Обов'язковий рядок, що містить назву зображення, доданого до сторінки, оскільки воно зберігається у вікі. Наприклад: ##myImage.png##\n** **Icon**: Посилання у формі **##icon{{{:(}}}iconName)##**. Наприклад: **##icon:accept##**\n*** **##icon:##** Обов'язковий рядок, що ідентифікує посилання на зображення як піктограму із [[XWiki Icon Set>>https://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]].\n*** **##iconName##**: Обов'язковий рядок, що ідентифікує піктограму, на який посилається. Наприклад: ##accept##\n** **Data URI**: Посилання у формі **##(data{{{:)}}}(content)##**. Наприклад: **##{{{data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##**\n*** **##data:##** Обов'язковий рядок, який ідентифікує зображення як таке, що вказано всередині за допомогою [[Data URI scheme>>https://en.wikipedia.org/wiki/Data_URI_scheme]].\n*** **##content##**: Закодоване зображення. Наприклад: ##{{{image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##\n* **##parameters##**: Необов'язковий список параметрів, відокремлених пробілами, які передаються до зображення. приклад: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: Усі атрибути, визначені стандартом HTML, будуть додані до візуалізованого HTML ##<img>## тегу.\n*** **##style##**: Інформація про стиль CSS, який потрібно застосувати до зображення. Приклади: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (зображення по центру, ширина становить 80% ширини блоку), ##style=\"vertical-align:bottom\"## (текст починається в нижній частині зображення)\n*** **##height##**: Параметр, який визначає висоту відображуваного зображення. Значення має бути подано або в пікселях (приклад: ##height=\"80\"##), або в пікселях, пов'язаних із висотою блоку, що містить зображення (приклад: ##height=\"40%\"##).\n*** **##width##**: Параметр, який визначає ширину відображеного зображення. Значення має бути подано або в пікселях (приклад: ##width=\"80\"##), або в пікселях, пов'язаних із шириною блоку, що містить зображення (приклад: ##width=\"40%\"##).\n*** **##title##**: Параметр, який визначає назву відображеного зображення, яке буде видно, наприклад, якщо навести на нього кнопку миші. Наприклад: ##title=\"My nice image\"##\n*** **##alt##**: Параметр, який визначає, який текст має відображатися, якщо браузер не може відобразити зображення. Оскільки це обов'язковий HTML-атрибут, XWiki використовуватиме замість нього ім'я файлу, якщо параметр ##alt## не визначено. Наприклад: ##alt=\"img.png\"##\n*** **More**: Детальніше пояснення HTML ##<img>## тегів, що містять більше атрибутів, можна переглянути [[HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n** **##queryString##**: Дозволяє надсилати запити на сервер під час створення посилання для завантаження зображення, на яке посилається. Наприклад: ##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**##keepAspectRatio=true## зазнає невдачі, якщо ##width## та ##height## параметри вказуються додатково до ##queryString##!**)",
            "id": 417682,
            "action_name": "Translation changed",
            "url": "https://l10n.xwiki.org/api/changes/417682/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-25T18:20:07.394956Z",
            "action": 17,
            "target": "",
            "id": 417517,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/417517/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/uk/?format=api",
            "user": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "author": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "timestamp": "2024-01-21T13:07:51.797327Z",
            "action": 1,
            "target": "",
            "id": 417507,
            "action_name": "Translation completed",
            "url": "https://l10n.xwiki.org/api/changes/417507/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/577849/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/uk/?format=api",
            "user": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "author": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "timestamp": "2024-01-21T13:07:51.723228Z",
            "action": 5,
            "target": "XWikiSyntaxImages",
            "id": 417506,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/417506/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/577848/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/uk/?format=api",
            "user": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "author": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "timestamp": "2024-01-21T13:07:35.891169Z",
            "action": 5,
            "target": "= Редагування =\n\n== Зображення ==\n\n=== Зображення 1.0 ===\n\n|=Функція|=Синтаксис XWiki 1.0|=Результат\n|Зображення з вкладення поточної сторінки|(((\n{{info}}Детальніше [[Image Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]]{{/info}}\n{{{{image:img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Зображення з вкладення іншої сторінки|{{{{image:img.png|document=Space.Page}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Зображення з параметрами|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Зображення, розташовані за URL|{{{https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== Зображення 2.0 ===\n\n|=Функція|=Синтаксис XWiki 2.0|=Результат\n|Зображення з вкладення поточної сторінки|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Зображення з вкладення іншої сторінки|{{{image:Space.Page@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Зображення з параметрами|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Зображення з підписом|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] підтримує підписи.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] підтримує підписи.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Зображення, розташовані за URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n{{velocity}}$subHeading Специфікація зображення синтасксис XWiki 2.0 $subHeading{{/velocity}}\n\n{{info}}\nЧастина в ##( )## є обов'язковою, тоді як частини в ##[ ]## необов'язкові.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: Необов'язковий підпис. Може містити довільний синтаксис XWiki 2.0, але синтаксис вкладеного посилання має бути екранований за допомогою ##~~##. Підпис підтримується, лише якщо синтаксис зображення є єдиним вмістом абзацу. Зображення з підписом також можна загорнути в посилання. У цьому випадку посилання міститиме зображення, але не підпис.\n* **##image~:##** Обов'язковий рядок, що визначає ресурс як зображення.\n* **##reference##**: Посилання на зображення, яке має відображатися в одній із таких форм:\n** **URL**: Будь-яка URL-адреса зображення у вигляді **##http:~/~/path/imageName##**. Наприклад: ##http:~/~/domain.org/path/img.png##\n** **Attachment**: Посилання у формі **##~{~{~{wikiName:} space.} page@} (imageName)##**\n*** **##wikiName##**: Необов'язковий рядок, що містить назву вікі. Посилання на зображення вказуватиме на зображення, прикріплене до сторінки цієї вікі. Наприклад: mywiki\n*** **##space##**: Необов'язкова назва простору вікі. Якщо не вказано простір, використовується поточний простір. Наприклад: Main\n*** **##page##**: Необов'язковий рядок, що містить назву вікі-сторінки, до якої прикріплено зображення, на яке посилається. Наприклад: WebHome\n*** **##imageName##**: Обов'язковий рядок, що містить назву зображення, доданого до сторінки, оскільки воно зберігається у вікі.\n* **##parameters##**: Необов'язковий список параметрів, відокремлених пробілами, які передаються до зображення. Наприклад: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: Усі атрибути, визначені стандартом HTML, будуть додані до візуалізованого HTML ##<img>## тегу.\n*** **##style##**: Інформація про стиль CSS, який потрібно застосувати до зображення. Приклади: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (зображення по центру, ширина становить 80% ширини блоку), ##style=\"vertical-align:bottom\"## (текст починається в нижній частині зображення)\n*** **##height##**: Параметр, який визначає висоту відображуваного зображення. Значення має бути подано або в пікселях (приклад: ##height=\"80\"##), або в пікселях, пов'язаних із висотою блоку, що містить зображення (приклад: ##height=\"40%\"##).\n*** **##width##**: Параметр, який визначає ширину відображеного зображення. Значення має бути подано або в пікселях (приклад: ##width=\"80\"##), або в пікселях, пов'язаних із шириною блоку, що містить зображення (приклад: ##width=\"40%\"##).\n*** **##title##**: Параметр, який визначає назву відображеного зображення, яке буде видно, наприклад, якщо навести на нього кнопку миші. Наприклад: ##title=\"My nice image\"##\n*** **##alt##**: Параметр, який визначає, який текст має відображатися, якщо браузер не може відобразити зображення. Оскільки це обов'язковий HTML-атрибут, XWiki використовуватиме замість нього ім'я файлу, якщо параметр ##alt## не визначено. Наприклад: ##alt=\"img.png\"##\n*** **More**: Детальніше пояснення HTML ##<img>## тегів, що містять більше атрибутів, можна переглянути [[HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n\n=== Зображення 2.1 ===\n\n|=Функція|=Синтаксис XWiki 2.1|=Результат\n|Зображення з вкладення поточної сторінки|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Зображення з вкладення іншої сторінки|{{{image:PageA.PageB@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Зображення з параметрами|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Зображення з підписом|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] підтримує підписи.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] підтримує підписи.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Зображення, розташовані за URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Prepackaged Icons|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading Специфікація зображення синтасксис XWiki 2.1 $subHeading{{/velocity}}\n\n{{info}}\nЧастина в ##( )## є обов'язковою, тоді як частини в ##[ ]## необов'язкові.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: Необов'язковий підпис. Може містити довільний синтаксис XWiki 2.1, але синтаксис вкладеного посилання має бути екранований за допомогою ##~~##. Підпис підтримується, лише якщо синтаксис зображення є єдиним вмістом абзацу. Зображення з підписом також можна загорнути в посилання. У цьому випадку посилання міститиме зображення, але не підпис.\n* **##image~:##** Обов'язковий рядок, що визначає ресурс як зображення.\n* **##reference##**: Посилання на зображення, яке має відображатися в одній із таких форм:\n** **URL**: Будь-яка URL-адреса зображення у вигляді **##[url:](protocol:~/~/path/imageName)##**. Наприклад: ##http:~/~/domain.org/path/img.png##\n*** **##url:##** Необов'язковий рядок, що визначає зображення як URL-адресу.\n*** **##protocol:~/~/path/imageName##**: URL-адреса зображення\n** **Attachment**: Посилання у формі **##[attach~:]~{~{~{(wikiName):}(spaceNameList).}(pageName)@}(imageName)##**\n*** **##attach~:##** Необов'язковий рядок, що ідентифікує посилання як вкладення документа XWiki.\n*** **##wikiName##**: Необов'язковий рядок, що містить назву вікі. Посилання на зображення вказуватиме на зображення, прикріплене до сторінки цієї вікі. Якщо не вказано жодної вікі, використовується поточна вікі. Наприклад: ##mywiki##.\n*** **##spaceNameList##**: Необов'язковий список назв вікі-просторів, відокремлених крапками. Якщо не вказано простір, використовується поточний простір. Приклади ##Main##, ##A.B##, ##A.B.C##\n*** **##pageName##**: Необов'язковий рядок, що містить назву вікі-сторінки, до якої приєднано зображення, на яке посилається. Наприклад: ##Welcome##\n*** **##imageName##**: Обов'язковий рядок, що містить назву зображення, доданого до сторінки, оскільки воно зберігається у вікі. Наприклад: ##myImage.png##\n** **Page Attachment**: Посилання у формі **##pageAttach~:~{~{~{(wikiName):}(pageNameList)/}(imageName)##**\n*** **##pageAttach~:##** Обов'язковий рядок, що визначає посилання як вкладення сторінки XWiki.\n*** **##wikiName##**: Необов'язковий рядок, що містить назву вікі. Посилання на зображення вказуватиме на зображення, прикріплене до сторінки цієї вікі. Якщо не вказано жодної вікі, використовується поточна вікі. Наприклад: ##mywiki##.\n*** **##pageNameList##**: Необов'язковий список назв вікі-сторінок, відокремлених крапками. Якщо не вказано жодної сторінки, використовується поточна сторінка. Приклади: ##Main##, ##A/B##, ##A/B/C##\n*** **##imageName##**: Обов'язковий рядок, що містить назву зображення, доданого до сторінки, оскільки воно зберігається у вікі. Наприклад: ##myImage.png##\n** **Icon**: Посилання у формі **##icon{{{:(}}}iconName)##**. Наприклад: **##icon:accept##**\n*** **##icon:##** Обов'язковий рядок, що ідентифікує посилання на зображення як піктограму із [[XWiki Icon Set>>https://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]].\n*** **##iconName##**: Обов'язковий рядок, що ідентифікує піктограму, на який посилається. Наприклад: ##accept##\n** **Data URI**: Посилання у формі **##(data{{{:)}}}(content)##**. Наприклад: **##{{{data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##**\n*** **##data:##** Обов'язковий рядок, який ідентифікує зображення як таке, що вказано всередині за допомогою [[Data URI scheme>>https://en.wikipedia.org/wiki/Data_URI_scheme]].\n*** **##content##**: Закодоване зображення. Наприклад: ##{{{image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##\n* **##parameters##**: Необов'язковий список параметрів, відокремлених пробілами, які передаються до зображення. приклад: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: Усі атрибути, визначені стандартом HTML, будуть додані до візуалізованого HTML ##<img>## тегу.\n*** **##style##**: Інформація про стиль CSS, який потрібно застосувати до зображення. Приклади: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (зображення по центру, ширина становить 80% ширини блоку), ##style=\"vertical-align:bottom\"## (текст починається в нижній частині зображення)\n*** **##height##**: Параметр, який визначає висоту відображуваного зображення. Значення має бути подано або в пікселях (приклад: ##height=\"80\"##), або в пікселях, пов'язаних із висотою блоку, що містить зображення (приклад: ##height=\"40%\"##).\n*** **##width##**: Параметр, який визначає ширину відображеного зображення. Значення має бути подано або в пікселях (приклад: ##width=\"80\"##), або в пікселях, пов'язаних із шириною блоку, що містить зображення (приклад: ##width=\"40%\"##).\n*** **##title##**: Параметр, який визначає назву відображеного зображення, яке буде видно, наприклад, якщо навести на нього кнопку миші. Наприклад: ##title=\"My nice image\"##\n*** **##alt##**: Параметр, який визначає, який текст має відображатися, якщо браузер не може відобразити зображення. Оскільки це обов'язковий HTML-атрибут, XWiki використовуватиме замість нього ім'я файлу, якщо параметр ##alt## не визначено. Наприклад: ##alt=\"img.png\"##\n*** **More**: Детальніше пояснення HTML ##<img>## тегів, що містять більше атрибутів, можна переглянути [[HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n** **##queryString##**: Дозволяє надсилати запити на сервер під час створення посилання для завантаження зображення, на яке посилається. Наприклад: ##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**##keepAspectRatio=true## зазнає невдачі, якщо ##width## та ##height## параметри вказуються додатково до ##queryString##!**)",
            "id": 417504,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/417504/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/uk/?format=api",
            "user": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "author": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "timestamp": "2024-01-21T12:18:34.250903Z",
            "action": 0,
            "target": "",
            "id": 417500,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/417500/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/577849/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-21T12:18:34.250874Z",
            "action": 59,
            "target": "",
            "id": 417499,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/417499/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/577848/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-21T12:18:34.250823Z",
            "action": 59,
            "target": "",
            "id": 417498,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/417498/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/uk/?format=api",
            "user": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "author": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "timestamp": "2024-01-21T12:18:34.117248Z",
            "action": 48,
            "target": "",
            "id": 417497,
            "action_name": "Language added",
            "url": "https://l10n.xwiki.org/api/changes/417497/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/uk/?format=api",
            "user": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "author": null,
            "timestamp": "2024-01-21T12:18:34.081318Z",
            "action": 17,
            "target": "",
            "id": 417496,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/417496/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-02T12:46:30.722144Z",
            "action": 17,
            "target": "",
            "id": 417125,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/417125/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/576678/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "author": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "timestamp": "2024-01-02T12:18:16.607588Z",
            "action": 2,
            "target": "XWikiSyntaxImages",
            "id": 416690,
            "action_name": "Translation changed",
            "url": "https://l10n.xwiki.org/api/changes/416690/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-12-31T03:45:06.185822Z",
            "action": 47,
            "target": "",
            "id": 416154,
            "action_name": "Alert triggered",
            "url": "https://l10n.xwiki.org/api/changes/416154/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-30T04:46:32.008052Z",
            "action": 17,
            "target": "",
            "id": 414267,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/414267/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-12-30T03:45:03.838706Z",
            "action": 47,
            "target": "",
            "id": 413897,
            "action_name": "Alert triggered",
            "url": "https://l10n.xwiki.org/api/changes/413897/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/576678/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "author": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "timestamp": "2023-12-30T02:49:02.213837Z",
            "action": 5,
            "target": "XWiki구문이미지",
            "id": 413283,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/413283/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-30T02:46:32.613490Z",
            "action": 17,
            "target": "",
            "id": 413213,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/413213/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/576677/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "author": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "timestamp": "2023-12-30T02:01:43.296074Z",
            "action": 5,
            "target": "= 편집 중 =\n\n== 이미지 ==\n\n=== 1.0 이미지 ===\n\n|=기능|= XWiki 구문 1.0|=결과\n|현재 페이지 첨부파일의 이미지|(((\n{{info}}[[이미지 매크로>>https://extensions를 참조하세요. xwiki .org/ xwiki /bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] 자세한 내용은{{/info}}\n{{{{이미지:img.png}}}}\n)))|이미지: XWiki .XWikiSyntaxImages@img.png\n|다른 페이지에 첨부된 이미지|{{{{image:img.png|document=Space.Page}}}}|이미지: XWiki .XWikiSyntaxImages@img.png\n|매개변수가 있는 이미지|{{{{image:img.png|width=25|height=25}}}}|[[image: XWiki .XWikiSyntaxImages@img.png||width=\"25\" height=\"25\" ]]\n| URL 에 있는 이미지 |{{{https://some/ url /img.png}}}|이미지: XWiki .XWikiSyntaxImages@img.png\n\n=== 2.0 이미지 ===\n\n|=기능|= XWiki 구문 2.0|=결과\n|현재 페이지의 첨부 파일 이미지|{{{image:img.png}}}|이미지: XWiki .XWikiSyntaxImages@img.png\n|다른 페이지에 첨부된 이미지|{{{image:Space.Page@img.png}}}|이미지: XWiki .XWikiSyntaxImages@img.png\n|매개변수가 있는 이미지|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image: XWiki .XWikiSyntaxImages@img.png||width=\"25 \" 높이=\"25\"]]\n|캡션이 포함된 이미지|{{{[[~[~[ XWiki ~>~>https://www. xwiki .org~]~]는 캡션을 지원합니다.>>image:img.png]]}}}|((([[~[~[ XWiki ~>~>https://www. xwiki .org~]~] 캡션을 지원합니다.>>이미지: XWiki .XWikiSyntaxImages@img.png]]))\n| URL 에 있는 이미지 |{{{image:https://some/ url /img.png}}}|이미지: XWiki .XWikiSyntaxImages@img.png\n\n{{velocity}}$subHeading XWiki 구문 2.0 이미지 사양 $subHeading{{/velocity}}\n\n{{정보}}\n##( )## 부분은 필수이고 ##{ }## 부분은 선택사항입니다.\n{{/정보}}\n\n이미지의 전체 형식은 **##image~: (reference)##** 또는 **##~[~[{caption>>}image~: (reference) {||parameters}]]#입니다. #**\n\n* **##caption##**: 선택적 캡션입니다. 임의의 XWiki 2.0 구문을 포함할 수 있지만 중첩된 링크 구문은 ##~~##을 사용하여 이스케이프해야 합니다. 캡션은 이미지 구문이 단락의 유일한 콘텐츠인 경우에만 지원됩니다. 캡션이 있는 이미지는 링크로 묶일 수도 있습니다. 이 경우 링크에는 이미지가 포함되지만 캡션은 포함되지 않습니다.\n* **##image~:##** 리소스를 이미지로 식별하는 필수 문자열입니다.\n* **##reference##**: 다음 형식 중 하나로 표시되는 이미지에 대한 참조입니다.\n** ** URL **: **##http:~/~/path/imageName##** 형식의 이미지 URL 입니다. 예: ##http:~/~/domain.org/path/img.png##\n** **첨부파일** **##~{~{~{wikiName:} space.} 페이지@}(이미지 이름)##** 형식의 참조\n*** **##wikiName##**: 위키 이름을 포함하는 선택적 문자열입니다. 이미지 참조는 해당 위키 내부 페이지에 첨부된 이미지를 가리킵니다. 예: 마이위키\n*** **##space##**: 선택적인 Wiki Space 이름입니다. 공간을 지정하지 않으면 현재 공간이 사용됩니다. 예: 메인\n*** **##page##**: 참조 이미지가 첨부된 위키 페이지의 이름을 포함하는 선택적 문자열입니다. 예: 웹홈\n*** **##imageName##**: 위키에 저장된 페이지에 첨부된 이미지의 이름을 포함하는 필수 문자열입니다.\n* **##parameters##**: 이미지에 전달되는 공백으로 구분된 매개변수의 선택적 목록입니다. 예: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"내 멋진 이미지\"##\n** ** HTML 속성**: HTML 표준에 의해 정의된 모든 속성은 렌더링된 HTML ##<img>## 태그 에 추가됩니다 .\n*** **##style##**: 이미지에 적용되어야 하는 CSS 스타일 정보입니다. 예: ##style=\"float:right;height:50\"##(오른쪽 이미지, 높이 50px), ##style=\"display:block;margin-left:auto;margin-right:auto;width :80%\"##(이미지 중앙, 너비는 블록 너비의 80%), ##style=\"vertical-align:bottom\"##(텍스트는 그림 하단에서 시작)\n*** **##height##**: 표시되는 이미지의 높이를 정의하는 매개변수입니다. 값은 픽셀(예: ##height=\"80\"##) 또는 이미지가 포함된 블록의 높이와 관련된 픽셀(예: ##height=\"40%\"##)로 표시되어야 합니다.\n*** **##width##**: 표시된 이미지의 너비를 정의하는 매개변수입니다. 값은 픽셀(예: ##width=\"80\"##) 또는 이미지가 포함된 블록의 너비와 관련된 픽셀(예: ##width=\"40%\"##)로 표시되어야 합니다.\n*** **##title##**: 예를 들어 이미지 위에 마우스를 올리면 표시되는 표시된 이미지의 제목을 정의하는 매개변수입니다. 예: ##title=\"내 멋진 이미지\"##\n*** **##alt##**: 브라우저가 이미지를 표시할 수 없는 경우 표시해야 하는 텍스트를 정의하는 매개변수입니다. 이것은 필수 HTML 속성 이므로 XWiki는 ##alt## 매개변수가 정의되지 않은 경우 파일 이름을 대신 사용합니다. 예: ##alt=\"img.png\"##\n*** **추가**: 더 많은 속성을 포함하는 HTML ##<img>## 태그 에 대한 더 자세한 설명을 검토할 수 있습니다. [[ HTML 표준에서>>https:// html .spec.whatwg.org /다중 페이지/임베디드 콘텐츠. html #the-img-요소]].\n\n=== 2.1 이미지 ===\n\n|=기능|= XWiki 구문 2.1|=결과\n|현재 페이지의 첨부 파일 이미지|{{{image:img.png}}}|이미지: XWiki .XWikiSyntaxImages@img.png\n|다른 페이지에 첨부된 이미지|{{{image:PageA.PageB@img.png}}}|이미지: XWiki .XWikiSyntaxImages@img.png\n|매개변수가 있는 이미지|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image: XWiki .XWikiSyntaxImages@img.png||width=\"25 \" 높이=\"25\"]]\n|캡션이 포함된 이미지|{{{[[~[~[ XWiki ~>~>https://www. xwiki .org~]~]는 캡션을 지원합니다.>>image:img.png]]}}}|((([[~[~[ XWiki ~>~>https://www. xwiki .org~]~] 캡션을 지원합니다.>>이미지: XWiki .XWikiSyntaxImages@img.png]]))\n| URL 에 있는 이미지 |{{{image:https://some/ url /img.png}}}|이미지: XWiki .XWikiSyntaxImages@img.png\n|사전 패키지된 아이콘|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading XWiki 구문 2.1 이미지 사양 $subHeading{{/velocity}}\n\n{{정보}}\n범례: ##()## 부분은 필수이고 ##{}## 부분은 선택사항입니다.\n{{/정보}}\n\n이미지의 전체 형식은 **##image~: (reference)##** 또는 **##~[~[{caption>>}image~: (reference) {||parameters}]]#입니다. #**\n\n* **##caption##**: 선택적 캡션입니다. 임의의 XWiki 2.1 구문을 포함할 수 있지만 중첩된 링크 구문은 ##~~##을 사용하여 이스케이프해야 합니다. 캡션은 이미지 구문이 단락의 유일한 콘텐츠인 경우에만 지원됩니다. 캡션이 있는 이미지는 링크로 묶일 수도 있습니다. 이 경우 링크에는 이미지가 포함되지만 캡션은 포함되지 않습니다.\n* **##image~:##** 리소스를 이미지로 식별하는 필수 문자열입니다.\n* **##reference##**: 다음 형식 중 하나로 표시되는 이미지에 대한 참조입니다.\n** ** URL **: **##[ url :](프로토콜:~/~/path/imageName)##** 형식의 이미지 URL 입니다 . 예: ##http:~/~/domain.org/path/img.png##\n*** **## url :##** 이미지를 URL 로 식별하는 선택적 문자열입니다 .\n*** **##protocol:~/~/path/imageName##**: 이미지의 URL\n** **첨부 파일**: **##[attach~:]~{~{~{(wikiName):}(spaceNameList).}(pageName)@}(imageName)##** 형식의 참조입니다.\n*** **##attach~:##** 참조를 XWiki 문서 첨부로 식별하는 선택적 문자열입니다.\n*** **##wikiName##**: 위키 이름을 포함하는 선택적 문자열입니다. 이미지 참조는 해당 위키 내부 페이지에 첨부된 이미지를 가리킵니다. Wiki를 지정하지 않으면 현재 Wiki가 사용됩니다. 예: ##mywiki##.\n*** **##spaceNameList##**: 선택적으로 점으로 구분된 위키 스페이스 이름 목록입니다. 공간을 지정하지 않으면 현재 공간이 사용됩니다. 예: ##메인##, ##AB##, ##ABC##\n*** **##pageName##**: 참조된 이미지가 첨부된 위키 페이지의 이름을 포함하는 선택적 문자열입니다. 예: ##환영합니다##\n*** **##imageName##**: 위키에 저장된 페이지에 첨부된 이미지의 이름을 포함하는 필수 문자열입니다. 예: ##myImage.png##\n** **페이지 첨부**: **##pageAttach~:~{~{~{(wikiName):}(pageNameList)/}(imageName)##** 형식의 참조\n*** **##pageAttach~:##** 참조를 XWiki 페이지 첨부 로 식별하는 필수 문자열입니다 .\n*** **##wikiName##**: 위키 이름을 포함하는 선택적 문자열입니다. 이미지 참조는 해당 위키 내부 페이지에 첨부된 이미지를 가리킵니다. Wiki를 지정하지 않으면 현재 Wiki가 사용됩니다. 예: ##mywiki##.\n*** **##pageNameList##**: 선택적으로 점으로 구분된 위키 페이지 이름 목록입니다. 페이지가 지정되지 않으면 현재 페이지가 사용됩니다. 예: ##메인##, ##A/B##, ##A/B/C##\n*** **##imageName##**: 위키에 저장된 페이지에 첨부된 이미지의 이름을 포함하는 필수 문자열입니다. 예: ##myImage.png##\n** **아이콘**: **##icon{{{:(}}}iconName)##** 형식의 참조입니다. 예: **##아이콘:수락##**\n*** **##icon:##** 이미지 참조를 [[ XWiki 아이콘 세트>>https://www.famfamfam.com/lab/icons/silk/previews/ 의 아이콘으로 식별하는 필수 문자열입니다. index_abc.png]].\n*** **##iconName##**: 참조된 아이콘을 식별하는 필수 문자열입니다. 예: ##수락##\n** **데이터 URI**: **##(data{{{:)}}}(content)##** 형식의 참조입니다. 예: **##{{{data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##**\n*** **##data:##** [[데이터 URI 체계>>https://en.wikipedia.org/wiki/Data_URI_scheme]]을 사용하여 인라인으로 지정되는 이미지를 식별하는 필수 문자열입니다.\n*** **##content##**: 인코딩된 이미지입니다. 예: ##{{{image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##\n* **##parameters##**: 이미지에 전달되는 공백으로 구분된 매개변수의 선택적 목록입니다. 예: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"내 멋진 이미지\"##\n** ** HTML 속성**: HTML 표준에 의해 정의된 모든 속성은 렌더링된 HTML ##<img>## 태그 에 추가됩니다 .\n*** **##style##**: 이미지에 적용되어야 하는 CSS 스타일 정보입니다. 예: ##style=\"float:right;height:50\"##(오른쪽 이미지, 높이 50px), ##style=\"display:block;margin-left:auto;margin-right:auto;width :80%\"##(이미지 중앙, 너비는 블록 너비의 80%), ##style=\"vertical-align:bottom\"##(텍스트는 그림 하단에서 시작)\n*** **##height##**: 표시되는 이미지의 높이를 정의하는 매개변수입니다. 값은 픽셀(예: ##height=\"80\"##) 또는 이미지가 포함된 블록의 높이와 관련된 픽셀(예: ##height=\"40%\"##)로 표시되어야 합니다.\n*** **##width##**: 표시된 이미지의 너비를 정의하는 매개변수입니다. 값은 픽셀(예: ##width=\"80\"##) 또는 이미지가 포함된 블록의 너비와 관련된 픽셀(예: ##width=\"40%\"##)로 표시되어야 합니다.\n*** **##title##**: 예를 들어 이미지 위에 마우스를 올리면 표시되는 표시된 이미지의 제목을 정의하는 매개변수입니다. 예: ##title=\"내 멋진 이미지\"##\n*** **##alt##**: 브라우저가 이미지를 표시할 수 없는 경우 표시해야 하는 텍스트를 정의하는 매개변수입니다. 이것은 필수 HTML 속성 이므로 XWiki는 ##alt## 매개변수가 정의되지 않은 경우 파일 이름을 대신 사용합니다. 예: ##alt=\"img.png\"##\n*** **추가**: 더 많은 속성을 포함하는 HTML ##<img>## 태그 에 대한 더 자세한 설명을 검토할 수 있습니다. [[ HTML 표준에서>>https:// html .spec.whatwg.org /다중 페이지/임베디드 콘텐츠. html #the-img-요소]].\n** **##queryString##**: 참조 이미지에 대한 다운로드 링크를 생성할 때 쿼리가 서버에 전달되도록 허용합니다. 예: ##queryString=\"width=100&height=800&keepAspectRatio=true\"##(**##keepAspectRatio=true##는 ## 외에 ##width## 및 ##height## 매개변수가 지정된 경우 실패합니다. 쿼리문자열##!**)",
            "id": 413123,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/413123/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-12-29T03:45:03.865627Z",
            "action": 47,
            "target": "",
            "id": 409824,
            "action_name": "Alert triggered",
            "url": "https://l10n.xwiki.org/api/changes/409824/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "author": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "timestamp": "2023-12-29T02:04:22.700090Z",
            "action": 0,
            "target": "",
            "id": 409224,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/409224/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/576678/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-29T02:04:22.700042Z",
            "action": 59,
            "target": "",
            "id": 409223,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/409223/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/576677/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-29T02:04:22.699909Z",
            "action": 59,
            "target": "",
            "id": 409222,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/409222/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "author": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "timestamp": "2023-12-29T02:04:22.583898Z",
            "action": 48,
            "target": "",
            "id": 409221,
            "action_name": "Language added",
            "url": "https://l10n.xwiki.org/api/changes/409221/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "author": null,
            "timestamp": "2023-12-29T02:04:22.578284Z",
            "action": 17,
            "target": "",
            "id": 409220,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/409220/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-11-19T03:56:00.031810Z",
            "action": 47,
            "target": "",
            "id": 400189,
            "action_name": "Alert triggered",
            "url": "https://l10n.xwiki.org/api/changes/400189/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465536/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "timestamp": "2023-09-08T15:01:26.273076Z",
            "action": 2,
            "target": "= Bearbeiten =\n\n== Bilder ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Images ===\n\n|=Funktion|=XWiki Syntax 1.0|=Ergebnis\n|Bild von Anhang auf aktueller Seite|(((\n{{info}}Siehe [[Bildmakro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] für Details{{/info}}\n{{{{image:XWiki.XWikiSyntaxImages@img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Bild von Anhang auf anderer Seite|{{{{image:img.png|document=Bereich.Seite}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Bild mit Parametern|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Bild befindlich an URL|{{{http://eine/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== 2.0 Images ===\n\n|=Funktion|=XWiki Syntax 2.0|=Ergebnis\n|Bild von Anhang auf aktueller Seite|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Bild von Anhang auf anderer Seite|{{{image:Bereich.Seite@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Bild mit Parametern|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Bild mit Bildunterschrift|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] unterstützt Bildunterschriften.>>image:img.png]]}}}|(( ([[~[~[XWiki~>~>https://www.xwiki.org~]~] unterstützt Bildunterschriften.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Bild befindlich an URL|{{{image:http://eine/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n{{velocity}}$subHeading XWiki Syntax 2.0 Bild-Spezifikation $subHeading{{/velocity}}\n\n{{info}}\nDer Teil in ##( )## ist erforderlich, während die Teile in ##{ }## optional sind.\n{{/info}}\n\nDas vollständige Format eines Bilder ist entweder **##image~: (Verweis)##** oder **##~[~[{caption>>}image~: (Verweis) {||Parameter}]]##**\n\n* **##caption##**: Eine optionale Beschriftung. Kann beliebige XWiki 2.0-Syntax enthalten, aber verschachtelte Link-Syntax muss mit ##~~## maskiert werden. Die Beschriftung wird nur unterstützt, wenn die Bildsyntax der einzige Inhalt eines Absatzes ist. Das Bild mit der Beschriftung kann auch in einen Link eingebettet sein. In diesem Fall enthält der Link das Bild, aber nicht die Beschriftung.\n* **##image~:##** Ein erforderlicher Text, welches die folgenden Angaben als Bild kennzeichnet.\n* **##Verweis##**: Der Verweis auf das anzuzeigende Bild. Der Verweis kann in folgenden Formaten angegeben werden:\n** **URL**: Eine URL zu einem externen Bild in dem Format **##http:~/~/pfad/BildName##**. Beispiel: ##http:~/~/example.org/pfad/bild.png##\n** **Anhang**: Ein Verweis auf einen Anhang im Wiki im Format **##~{~{~{wikiName:} Bereich.} Seite@} (BildName)##**\n*** **##wikiName##**: Ein optionaler Text, welcher den Namen eines Subwikis enthält. Das Bild wird dann in dem entsprechenden Subwiki nachgeschlagen. Beispiel: ##meinwiki##\n*** **##Bereich##**: Der Name eines Bereiches, in dem das Bild nachgeschlagen wird (optional). Wenn kein Bereich angegeben, wird der aktuelle Bereich verwendet. Beispiel: ##Main##\n*** **##Seite##**: Der Namen einer Seite, an der das Bild angehangen ist (optional). Wird keine Seite angegeben, wird die aktuelle Seite verwendet. Beispiel: ##WebHome##\n*** **##BildName##**: Ein erforderlicher Text, welcher den Dateinamen des anzuzeigenden Bildes enthält, wie er im Wiki gespeichert ist.\n* **##Parameter##**: Eine optionale Liste von durch Leerzeichen getrennten Parametern, die an das Bild durchgereicht werden. Beispiel: ##width=\"800\" height=\"600\" alt=\"Ein beispielhaftes Bild\" title=\"Dies ist ein schönes Bild\"## \n** **HTML Attribute**: Alle Attribute, welche im HTML Standard vorgesehen sind, werden zu dem erzeugten ##<img>## Element hinzugefügt.\n*** **##style##**: CSS-Stil Anweisungen, welche auf das Bild angewendet werden. Beispiele: ##style=\"float:right;height:50px\"## (d.h. das Bild wird rechtsbündig eingebettet mit einer Höhe von 50 Pixeln),\n ##style=\"style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (Bild wird zentriert dargestellt in einer Breite von 80% des zur verfügung stehenden Platzes).\n ##style=\"vertical-align:bottom\"## (Der folgende Text startet direkt an unteren Ende des Bildes).\n*** **##height##**: Die vertikale Grösse des angezeigten Bildes. Der Parameterwert sollte entweder in Bildschirmpixeln angeben werden (Beispiel ##height=\"80\"##) oder in prozentualen Anteilen des Anzeigebereichs (Beispiel ##height=\"40%\"##)\n*** **##width##**: Die horizontale Grösse des angezeigten Bildes. Der Parameterwert sollte entweder in Bildschirmpixeln angeben werden (Beispiel ##width=\"120\"##) oder in prozentualen Anteilen des Anzeigebereichs (Beispiel ##width=\"80%\"##)\n*** **##title##**: Der Text, der beim Überfahren den Bildes mit dem Mauszeiger angezeigt wird. Beispiel: ##title=\"Dies ist ein schönes Bild\"##\n*** **##alt##**: Der Text, welcher //alt//ernativ angezeigt wird, wenn der Browser das Bild nicht darstellen kann. Da dies im HTML eine Pflichtangabe ist, verwendet XWiki den Dateinamen, wenn kein Wert für ##alt## angegeben wurde. Beispiel: alt=\"Ein beispielhaftes Bild\"\n*** **... und mehr**: Die offizielle Liste aller unterstützten Attribute kann auf der offiziellen [[Seite des HTML-Standards>> https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]] (in Englisch) eingesehen werden.\n\n=== 2.1 Images ===\n\n|=Funktion|=XWiki Syntax 2.1|=Ergebnis\n|Bild von Anhang auf aktueller Seite|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Bild von Anhang auf anderer Seite|{{{image:Bereich.Seite@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Bild mit Parametern|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Bild mit Bildunterschrift|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] unterstützt Bildunterschriften.>>image:img.png]]}}}|(( ([[~[~[XWiki~>~>https://www.xwiki.org~]~] unterstützt Bildunterschriften.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Bild befindlich an URL|{{{image:http://eine/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Vordefiniertes Piktogramm|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading XWiki Syntax 2.1 Bild-Spezifikation $subHeading{{/velocity}}\n\n{{info}}\nDer Teil in ##( )## ist erforderlich, während die Teile in ##{ }## optional sind.\n{{/info}}\n\nDas vollständige Format eines Bilder ist entweder **##image~: (Verweis)##** oder **##~[~[{caption>>}image~: (Verweis) {||Parameter}]]##**\n\n* **##caption##**: Eine optionale Beschriftung. Kann beliebige XWiki 2.1-Syntax enthalten, aber verschachtelte Link-Syntax muss mit ##~~## maskiert werden. Die Beschriftung wird nur unterstützt, wenn die Bildsyntax der einzige Inhalt eines Absatzes ist. Das Bild mit der Beschriftung kann auch in einen Link eingebettet sein. In diesem Fall enthält der Link das Bild, aber nicht die Beschriftung.\n* **##image~:##** Ein erforderlicher Text, welches die folgenden Angaben als Bild kennzeichnet.\n* **##Verweis##**: Der Verweis auf das anzuzeigende Bild. Der Verweis kann in folgenden Formaten angegeben werden:\n** **URL**: Eine URL zu einem externen Bild in dem Format **##http:~/~/pfad/BildName##**. Beispiel: ##http:~/~/example.org/pfad/bild.png##\n** **Anhang**: Ein Verweis auf einen Anhang eines XWiki-Dokuments im Format **##~{~{~{wikiName:} Bereich.} Seite@} (BildName)##**\n*** **##wikiName##**: Ein optionaler Text, welcher den Namen eines Subwikis enthält. Das Bild wird dann in dem entsprechenden Subwiki nachgeschlagen. Beispiel: ##mywiki##\n*** **##Bereich##**: Der Name eines Bereiches, in dem das Bild nachgeschlagen wird (optional). Wenn kein Bereich angegeben, wird der aktuelle Bereich verwendet. Beispiel: ##Main##\n*** **##Seite##**: Der Namen einer Seite, an der das Bild angehangen ist (optional). Wird keine Seite angegeben, wird die aktuelle Seite verwendet. Beispiel: ##WebHome##\n*** **##BildName##**: Ein erforderlicher Text, welcher den Dateinamen des anzuzeigenden Bildes enthält, wie er im Wiki gespeichert ist.\n** **Seiten-Anhang**: Ein Verweis in der Form **##pageAttach~:~{~{~{(wikiName):}(seitenNamenListe)/}(anhangName)##**\n*** **##pageAttach~:##** Eine erforderliche Zeichenfolge, die die Referenz als Anhang einer XWiki-Seite identifiziert.\n*** **##wikiName##**: Ein optionaler Text, welcher den Namen eines Subwikis enthält. Das Bild wird dann in dem entsprechenden Subwiki nachgeschlagen. Beispiel: ##mywiki##\n*** **##seitenNamenListe##**: Eine optionale, durch Punkte getrennte Liste von Wiki-Seitennamen. Wenn keine Seite angegeben ist, wird die aktuelle Seite verwendet. Beispiele: ##Main##, ##A/B##, ##A/B/C##\n*** **##anhangName##**: Eine erforderliche Zeichenfolge, die den Namen des an eine Seite angehängten Bildes enthält, wie es im Wiki gespeichert ist. Beispiel: ##myImage.png##\n** **Piktogramme** Ein Verweis mittels des Textes **##{{{(icon:)}}} (iconName)##**. Beispiel: **##icon:accept##**\n*** **##icon:##** Ein erforderlicher Text, welcher die folgende Angabe als Piktogramm kennzeichnet. Piktogramme können nur aus der vorinstallierten Liste der [[XWiki Icons>>http://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]] ausgewählt werden.\n*** **##iconName##**: Ein erforderlicher Text mit dem (englischen) Namen des anzuzeigenden Piktogramms. Beispiel: ##accept##\n** **Data URI**s in der Form **##{{{(data:)}}} (bilddaten)##**. Beispiel: **##data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4~/~/8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==##**\n*** **##data:##** Ein erforderlicher Text, welcher die folgende Angabe als Binärdaten zu interpretieren erlaubt, enstprechend dem [['data' URI Schema>>http://de.wikipedia.org/wiki/Data-URL]].\n*** **##bilddaten##**: Angabe zu Dateiformat und Codierung, etwa für PNG-Bilder in Base64-codierung ##{{{image/png;base64,}}}## gefolgt von den Binärdaten des Bildes in der angegebenen textuellen Codierung\n* **##Parameter##**: Eine optionale Liste von durch Leerzeichen getrennten Parametern, die an das Bild durchgereicht werden. Beispiel: ##width=\"800\" height=\"600\" alt=\"Ein beispielhaftes Bild\" title=\"Dies ist ein schönes Bild\"##\n** **HTML Attribute**: Alle Attribute, welche im HTML Standard vorgesehen sind, werden zu dem erzeugten ##<img>## Element hinzugefügt.\n*** **##style##**: CSS-Stil Anweisungen, welche auf das Bild angewendet werden. Beispiele: ##style=\"float:right;height:50px\"## (d.h. das Bild wird rechtsbündig eingebettet mit einer Höhe von 50 Pixeln),\n ##style=\"style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (Bild wird zentriert dargestellt in einer Breite von 80% des zur Verfügung stehenden Platzes),\n ##style=\"vertical-align:bottom\"## (Der folgende Text startet direkt an unteren Ende des Bildes).\n*** **##height##**: Die vertikale Grösse des angezeigten Bildes. Der Parameterwert sollte entweder in Bildschirmpixeln angeben werden (Beispiel ##height=\"80\"##) oder in prozentualen Anteilen des Anzeigebereichs (Beispiel ##height=\"40%\"##)\n*** **##width##**: Die horizontale Grösse des angezeigten Bildes. Der Parameterwert sollte entweder in Bildschirmpixeln angeben werden (Beispiel ##width=\"120\"##) oder in prozentualen Anteilen des Anzeigebereichs (Beispiel ##width=\"80%\"##)\n*** **##title##**: Der Text, der beim Überfahren den Bildes mit dem Mauszeiger angezeigt wird. Beispiel: ##title=\"Dies ist ein schönes Bild\"##\n*** **##alt##**: Der Text, welcher //alt//ernativ angezeigt wird, wenn der Browser das Bild nicht darstellen kann. Da dies im HTML eine Pflichtangabe ist, verwendet XWiki den Dateinamen, wenn kein Wert für ##alt## angegeben wurde. Beispiel: alt=\"Ein beispielhaftes Bild\"\n*** **... und mehr**: Die offizielle Liste aller unterstützten Attribute kann auf der offiziellen [[Seite des HTML-Standards>> https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]] (in Englisch) eingesehen werden.\n** **##queryString##**: Ein optionaler Text, welcher als Abfrageparameter an die URL angehangen wird, unter der das Bild vom Server abgeholt wird. Beispiel: ##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**##keepAspectRatio=true##** soll den Server veranlassen, die Seitenverhältnisse des Bildes beizubehalten, wird aber ignoriert, wenn sowohl ##width## als auch ##height## angegeben werden)",
            "id": 396364,
            "action_name": "Translation changed",
            "url": "https://l10n.xwiki.org/api/changes/396364/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465534/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/en/?format=api",
            "user": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "author": "https://l10n.xwiki.org/api/users/petrenkonikita112263/?format=api",
            "timestamp": "2023-09-07T06:18:52.036122Z",
            "action": 65,
            "target": "",
            "id": 396300,
            "action_name": "Comment resolved",
            "url": "https://l10n.xwiki.org/api/changes/396300/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.992894Z",
            "action": 0,
            "target": "",
            "id": 396128,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/396128/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465564/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.992770Z",
            "action": 59,
            "target": "= Editing =\n\n== Images ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Images ===\n\n|=Formateringstyp|=XWiki syntax 1.0|=Resultat\n|Bild från bilaga till aktuell sida|(((\n{{info}}Se [[bildmakrot>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] för detaljer{{/info}}\n{{{{image:img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Bild från bilaga i annat dokument|{{{{image:img.png|document=Rum.Sida}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Bild med parametrar|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Bild från URL|{{{http://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== 2.0 Images ===\n\n|=Formateringstyp|=XWiki syntax 2.0|=Resultat\n|Bild från bilaga till aktuell sida|{{{image:img.png}}}|image::XWiki.XWikiSyntaxImages@img.png\n|Bild från bilaga i annat dokument|{{{image:Rum.Sida@img.png}}}|image::XWiki.XWikiSyntaxImages@img.png\n|Bild med parametrar|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image::XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Bild från URL|{{{image:http://some/url/img.png}}}|image::XWiki.XWikiSyntaxImages@img.png\n\n\n{{velocity}}$subHeading XWiki Syntax 2.0 bildspecifikation $subHeading{{/velocity}}\n\n\n{{info}}\nDelarna inom ##( )## är obligatoriska och delarna inom ##{ }## får utelämnas.\n{{/info}}\n\nDet fullständiga formatet för bilder är antingen **##image~: (referens)##** eller **##~[~[image~: (referens) {||parametrar}]]##**\n\n* **##image~:##** En obligatorisk sträng som identifierar resursen som en bild.\n* **##referens##**: Referensen till bilden som skall visas på ett av följande format:\n** **URL**: En URL till en bild på formatet **##http:~/~/sökväg/bildnamn##**. Exempel: ##http:~/~/domän.org/sökväg/bild.png##\n** **Bilaga** referens på formatet **##~{~{~{wikinamn:} rum.} sida@} (bildnamn)##**\n*** **##wikiNamn##**: En sträng (vilken kan utelämnas) som anger namnet på den virtuella wikin.  Bildreferensen kommer att peka på en bild inuti den namngivna wikin.  Exempel: ##minwiki##\n*** **##rum##**: Ett rum i wikin.  Om inget anges används det aktuella rummet, dvs samma rum som sidan som innehåller länken.  Exempel: ##Main##\n*** **##sida##**: En sträng (vilken kan utelämnas) som anger namnet på sidan som bildbilagan tillhör.  Exempel: ##WebHome##\n*** **##bildnamn##**: En obligatorisk sträng som anger namnet på bildbilagan.  (Notera att XWiki ibland ändrar filnamnet på filer som laddas upp som bilaga.)\n* **##parametrar##**: En utelämnings bar lista separerad av blankstegstecken med parametrar till bilden.  Exempel: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"Min fina bild\"##\n** **HTML-attribut**:  Alla attribut definierade i HTML-standarden för taggen ##<img>## kan användas.\n*** **##style##**: CSS-stilinformation som skall appliceras på bilden. Exempel: ##style=\"float:right;height:50\"## (bilden till höger, höjd 50 pixlar), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (bilden centrerad, bredd 80% av blockbredden), ##style=\"vertical-align:bottom\"## (texten ställs i linje med bildens nederkant)\n*** **##height##**: Parameter som anger höjden på bilden vid visning.  Värdet kan anges antingen i pixlar (exempel: ##height=\"80\"##) eller relativt höjden på bildens omgivande block (exempel: ##height=\"40%\"##).\n*** **##width##**: Parameter som anger bredden på bilden vid visning.  Värdet kan anges antingen i pixlar (exempel: ##height=\"80\"##) eller relativt bredden på bildens omgivande block (exempel: ##height=\"40%\"##). \n*** **##title##**: Parameter som anger texten som blir synlig då muspekaren hålls över bilden. Exempel: ##title=\"Min fina bild\"##\n*** **##alt##**: Parameter som anger ersättningstext om webbläsaren ej kan visa bilder.  Eftersom denna parameter är obligatorisk i HTML kommer XWiki att använda filnamnet istället om denna parameter utelämnas.  Exempel: ##alt=\"img.png\"##\n*** **Mer**: En mer omfattande beskrivning av HTML-taggen ##<img>## inklusive fler attribut kan man läsa om [[på w3.org>>http://www.w3.org/TR/html4/struct/objects.html#h-13.2]].\n\n=== 2.1 Images ===\n\n|=Formateringstyp|=XWiki syntax 2.1|=Resultat\n|Bild från bilaga till aktuell sida|{{{image:img.png}}}|image::XWiki.XWikiSyntaxImages@img.png\n|Bild från bilaga i annat dokument|{{{image:Rum.Sida@img.png}}}|image::XWiki.XWikiSyntaxImages@img.png\n|Bild med parametrar|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image::XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Bild från URL|{{{image:http://some/url/img.png}}}|image::XWiki.XWikiSyntaxImages@img.png\n|Ikon|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading XWiki Syntax 2.1 Image Specification $subHeading{{/velocity}}\n\n\n{{info}}\nDelarna inom ##( )## är obligatoriska och delarna inom ##{ }## får utelämnas.\n{{/info}}\n\nDet fullständiga formatet för bilder är antingen **##image~: (referens)##** eller **##~[~[image~: (referens) {||parametrar}]]##**\n\n* **##image~:##** En obligatorisk sträng som identifierar resursen som en bild.\n* **##referens##**: Referensen till bilden som skall visas på ett av följande format:\n** **URL**: En URL till en bild på formatet **##http:~/~/sökväg/bildnamn##**. Exempel: ##http:~/~/domän.org/sökväg/bild.png##\n** **Bilaga** referens på formatet **##~{~{~{wikinamn:} rum.} sida@} (bildnamn)##**\n*** **##wikiNamn##**: En sträng (vilken kan utelämnas) som anger namnet på den virtuella wikin.  Bildreferensen kommer att peka på en bild inuti den namngivna wikin.  Exempel: ##minwiki##\n*** **##rum##**: Ett rum i wikin.  Om inget anges används det aktuella rummet, dvs samma rum som sidan som innehåller länken.  Exempel: ##Main##\n*** **##sida##**: En sträng (vilken kan utelämnas) som anger namnet på sidan som bildbilagan tillhör.  Exempel: ##WebHome##\n*** **##bildnamn##**: En obligatorisk sträng som anger namnet på bildbilagan.  (Notera att XWiki ibland ändrar filnamnet på filer som laddas upp som bilaga.)\n** **Ikon** referens på formatet **##{{{(icon:)}}} (ikonnamn)##**. Exempel: **##icon:accept##**\n*** **##icon:##** En obligatorisk sträng som identifierar bildreferensen som en ikon från [[XWikis ikonsamling>>http://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]].\n*** **##ikonnamn##**: En obligatorisk sträng som anger namnet på ikonen. Exempel: ##accept##\n* **##parametrar##**: En utelämnings bar lista separerad av blankstegstecken med parametrar till bilden.  Exempel: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"Min fina bild\"##\n** **HTML-attribut**:  Alla attribut definierade i HTML-standarden för taggen ##<img>## kan användas.\n*** **##style##**: CSS-stilinformation som skall appliceras på bilden. Exempel: ##style=\"float:right;height:50\"## (bilden till höger, höjd 50 pixlar), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (bilden centrerad, bredd 80% av blockbredden), ##style=\"vertical-align:bottom\"## (texten ställs i linje med bildens nederkant)\n*** **##height##**: Parameter som anger höjden på bilden vid visning.  Värdet kan anges antingen i pixlar (exempel: ##height=\"80\"##) eller relativt höjden på bildens omgivande block (exempel: ##height=\"40%\"##).\n*** **##width##**: Parameter som anger bredden på bilden vid visning.  Värdet kan anges antingen i pixlar (exempel: ##height=\"80\"##) eller relativt bredden på bildens omgivande block (exempel: ##height=\"40%\"##). \n*** **##title##**: Parameter som anger texten som blir synlig då muspekaren hålls över bilden. Exempel: ##title=\"Min fina bild\"##\n*** **##alt##**: Parameter som anger ersättningstext om webbläsaren ej kan visa bilder.  Eftersom denna parameter är obligatorisk i HTML kommer XWiki att använda filnamnet istället om denna parameter utelämnas.  Exempel: ##alt=\"img.png\"##\n*** **Mer**: En mer omfattande beskrivning av HTML-taggen ##<img>## inklusive fler attribut kan man läsa om [[på w3.org>>http://www.w3.org/TR/html4/struct/objects.html#h-13.2]].\n** **##queryString##**: Det går även att ange parametrar till nedladdningslänken för bilden.  Exempel: ##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**##keepAspectRatio=true## kommer att misslyckas om både ##width##- och ##height##-parametrarna specificerats utöver ##queryString##!**)",
            "id": 396127,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/396127/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465564/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.992653Z",
            "action": 30,
            "target": "= Editing =\n\n== Images ==\n\n=== 1.0 Images ===\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Image from attachment on current page|(((\n{{info}}See [[Image Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] for details{{/info}}\n{{{{image:img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{{image:img.png|document=Space.Page}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Images located at URL|{{{https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== 2.0 Images ===\n\n|=Feature|=XWiki Syntax 2.0|=Result\n|Image from attachment on current page|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{image:Space.Page@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Image with caption|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Images located at URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n{{velocity}}$subHeading XWiki Syntax 2.0 Image Specification $subHeading{{/velocity}}\n\n{{info}}\nThe part in ##( )## is required, while the parts in ##{ }## are optional.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: An optional caption. May contain arbitrary XWiki 2.0 syntax but nested link syntax must be escaped using ##~~##. The caption is only supported when the image syntax is the only content of a paragraph. The captioned image may also be wrapped in a link. In this case, the link will contain the image but not the caption.\n* **##image~:##** A required string identifying the resource as image.\n* **##reference##**: The reference to the image that shall be displayed in one of the following forms:\n** **URL**: Any URL to an image in the form of **##http:~/~/path/imageName##**. Example: ##http:~/~/domain.org/path/img.png##\n** **Attachment** reference in the form **##~{~{~{wikiName:} space.} page@} (imageName)##**\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. Example: mywiki\n*** **##space##**: An optional wiki Space name. If no space is specified the current space is used. Example: Main\n*** **##page##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: WebHome\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki.\n* **##parameters##**: An optional list of space-separated parameters passed to the image. Example: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: All attributes defined by the HTML standard will be added to the rendered HTML ##<img>## tag.\n*** **##style##**: CSS style information that should be applied to the image. Examples: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (image centered, width 80% of block width), ##style=\"vertical-align:bottom\"## (text starts at bottom of picture)\n*** **##height##**: A parameter that defines the height of the displayed image. The value should be presented either in pixel (example: ##height=\"80\"##) or in pixel related to the height of the block containing the image (example: ##height=\"40%\"##).\n*** **##width##**: A parameter that defines the width of the displayed image. The value should be presented either in pixel (example: ##width=\"80\"##) or in pixel related to the width of the block containing the image (example: ##width=\"40%\"##).\n*** **##title##**: A parameter that defines the title the displayed image which will be visible when hovering the mouse trigger over the image, for instance. Example: ##title=\"My nice image\"##\n*** **##alt##**: A parameter that defines which text should be displayed if the browser is not able to display the image. Since this is a required HTML attribute XWiki will use the file name instead if the ##alt## parameter is not defined. Example: ##alt=\"img.png\"##\n*** **More**: A more in depth explanation on the HTML ##<img>## tag including more attributes can be reviewed [[in the HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n\n=== 2.1 Images ===\n\n|=Feature|=XWiki Syntax 2.1|=Result\n|Image from attachment on current page|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{image:PageA.PageB@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Image with caption|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Images located at URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Prepackaged Icons|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading XWiki Syntax 2.1 Image Specification $subHeading{{/velocity}}\n\n{{info}}\nLegend: The parts are ##()## are required, while the parts in ##{}## are optional.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: An optional caption. May contain arbitrary XWiki 2.1 syntax but nested link syntax must be escaped using ##~~##. The caption is only supported when the image syntax is the only content of a paragraph. The captioned image may also be wrapped in a link. In this case, the link will contain the image but not the caption.\n* **##image~:##** A required string identifying the resource as image.\n* **##reference##**: The reference to the image that shall be displayed in one of the following forms:\n** **URL**: Any URL to an image in the form of **##[url:](protocol:~/~/path/imageName)##**. Example: ##http:~/~/domain.org/path/img.png##\n*** **##url:##** An optional string identifying the image as an URL.\n*** **##protocol:~/~/path/imageName##**: The URL to the image\n** **Attachment**: A reference in the form **##[attach~:]~{~{~{(wikiName):}(spaceNameList).}(pageName)@}(imageName)##**\n*** **##attach~:##** An optional string identifying the reference as an XWiki Document attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##spaceNameList##**: An optional dot-separated list of wiki Space names. If no space is specified the current space is used. Examples: ##Main##, ##A.B##, ##A.B.C##\n*** **##pageName##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: ##Welcome##\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki. Example: ##myImage.png##\n** **Page Attachment**: A reference in the form **##pageAttach~:~{~{~{(wikiName):}(pageNameList)/}(imageName)##**\n*** **##pageAttach~:##** An required string identifying the reference as an XWiki Page attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##pageNameList##**: An optional dot-separated list of wiki page names. If no page is specified the current page is used. Examples: ##Main##, ##A/B##, ##A/B/C##\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki. Example: ##myImage.png##\n** **Icon**: A reference in the form **##icon{{{:(}}}iconName)##**. Example: **##icon:accept##**\n*** **##icon:##** A required string identifying the image reference as an icon from the [[XWiki Icon Set>>https://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]].\n*** **##iconName##**: A required string identifying the icon referenced. Example: ##accept##\n** **Data URI**: A reference in the form **##(data{{{:)}}}(content)##**. Example: **##{{{data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##**\n*** **##data:##** A required string identifying the image as being specified inline using the [[Data URI scheme>>https://en.wikipedia.org/wiki/Data_URI_scheme]].\n*** **##content##**: The encoded image. Example: ##{{{image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##\n* **##parameters##**: An optional list of space-separated parameters passed to the image. Example: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: All attributes defined by the HTML standard will be added to the rendered HTML ##<img>## tag.\n*** **##style##**: CSS style information that should be applied to the image. Examples: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (image centered, width 80% of block width), ##style=\"vertical-align:bottom\"## (text starts at bottom of picture)\n*** **##height##**: A parameter that defines the height of the displayed image. The value should be presented either in pixel (example: ##height=\"80\"##) or in pixel related to the height of the block containing the image (example: ##height=\"40%\"##).\n*** **##width##**: A parameter that defines the width of the displayed image. The value should be presented either in pixel (example: ##width=\"80\"##) or in pixel related to the width of the block containing the image (example: ##width=\"40%\"##).\n*** **##title##**: A parameter that defines the title the displayed image which will be visible when hovering the mouse trigger over the image, for instance. Example: ##title=\"My nice image\"##\n*** **##alt##**: A parameter that defines which text should be displayed if the browser is not able to display the image. Since this is a required HTML attribute XWiki will use the file name instead if the ##alt## parameter is not defined. Example: ##alt=\"img.png\"##\n*** **More**: A more in depth explanation on the HTML ##<img>## tag including more attributes can be reviewed [[in the HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n** **##queryString##**: Allows queries to be passed to the server when creating the download link for the referenced image. Example: ##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**##keepAspectRatio=true## will fail if the ##width## and ##height## parameters are specified in addition to ##queryString##!**)",
            "id": 396126,
            "action_name": "Source string changed",
            "url": "https://l10n.xwiki.org/api/changes/396126/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/lv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.907341Z",
            "action": 0,
            "target": "",
            "id": 396125,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/396125/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465557/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/lv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.907268Z",
            "action": 59,
            "target": "= Editing =\n\n== Attēli ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Images ===\n\n|=Piemērs|=XWiki 1.0 sintakse|=Rezultāts\n|Attēls no pielikuma tekošajā lapā|(((\n{{info}}Papildu informācijai skatīt [[//Image// makrosa>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] aprakstu.{{/info}}\n\n{{{{image:attels.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Attēls no pielikuma citā lapā|{{{{image:attels.png|document=Vieta.Lapa}}}}|image::XWiki.XWikiSyntaxImages@img.png\n|Attēls ar parametriem|{{{{image:attels.png|width=25|height=25}}}}|[[image::XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Attēls ar URL atrašanās vietuImages located at URL|{{{http://some/url/attels.png}}}|image::XWiki.XWikiSyntaxImages@img.png\n\n=== 2.0 Images ===\n\n|=Piemērs|=XWiki 2.0 sintakse|=Rezultāts\n|Attēls no pielikuma tekošajā lapā|{{{image:attels.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Attēls no pielikuma citā lapā|{{{image:Vieta.Lapa@attels.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Attēls ar parametriem|{{{[[image:attels.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Attēls ar URL atrašanās vietuImages located at URL|{{{image:http://some/url/attels.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== 2.1 Images ===\n\n|=Piemērs|=XWiki 2.0 sintakse|=Rezultāts\n|Attēls no pielikuma tekošajā lapā|{{{image:attels.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Attēls no pielikuma citā lapā|{{{image:Vieta.Lapa@attels.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Attēls ar parametriem|{{{[[image:attels.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Attēls ar URL atrašanās vietuImages located at URL|{{{image:http://some/url/attels.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Icône|{{{image:icon:accept}}}|image:icon:accept",
            "id": 396124,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/396124/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465557/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/lv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.907188Z",
            "action": 30,
            "target": "= Editing =\n\n== Images ==\n\n=== 1.0 Images ===\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Image from attachment on current page|(((\n{{info}}See [[Image Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] for details{{/info}}\n{{{{image:img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{{image:img.png|document=Space.Page}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Images located at URL|{{{https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== 2.0 Images ===\n\n|=Feature|=XWiki Syntax 2.0|=Result\n|Image from attachment on current page|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{image:Space.Page@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Image with caption|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Images located at URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n{{velocity}}$subHeading XWiki Syntax 2.0 Image Specification $subHeading{{/velocity}}\n\n{{info}}\nThe part in ##( )## is required, while the parts in ##{ }## are optional.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: An optional caption. May contain arbitrary XWiki 2.0 syntax but nested link syntax must be escaped using ##~~##. The caption is only supported when the image syntax is the only content of a paragraph. The captioned image may also be wrapped in a link. In this case, the link will contain the image but not the caption.\n* **##image~:##** A required string identifying the resource as image.\n* **##reference##**: The reference to the image that shall be displayed in one of the following forms:\n** **URL**: Any URL to an image in the form of **##http:~/~/path/imageName##**. Example: ##http:~/~/domain.org/path/img.png##\n** **Attachment** reference in the form **##~{~{~{wikiName:} space.} page@} (imageName)##**\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. Example: mywiki\n*** **##space##**: An optional wiki Space name. If no space is specified the current space is used. Example: Main\n*** **##page##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: WebHome\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki.\n* **##parameters##**: An optional list of space-separated parameters passed to the image. Example: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: All attributes defined by the HTML standard will be added to the rendered HTML ##<img>## tag.\n*** **##style##**: CSS style information that should be applied to the image. Examples: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (image centered, width 80% of block width), ##style=\"vertical-align:bottom\"## (text starts at bottom of picture)\n*** **##height##**: A parameter that defines the height of the displayed image. The value should be presented either in pixel (example: ##height=\"80\"##) or in pixel related to the height of the block containing the image (example: ##height=\"40%\"##).\n*** **##width##**: A parameter that defines the width of the displayed image. The value should be presented either in pixel (example: ##width=\"80\"##) or in pixel related to the width of the block containing the image (example: ##width=\"40%\"##).\n*** **##title##**: A parameter that defines the title the displayed image which will be visible when hovering the mouse trigger over the image, for instance. Example: ##title=\"My nice image\"##\n*** **##alt##**: A parameter that defines which text should be displayed if the browser is not able to display the image. Since this is a required HTML attribute XWiki will use the file name instead if the ##alt## parameter is not defined. Example: ##alt=\"img.png\"##\n*** **More**: A more in depth explanation on the HTML ##<img>## tag including more attributes can be reviewed [[in the HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n\n=== 2.1 Images ===\n\n|=Feature|=XWiki Syntax 2.1|=Result\n|Image from attachment on current page|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{image:PageA.PageB@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Image with caption|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Images located at URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Prepackaged Icons|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading XWiki Syntax 2.1 Image Specification $subHeading{{/velocity}}\n\n{{info}}\nLegend: The parts are ##()## are required, while the parts in ##{}## are optional.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: An optional caption. May contain arbitrary XWiki 2.1 syntax but nested link syntax must be escaped using ##~~##. The caption is only supported when the image syntax is the only content of a paragraph. The captioned image may also be wrapped in a link. In this case, the link will contain the image but not the caption.\n* **##image~:##** A required string identifying the resource as image.\n* **##reference##**: The reference to the image that shall be displayed in one of the following forms:\n** **URL**: Any URL to an image in the form of **##[url:](protocol:~/~/path/imageName)##**. Example: ##http:~/~/domain.org/path/img.png##\n*** **##url:##** An optional string identifying the image as an URL.\n*** **##protocol:~/~/path/imageName##**: The URL to the image\n** **Attachment**: A reference in the form **##[attach~:]~{~{~{(wikiName):}(spaceNameList).}(pageName)@}(imageName)##**\n*** **##attach~:##** An optional string identifying the reference as an XWiki Document attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##spaceNameList##**: An optional dot-separated list of wiki Space names. If no space is specified the current space is used. Examples: ##Main##, ##A.B##, ##A.B.C##\n*** **##pageName##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: ##Welcome##\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki. Example: ##myImage.png##\n** **Page Attachment**: A reference in the form **##pageAttach~:~{~{~{(wikiName):}(pageNameList)/}(imageName)##**\n*** **##pageAttach~:##** An required string identifying the reference as an XWiki Page attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##pageNameList##**: An optional dot-separated list of wiki page names. If no page is specified the current page is used. Examples: ##Main##, ##A/B##, ##A/B/C##\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki. Example: ##myImage.png##\n** **Icon**: A reference in the form **##icon{{{:(}}}iconName)##**. Example: **##icon:accept##**\n*** **##icon:##** A required string identifying the image reference as an icon from the [[XWiki Icon Set>>https://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]].\n*** **##iconName##**: A required string identifying the icon referenced. Example: ##accept##\n** **Data URI**: A reference in the form **##(data{{{:)}}}(content)##**. Example: **##{{{data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##**\n*** **##data:##** A required string identifying the image as being specified inline using the [[Data URI scheme>>https://en.wikipedia.org/wiki/Data_URI_scheme]].\n*** **##content##**: The encoded image. Example: ##{{{image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##\n* **##parameters##**: An optional list of space-separated parameters passed to the image. Example: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: All attributes defined by the HTML standard will be added to the rendered HTML ##<img>## tag.\n*** **##style##**: CSS style information that should be applied to the image. Examples: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (image centered, width 80% of block width), ##style=\"vertical-align:bottom\"## (text starts at bottom of picture)\n*** **##height##**: A parameter that defines the height of the displayed image. The value should be presented either in pixel (example: ##height=\"80\"##) or in pixel related to the height of the block containing the image (example: ##height=\"40%\"##).\n*** **##width##**: A parameter that defines the width of the displayed image. The value should be presented either in pixel (example: ##width=\"80\"##) or in pixel related to the width of the block containing the image (example: ##width=\"40%\"##).\n*** **##title##**: A parameter that defines the title the displayed image which will be visible when hovering the mouse trigger over the image, for instance. Example: ##title=\"My nice image\"##\n*** **##alt##**: A parameter that defines which text should be displayed if the browser is not able to display the image. Since this is a required HTML attribute XWiki will use the file name instead if the ##alt## parameter is not defined. Example: ##alt=\"img.png\"##\n*** **More**: A more in depth explanation on the HTML ##<img>## tag including more attributes can be reviewed [[in the HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n** **##queryString##**: Allows queries to be passed to the server when creating the download link for the referenced image. Example: ##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**##keepAspectRatio=true## will fail if the ##width## and ##height## parameters are specified in addition to ##queryString##!**)",
            "id": 396123,
            "action_name": "Source string changed",
            "url": "https://l10n.xwiki.org/api/changes/396123/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.832699Z",
            "action": 0,
            "target": "",
            "id": 396122,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/396122/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/552589/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.832572Z",
            "action": 59,
            "target": "= 編集 =\n\n== 画像 ==\n\n=== 画像1.0 ===\n\n|=機能|=XWikiシンタックス1.0|=結果\n|現在のページの添付ファイルの画像|(((\n{{info}}詳細は[[画像マクロ>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]]を参照してください{{/info}}\n{{{{image:img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|他のページの添付ファイルの画像|{{{{image:img.png|document=スペース.ページ}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|パラメーターのある画像|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|URLで指定する画像|{{{https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== 画像2.0 ===\n\n|=機能|=XWikiシンタックス2.0|=結果\n|現在のページの添付ファイルの画像|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|他のページの添付ファイルの画像|{{{image:スペース.ページ@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|パラメーターのある画像|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|キャプション付きの画像|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~]はキャプションをサポートしています。>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~]はキャプションをサポートしています。>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|URLで指定する画像|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n{{velocity}}$subHeading XWikiシンタックス 2.0 画像仕様 $subHeading{{/velocity}}\n\n{{info}}\n##( )##は必須です。##[ ]##はオプションです。\n{{/info}}\n\n画像の完全なフォーマットは **##image~: (参照)##** あるいは **##~[~[{キャプション>>}image~: (参照) {||パラメーター}]]##** となります。\n\n* **##キャプション##**:キャプション(オプション)。任意のXWiki 2.0のシンタックスを含めることができますが、入れ子式のリンクのシンタックスは##~~##でエスケープする必要があります。キャプションは、画像のシンタックスのみが段落の内容である場合にサポートされます。\n* **##image~:##** 画像としてリソースを指示する文字列(必須)。\n* **##参照##**:以下の形式で表示する画像への参照:\n** **URL**:**##http:~/~/パス/画像名##** の形式による画像へのURL。例:##http:~/~/domain.org/パス/img.png##\n** **##~{~{~{ウィキ名:} スペース.} ページ@} (画像名)##** の形式による**添付ファイル**の参照\n*** **##ウィキ名##**:ウィキの名称を含む文字列(オプション)。画像の参照は、このウィキのページに添付された画像を指示します。例:mywiki\n*** **##スペース##**:ウィキのスペース名(オプション)。スペースの指定がなければ、現在のスペースを使用します。例:Main\n*** **##ページ##**: 参照する画像を添付するウィキのページの名称を含む文字列(オプション)。例:WebHome\n*** **##画像名##**:ページに添付する画像の名称を含む文字列(必須。ウィキに保存されている名称)。\n* **##パラメーター##**:画像に渡すパラメーターの一覧(オプション。スペースで分割)。例:##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTMLの属性**:HTML標準で規定されている全ての属性を、レンダリングするHTML##<img>##タグに追加できます。\n*** **##style##**:画像に適用するCSSスタイルの情報。例:##style=\"float:right;height:50\"## (画像を右側に寄せて、高さを50pxに設定)、##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"##(画像を中央に表示し、ブロックの幅の80%に設定)##style=\"vertical-align:bottom\"##(テキストを画像の下に表示)\n*** **##height##**:表示する画像の高さを規定するパラメーター。値はピクセル(例: ##height=\"80\"##)あるいは画像を含むブロックの高さに関連するピクセル(例:##height=\"40%\"##)。\n*** **##width##**:表示する画像の幅を規定するパラメーター。値はピクセル(例: ##width=\"80\"##)あるいは画像を含むブロックの幅に関連するピクセル(例:##width=\"40%\"##)。\n*** **##title##**:画像をマウスでホバリングした際などに表示する画像のタイトルを規定するパラメーター。例:##title=\"My nice image\"##\n*** **##alt##**:ブラウザーが画像を表示できない際に表示するテキストを規定するパラメーター。これは必須のHTML要素であるため、##alt##パラメーターが設定されていない場合は、ファイル名を代わりに使用します。例:##alt=\"img.png\"##\n*** **その他**:その他の属性を含むHTMLの##<img>##タグに関する説明は[[HTML標準>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]]で確認できます。\n\n=== 画像2.1 ===\n\n|=機能|=XWikiシンタックス2.1|=結果\n|現在のページの添付ファイルの画像|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|他のページの添付ファイルの画像|{{{image:ページA.ページB@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|パラメーターのある画像|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|キャプション付きの画像|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~]はキャプションをサポートしています。>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~]はキャプションをサポートしています。>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|URLで指定する画像|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|事前にパッケージ化したアイコン|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading XWikiシンタックス 2.1 画像仕様 $subHeading{{/velocity}}\n\n{{info}}\n凡例:##( )##は必須です。##[ ]##はオプションです。\n{{/info}}\n\n画像の完全なフォーマットは **##image~: (参照)##** あるいは **##~[~[{キャプション>>}image~: (参照) {||パラメーター}]]##** となります。\n\n* **##キャプション##**:キャプション(オプション)。任意のXWiki 2.1のシンタックスを含めることができますが、入れ子式のリンクのシンタックスは##~~##でエスケープする必要があります。キャプションは、画像のシンタックスのみが段落の内容である場合にサポートされます。\n* **##image~:##** 画像としてリソースを指示する文字列(必須)。\n* **##参照##**:以下の形式で表示する画像への参照:\n** **URL**:**##[url:](プロトコル:~/~/パス/画像名)##** の形式による画像へのURL。例:##http:~/~/domain.org/パス/img.png##\n*** **##url:##** URLとしてリソースを指示する文字列(必須)。\n*** **##プロトコル:~/~/パス/画像名##**:画像へのURL\n** **添付ファイル**:**##[attach~:]~{~{~{(ウィキ名):}(スペース名の一覧).}(ページ名)@}(画像名)##** の形式による参照\n*** **##attach~:##** XWikiドキュメントの添付ファイルとして参照を指定する文字列(オプション)。\n*** **##ウィキ名##**:ウィキの名称を含む文字列(オプション)。画像の参照は、このウィキのページに添付された画像を指示します。ウィキの指定がなければ、現在のウィキを使用します。例:##mywiki##.\n*** **##スペース名の一覧##**:ドットで分割したスペース名の一覧(オプション)。スペースが指定されていない場合は、現在のスペースを使用します。例:##Main##、##A.B##、##A.B.C##\n*** **##ページ名##**: 参照する画像を添付するウィキのページの名称を含む文字列(オプション)。例:##Welcome##\n*** **##画像名##**:ページに添付する画像の名称を含む文字列(必須。ウィキに保存されている名称)。例:##myImage.png##\n** **ページの添付ファイル**:**##pageAttach~:~{~{~{(ウィキ名):}(ページ名の一覧)/}(画像名)##** の形式による参照\n*** **##pageAttach~:##** XWikiページの添付ファイルとして参照を指示する文字列(必須)。\n*** **##ウィキ名##**:ウィキの名称を含む文字列(オプション)。画像の参照は、このウィキのページに添付された画像を指示します。ウィキの指定がなければ、現在のウィキを使用します。例:##mywiki##.\n*** **##ページ名の一覧##**:ドットで分割したページ名の一覧(オプション)。ページが指定されていない場合は、現在のページを使用します。例:##Main##、##A/B##、##A/B/C##\n*** **##画像名##**:ページに添付する画像の名称を含む文字列(必須。ウィキに保存されている名称)。例:##myImage.png##\n** **アイコン**:**##icon{{{:(}}}アイコン名)##** の形式による参照。例:**##icon:accept##**\n*** **##icon:##** [[XWikiのアイコンセット>>https://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]]のアイコンとして画像の参照を指示する文字列(必須)。\n*** **##アイコン名##**:参照するアイコンを指定する文字列(必須)。例:##accept##\n** **Data URI**:**##(data{{{:)}}}(content)##** の形式による参照。例:**##{{{data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##**\n*** **##data:##** [[データURIスキーマ>>https://en.wikipedia.org/wiki/Data_URI_scheme]]によるインラインの画像を指定する文字列(必須)。\n*** **##content##**:エンコーディングした画像。例:##{{{image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##\n* **##パラメーター##**:画像に渡すパラメーターの一覧(オプション。スペースで分割)。例:##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTMLの属性**:HTML標準で規定されている全ての属性を、レンダリングするHTML##<img>##タグに追加できます。\n*** **##style##**:画像に適用するCSSスタイルの情報。例:##style=\"float:right;height:50\"## (画像を右側に寄せて、高さを50pxに設定)、##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"##(画像を中央に表示し、ブロックの幅の80%に設定)##style=\"vertical-align:bottom\"##(テキストを画像の下に表示)\n*** **##height##**:表示する画像の高さを規定するパラメーター。値はピクセル(例: ##height=\"80\"##)あるいは画像を含むブロックの高さに関連するピクセル(例:##height=\"40%\"##)。\n*** **##width##**:表示する画像の幅を規定するパラメーター。値はピクセル(例: ##width=\"80\"##)あるいは画像を含むブロックの幅に関連するピクセル(例:##width=\"40%\"##)。\n*** **##title##**:画像をマウスでホバリングした際などに表示する画像のタイトルを規定するパラメーター。例:##title=\"My nice image\"##\n*** **##alt##**:ブラウザーが画像を表示できない際に表示するテキストを規定するパラメーター。これは必須のHTML要素であるため、##alt##パラメーターが設定されていない場合は、ファイル名を代わりに使用します。例:##alt=\"img.png\"##\n*** **その他**:その他の属性を含むHTMLの##<img>##タグに関する説明は[[HTML標準>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]]で確認できます。\n** **##queryString##**:参照するイメージのダウンロード用のリンクの作成時にサーバーにクエリーを渡すことを許可。例:##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**##keepAspectRatio=true##は、##width##と##height##のパラメーターを##queryString##に加えて規定している場合は機能しません!**)",
            "id": 396121,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/396121/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/552589/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.832427Z",
            "action": 30,
            "target": "= Editing =\n\n== Images ==\n\n=== 1.0 Images ===\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Image from attachment on current page|(((\n{{info}}See [[Image Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] for details{{/info}}\n{{{{image:img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{{image:img.png|document=Space.Page}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Images located at URL|{{{https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== 2.0 Images ===\n\n|=Feature|=XWiki Syntax 2.0|=Result\n|Image from attachment on current page|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{image:Space.Page@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Image with caption|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Images located at URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n{{velocity}}$subHeading XWiki Syntax 2.0 Image Specification $subHeading{{/velocity}}\n\n{{info}}\nThe part in ##( )## is required, while the parts in ##{ }## are optional.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: An optional caption. May contain arbitrary XWiki 2.0 syntax but nested link syntax must be escaped using ##~~##. The caption is only supported when the image syntax is the only content of a paragraph. The captioned image may also be wrapped in a link. In this case, the link will contain the image but not the caption.\n* **##image~:##** A required string identifying the resource as image.\n* **##reference##**: The reference to the image that shall be displayed in one of the following forms:\n** **URL**: Any URL to an image in the form of **##http:~/~/path/imageName##**. Example: ##http:~/~/domain.org/path/img.png##\n** **Attachment** reference in the form **##~{~{~{wikiName:} space.} page@} (imageName)##**\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. Example: mywiki\n*** **##space##**: An optional wiki Space name. If no space is specified the current space is used. Example: Main\n*** **##page##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: WebHome\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki.\n* **##parameters##**: An optional list of space-separated parameters passed to the image. Example: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: All attributes defined by the HTML standard will be added to the rendered HTML ##<img>## tag.\n*** **##style##**: CSS style information that should be applied to the image. Examples: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (image centered, width 80% of block width), ##style=\"vertical-align:bottom\"## (text starts at bottom of picture)\n*** **##height##**: A parameter that defines the height of the displayed image. The value should be presented either in pixel (example: ##height=\"80\"##) or in pixel related to the height of the block containing the image (example: ##height=\"40%\"##).\n*** **##width##**: A parameter that defines the width of the displayed image. The value should be presented either in pixel (example: ##width=\"80\"##) or in pixel related to the width of the block containing the image (example: ##width=\"40%\"##).\n*** **##title##**: A parameter that defines the title the displayed image which will be visible when hovering the mouse trigger over the image, for instance. Example: ##title=\"My nice image\"##\n*** **##alt##**: A parameter that defines which text should be displayed if the browser is not able to display the image. Since this is a required HTML attribute XWiki will use the file name instead if the ##alt## parameter is not defined. Example: ##alt=\"img.png\"##\n*** **More**: A more in depth explanation on the HTML ##<img>## tag including more attributes can be reviewed [[in the HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n\n=== 2.1 Images ===\n\n|=Feature|=XWiki Syntax 2.1|=Result\n|Image from attachment on current page|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{image:PageA.PageB@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Image with caption|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Images located at URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Prepackaged Icons|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading XWiki Syntax 2.1 Image Specification $subHeading{{/velocity}}\n\n{{info}}\nLegend: The parts are ##()## are required, while the parts in ##{}## are optional.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: An optional caption. May contain arbitrary XWiki 2.1 syntax but nested link syntax must be escaped using ##~~##. The caption is only supported when the image syntax is the only content of a paragraph. The captioned image may also be wrapped in a link. In this case, the link will contain the image but not the caption.\n* **##image~:##** A required string identifying the resource as image.\n* **##reference##**: The reference to the image that shall be displayed in one of the following forms:\n** **URL**: Any URL to an image in the form of **##[url:](protocol:~/~/path/imageName)##**. Example: ##http:~/~/domain.org/path/img.png##\n*** **##url:##** An optional string identifying the image as an URL.\n*** **##protocol:~/~/path/imageName##**: The URL to the image\n** **Attachment**: A reference in the form **##[attach~:]~{~{~{(wikiName):}(spaceNameList).}(pageName)@}(imageName)##**\n*** **##attach~:##** An optional string identifying the reference as an XWiki Document attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##spaceNameList##**: An optional dot-separated list of wiki Space names. If no space is specified the current space is used. Examples: ##Main##, ##A.B##, ##A.B.C##\n*** **##pageName##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: ##Welcome##\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki. Example: ##myImage.png##\n** **Page Attachment**: A reference in the form **##pageAttach~:~{~{~{(wikiName):}(pageNameList)/}(imageName)##**\n*** **##pageAttach~:##** An required string identifying the reference as an XWiki Page attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##pageNameList##**: An optional dot-separated list of wiki page names. If no page is specified the current page is used. Examples: ##Main##, ##A/B##, ##A/B/C##\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki. Example: ##myImage.png##\n** **Icon**: A reference in the form **##icon{{{:(}}}iconName)##**. Example: **##icon:accept##**\n*** **##icon:##** A required string identifying the image reference as an icon from the [[XWiki Icon Set>>https://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]].\n*** **##iconName##**: A required string identifying the icon referenced. Example: ##accept##\n** **Data URI**: A reference in the form **##(data{{{:)}}}(content)##**. Example: **##{{{data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##**\n*** **##data:##** A required string identifying the image as being specified inline using the [[Data URI scheme>>https://en.wikipedia.org/wiki/Data_URI_scheme]].\n*** **##content##**: The encoded image. Example: ##{{{image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##\n* **##parameters##**: An optional list of space-separated parameters passed to the image. Example: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: All attributes defined by the HTML standard will be added to the rendered HTML ##<img>## tag.\n*** **##style##**: CSS style information that should be applied to the image. Examples: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (image centered, width 80% of block width), ##style=\"vertical-align:bottom\"## (text starts at bottom of picture)\n*** **##height##**: A parameter that defines the height of the displayed image. The value should be presented either in pixel (example: ##height=\"80\"##) or in pixel related to the height of the block containing the image (example: ##height=\"40%\"##).\n*** **##width##**: A parameter that defines the width of the displayed image. The value should be presented either in pixel (example: ##width=\"80\"##) or in pixel related to the width of the block containing the image (example: ##width=\"40%\"##).\n*** **##title##**: A parameter that defines the title the displayed image which will be visible when hovering the mouse trigger over the image, for instance. Example: ##title=\"My nice image\"##\n*** **##alt##**: A parameter that defines which text should be displayed if the browser is not able to display the image. Since this is a required HTML attribute XWiki will use the file name instead if the ##alt## parameter is not defined. Example: ##alt=\"img.png\"##\n*** **More**: A more in depth explanation on the HTML ##<img>## tag including more attributes can be reviewed [[in the HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n** **##queryString##**: Allows queries to be passed to the server when creating the download link for the referenced image. Example: ##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**##keepAspectRatio=true## will fail if the ##width## and ##height## parameters are specified in addition to ##queryString##!**)",
            "id": 396120,
            "action_name": "Source string changed",
            "url": "https://l10n.xwiki.org/api/changes/396120/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.740014Z",
            "action": 0,
            "target": "",
            "id": 396119,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/396119/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465546/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.739941Z",
            "action": 59,
            "target": "= Editing =\n\n== Immagini ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Images ===\n\n|=Caratteristica|=Sintassi XWiki 1.0|=Risultato\n|Immagine da un allegato nella pagina corrente|(((\n{{info}}Vedere [[Image Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] per dettagli{{/info}}\n{{{{image:img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Immagine da un allegato di un altro documento|{{{{image:img.png|document=Space.Page}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Immagine con parametri|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||height=\"25\" width=\"25\"]]\n|Immagini raggiungibili con un URL|{{{http://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n\n=== 2.0 Images ===\n|=Caratteristica|=Sintassi XWiki 2.0|=Risultato\n|Immagine da un allegato nella pagina corrente|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Immagine da un allegato di un altro documento|{{{image:Space.Page@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Immagine con parametri|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||height=\"25\" width=\"25\"]]\n|Immagini raggiungibili con un URL|{{{image:http://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n\n{{velocity}}$subHeading  Specifiche per le Immagini in Sintassi XWiki 2.0 $subHeading{{/velocity}}\n\n{{info}}\nLa parte tra ##( )## è richiesta, mentre le parti tra ##{ }## sono opzionali.\n{{/info}}\n\nIl formato completo di un'immagine è **##image~: (riferimento)##** oppure **##~[~[image~: (riferimento) {||parametri}]]##**\n\n* **##image~:##** Stringa richiesta che identifica la risora come immagine.\n* **##riferimento##**: Il riferimento all'immagine che sarà mostrata in una delle forme seguenti:\n** **URL**: Un qualunque URL ad un'immagine nel formato **##http:~/~/percorso/Nomeimmagine##**. Esempio: ##http:~/~/domain.org/path/img.png##\n** **Allegato** riferimento nel formato **##~{~{~{Nomewiki:} spazio.} pagina@} (Nomeimmagine)##**\n*** **##NomeWiki##**: Stringa opzionale che contiene il nome di un subwiki (animal) di una 'farm' di wiki. Il link punterà ad una pagina all'interno di quel subwiki. Esempio: ##miowiki##\n*** **##spazio##**: Nome opzionale di uno spazio del wiki. Se non si specifica uno spazio viene usato lo spazio corrente. Esempio: Main\n*** **##pagina##**: Stringa opzionale che contiene il nome di una pagina del wiki a cui l'immagine fa riferimento come allegato. Esempio: WebHome\n*** **##Nomeimmagine##**: Stringa richiesta con il nome dell'immagine allegata alla pagina così come è memorizzato nel wiki.\n* **##parametri##**: Elenco opzionale di parametri separati da uno spazio passati all'immagine. Esempio: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **Attributi HTML**: Tutti gli attributi definiti dallo standard HTML saranno aggiunti al codice HTML renderizzato ##<img>## tag.\n*** **##style##**: Informazioni sullo stile CSS che si deve applicare all'immagine. Esempio: ##style=\"float:right;height:50\"## (immagina a destra, altezza 50 pixel), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (immagine centrata, larghezza 80% del blocco), ##style=\"vertical-align:bottom\"## (il testo inzia in basso all'immagine)\n*** **##height##**: Parametro che definisce l'altezza visualizzata dell'immagine. Il valore dovrebbe essere in pixel (esempio: ##height=\"80\"##) o in pixel relativi all'altezza del blocco contenente l'immagine (esempio: ##height=\"40%\"##).\n*** **##width##**: Parametro che definisce la larghezza visualizzata dell'immagine. Il valore dovrebbe essere in pixel (esempio: ##width=\"80\"##) o in pixel relativi alla larghezza del blocco contenente l'immagine (esempio: ##width=\"40%\"##).\n*** **##title##**: Parametro che definisce il titolo visualizzato dell'immagine che sarà visibile quando ci si passa sopra con il mouse, per esempio. Esempio: ##title=\"La mia bella immagine\"##\n*** **##alt##**: Parametro che definisce quale testo deve essere mostrato se il browser non è in grado di visualizzare l'immagine. Dal momento che questo è un attributo HTML richiesto XWiki userà il nome del file se il parametro ##alt## non è definito. Esempio: ##alt=\"img.png\"##\n*** **Altro**: Una spiegazione più approfondita sul tag HTML ##<img>## tag che comprende altri attributi si può trovare su [[on w3.org>>http://www.w3.org/TR/html4/struct/objects.html#h-13.2]].\n\n\n=== 2.1 Images ===\n\n|=Caratteristica|=Sintassi XWiki 2.1|=Risultato\n|Immagine da un allegato nella pagina corrente|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Immagine da un allegato di un altro documento|{{{image:Space.Page@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Immagine con parametri|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||height=\"25\" width=\"25\"]]\n|Immagini raggiungibili con un URL|{{{image:http://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Icona|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading Specifiche per le Immagini in Sintassi XWiki 2.1 $subHeading{{/velocity}}\n\nIl formato completo di un'immagine è **##image~: (riferimento)##** oppure **##~[~[image~: (riferimento) {||parametri}]]##**\n\n* **##image~:##** Stringa richiesta che identifica la risora come immagine.\n* **##riferimento##**: Il riferimento all'immagine che sarà mostrata in una delle forme seguenti:\n** **URL**: Un qualunque URL ad un'immagine nel formato **##protocollo:~/~/percorso/Nomeimmagine##**. Esempio: ##http:~/~/domain.org/path/img.png##\n** **Allegato** riferimento nel formato **##~{~{~{Nomewiki:} spazio.} pagina@} (Nomeimmagine)##**\n*** **##NomeWiki##**: Stringa opzionale che contiene il nome di un subwiki (animal) di una 'farm' di wiki. Il link punterà ad una pagina all'interno di quel subwiki. Esempio: ##miowiki##\n*** **##spazio##**: Nome opzionale di uno spazio del wiki. Se non si specifica uno spazio viene usato lo spazio corrente. Esempio: Main\n*** **##pagina##**: Stringa opzionale che contiene il nome di una pagina del wiki a cui l'immagine fa riferimento come allegato. Esempio: WebHome\n*** **##Nomeimmagine##**: Stringa richiesta con il nome dell'immagine allegata alla pagina così come è memorizzato nel wiki.\n** **Icona** riferimento nel formato **##{{{(icon:)}}} (iconName)##**. Esempio: **##icon:accept##**\n*** **##icon:##** Stringa richiesta che identifica il riferimento come un'icona da [[XWiki Icon Set>>http://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]].\n*** **##iconName##**: Stringa richiesta che identifica l'icona cui si fa riferimento. Esempio: ##accept##\n* **##parametri##**: Elenco opzionale di parametri separati da uno spazio passati all'immagine. Esempio: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **Attributi HTML**: Tutti gli attributi definiti dallo standard HTML saranno aggiunti al codice HTML renderizzato ##<img>## tag.\n*** **##style##**: Informazioni sullo stile CSS che si deve applicare all'immagine. Esempio: ##style=\"float:right;height:50\"## (immagina a destra, altezza 50 pixel), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (immagine centrata, larghezza 80% del blocco), ##style=\"vertical-align:bottom\"## (il testo inzia in basso all'immagine)\n*** **##height##**: Parametro che definisce l'altezza visualizzata dell'immagine. Il valore dovrebbe essere in pixel (esempio: ##height=\"80\"##) o in pixel relativi all'altezza del blocco contenente l'immagine (esempio: ##height=\"40%\"##).\n*** **##width##**: Parametro che definisce la larghezza visualizzata dell'immagine. Il valore dovrebbe essere in pixel (esempio: ##width=\"80\"##) o in pixel relativi alla larghezza del blocco contenente l'immagine (esempio: ##width=\"40%\"##).\n*** **##title##**: Parametro che definisce il titolo visualizzato dell'immagine che sarà visibile quando ci si passa sopra con il mouse, per esempio. Esempio: ##title=\"La mia bella immagine\"##\n*** **##alt##**: Parametro che definisce quale testo deve essere mostrato se il browser non è in grado di visualizzare l'immagine. Dal momento che questo è un attributo HTML richiesto XWiki userà il nome del file se il parametro ##alt## non è definito. Esempio: ##alt=\"img.png\"##\n*** **Altro**: Una spiegazione più approfondita sul tag HTML ##<img>## tag che comprende altri attributi si può trovare su [[on w3.org>>http://www.w3.org/TR/html4/struct/objects.html#h-13.2]].\n** **##queryStringa##**: Consente di inviare richieste al server quando si crea il link per il download dell'immagine referenziata. Esempio: ##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**##keepAspectRatio=true## non avrà successo se i parametri ##width## e ##height## non vengono specificati oltre a ##queryString##!**)",
            "id": 396118,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/396118/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465546/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.739867Z",
            "action": 30,
            "target": "= Editing =\n\n== Images ==\n\n=== 1.0 Images ===\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Image from attachment on current page|(((\n{{info}}See [[Image Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] for details{{/info}}\n{{{{image:img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{{image:img.png|document=Space.Page}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Images located at URL|{{{https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== 2.0 Images ===\n\n|=Feature|=XWiki Syntax 2.0|=Result\n|Image from attachment on current page|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{image:Space.Page@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Image with caption|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Images located at URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n{{velocity}}$subHeading XWiki Syntax 2.0 Image Specification $subHeading{{/velocity}}\n\n{{info}}\nThe part in ##( )## is required, while the parts in ##{ }## are optional.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: An optional caption. May contain arbitrary XWiki 2.0 syntax but nested link syntax must be escaped using ##~~##. The caption is only supported when the image syntax is the only content of a paragraph. The captioned image may also be wrapped in a link. In this case, the link will contain the image but not the caption.\n* **##image~:##** A required string identifying the resource as image.\n* **##reference##**: The reference to the image that shall be displayed in one of the following forms:\n** **URL**: Any URL to an image in the form of **##http:~/~/path/imageName##**. Example: ##http:~/~/domain.org/path/img.png##\n** **Attachment** reference in the form **##~{~{~{wikiName:} space.} page@} (imageName)##**\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. Example: mywiki\n*** **##space##**: An optional wiki Space name. If no space is specified the current space is used. Example: Main\n*** **##page##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: WebHome\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki.\n* **##parameters##**: An optional list of space-separated parameters passed to the image. Example: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: All attributes defined by the HTML standard will be added to the rendered HTML ##<img>## tag.\n*** **##style##**: CSS style information that should be applied to the image. Examples: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (image centered, width 80% of block width), ##style=\"vertical-align:bottom\"## (text starts at bottom of picture)\n*** **##height##**: A parameter that defines the height of the displayed image. The value should be presented either in pixel (example: ##height=\"80\"##) or in pixel related to the height of the block containing the image (example: ##height=\"40%\"##).\n*** **##width##**: A parameter that defines the width of the displayed image. The value should be presented either in pixel (example: ##width=\"80\"##) or in pixel related to the width of the block containing the image (example: ##width=\"40%\"##).\n*** **##title##**: A parameter that defines the title the displayed image which will be visible when hovering the mouse trigger over the image, for instance. Example: ##title=\"My nice image\"##\n*** **##alt##**: A parameter that defines which text should be displayed if the browser is not able to display the image. Since this is a required HTML attribute XWiki will use the file name instead if the ##alt## parameter is not defined. Example: ##alt=\"img.png\"##\n*** **More**: A more in depth explanation on the HTML ##<img>## tag including more attributes can be reviewed [[in the HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n\n=== 2.1 Images ===\n\n|=Feature|=XWiki Syntax 2.1|=Result\n|Image from attachment on current page|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{image:PageA.PageB@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Image with caption|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Images located at URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Prepackaged Icons|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading XWiki Syntax 2.1 Image Specification $subHeading{{/velocity}}\n\n{{info}}\nLegend: The parts are ##()## are required, while the parts in ##{}## are optional.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: An optional caption. May contain arbitrary XWiki 2.1 syntax but nested link syntax must be escaped using ##~~##. The caption is only supported when the image syntax is the only content of a paragraph. The captioned image may also be wrapped in a link. In this case, the link will contain the image but not the caption.\n* **##image~:##** A required string identifying the resource as image.\n* **##reference##**: The reference to the image that shall be displayed in one of the following forms:\n** **URL**: Any URL to an image in the form of **##[url:](protocol:~/~/path/imageName)##**. Example: ##http:~/~/domain.org/path/img.png##\n*** **##url:##** An optional string identifying the image as an URL.\n*** **##protocol:~/~/path/imageName##**: The URL to the image\n** **Attachment**: A reference in the form **##[attach~:]~{~{~{(wikiName):}(spaceNameList).}(pageName)@}(imageName)##**\n*** **##attach~:##** An optional string identifying the reference as an XWiki Document attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##spaceNameList##**: An optional dot-separated list of wiki Space names. If no space is specified the current space is used. Examples: ##Main##, ##A.B##, ##A.B.C##\n*** **##pageName##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: ##Welcome##\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki. Example: ##myImage.png##\n** **Page Attachment**: A reference in the form **##pageAttach~:~{~{~{(wikiName):}(pageNameList)/}(imageName)##**\n*** **##pageAttach~:##** An required string identifying the reference as an XWiki Page attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##pageNameList##**: An optional dot-separated list of wiki page names. If no page is specified the current page is used. Examples: ##Main##, ##A/B##, ##A/B/C##\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki. Example: ##myImage.png##\n** **Icon**: A reference in the form **##icon{{{:(}}}iconName)##**. Example: **##icon:accept##**\n*** **##icon:##** A required string identifying the image reference as an icon from the [[XWiki Icon Set>>https://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]].\n*** **##iconName##**: A required string identifying the icon referenced. Example: ##accept##\n** **Data URI**: A reference in the form **##(data{{{:)}}}(content)##**. Example: **##{{{data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##**\n*** **##data:##** A required string identifying the image as being specified inline using the [[Data URI scheme>>https://en.wikipedia.org/wiki/Data_URI_scheme]].\n*** **##content##**: The encoded image. Example: ##{{{image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##\n* **##parameters##**: An optional list of space-separated parameters passed to the image. Example: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: All attributes defined by the HTML standard will be added to the rendered HTML ##<img>## tag.\n*** **##style##**: CSS style information that should be applied to the image. Examples: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (image centered, width 80% of block width), ##style=\"vertical-align:bottom\"## (text starts at bottom of picture)\n*** **##height##**: A parameter that defines the height of the displayed image. The value should be presented either in pixel (example: ##height=\"80\"##) or in pixel related to the height of the block containing the image (example: ##height=\"40%\"##).\n*** **##width##**: A parameter that defines the width of the displayed image. The value should be presented either in pixel (example: ##width=\"80\"##) or in pixel related to the width of the block containing the image (example: ##width=\"40%\"##).\n*** **##title##**: A parameter that defines the title the displayed image which will be visible when hovering the mouse trigger over the image, for instance. Example: ##title=\"My nice image\"##\n*** **##alt##**: A parameter that defines which text should be displayed if the browser is not able to display the image. Since this is a required HTML attribute XWiki will use the file name instead if the ##alt## parameter is not defined. Example: ##alt=\"img.png\"##\n*** **More**: A more in depth explanation on the HTML ##<img>## tag including more attributes can be reviewed [[in the HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n** **##queryString##**: Allows queries to be passed to the server when creating the download link for the referenced image. Example: ##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**##keepAspectRatio=true## will fail if the ##width## and ##height## parameters are specified in addition to ##queryString##!**)",
            "id": 396117,
            "action_name": "Source string changed",
            "url": "https://l10n.xwiki.org/api/changes/396117/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.651468Z",
            "action": 0,
            "target": "",
            "id": 396116,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/396116/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465542/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.651392Z",
            "action": 59,
            "target": "= Editing =\n\n== Images ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Images ===\n\n|=Fonctionnalité|=Syntaxe XWiki 1.0|=Résultat\n|Image d'une pièce jointe à la page courante|(((\n{{info}}Allez à [[Image Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] pour savoir plus.{{/info}}\n{{{{image:img.png}}}}\n)))|[[image:XWiki.XWikiSyntaxImages@img.png]]\n|Image d'une pièce jointe à un autre document|{{{{image:img.png|\ndocument=Space.Page}}}}|[[image:XWiki.XWikiSyntaxImages@img.png]]\n|Image avec des paramètres|{{{{image:img.png\n|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||height=\"25\" width=\"25\"]]\n|Images localisées dans un URL|{{{http://some/url/img.png}}}|[[image:XWiki.XWikiSyntaxImages@img.png]]\n\n=== 2.0 Images ===\n\n|=Fonctionnalité|=Syntaxe XWiki 2.0|=Résultat\n|Image d'une pièce jointe à la page courante|{{{image:img.png}}}|[[image:XWiki.XWikiSyntaxImages@img.png]]\n|Image d'une pièce jointe à un autre document|{{{image:Space.Page\n@img.png}}}|[[image:XWiki.XWikiSyntaxImages@img.png]]\n|Image avec des paramètres|{{{[[image:img.png||\nwidth=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||height=\"25\" width=\"25\"]]\n|Images localisées dans un URL|{{{image:http://some/url/img.png}}}|[[image:XWiki.XWikiSyntaxImages@img.png]]\n\n\n=== 2.1 Images ===\n\n|=Fonctionnalité|=Syntaxe XWiki 2.1|=Résultat\n|Image d'une pièce jointe à la page courante|{{{image:img.png}}}|[[image:XWiki.XWikiSyntaxImages@img.png]]\n|Image d'une pièce jointe à un autre document|{{{image:Space.Page\n@img.png}}}|[[image:XWiki.XWikiSyntaxImages@img.png]]\n|Image avec des paramètres|{{{[[image:img.png||\nwidth=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||height=\"25\" width=\"25\"]]\n|Images localisées dans un URL|{{{image:http://some/url/img.png}}}|[[image:XWiki.XWikiSyntaxImages@img.png]]\n|Icônes|{{{image:icon:accept}}}|image:icon:accept",
            "id": 396115,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/396115/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465542/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.651292Z",
            "action": 30,
            "target": "= Editing =\n\n== Images ==\n\n=== 1.0 Images ===\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Image from attachment on current page|(((\n{{info}}See [[Image Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] for details{{/info}}\n{{{{image:img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{{image:img.png|document=Space.Page}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Images located at URL|{{{https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== 2.0 Images ===\n\n|=Feature|=XWiki Syntax 2.0|=Result\n|Image from attachment on current page|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{image:Space.Page@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Image with caption|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Images located at URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n{{velocity}}$subHeading XWiki Syntax 2.0 Image Specification $subHeading{{/velocity}}\n\n{{info}}\nThe part in ##( )## is required, while the parts in ##{ }## are optional.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: An optional caption. May contain arbitrary XWiki 2.0 syntax but nested link syntax must be escaped using ##~~##. The caption is only supported when the image syntax is the only content of a paragraph. The captioned image may also be wrapped in a link. In this case, the link will contain the image but not the caption.\n* **##image~:##** A required string identifying the resource as image.\n* **##reference##**: The reference to the image that shall be displayed in one of the following forms:\n** **URL**: Any URL to an image in the form of **##http:~/~/path/imageName##**. Example: ##http:~/~/domain.org/path/img.png##\n** **Attachment** reference in the form **##~{~{~{wikiName:} space.} page@} (imageName)##**\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. Example: mywiki\n*** **##space##**: An optional wiki Space name. If no space is specified the current space is used. Example: Main\n*** **##page##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: WebHome\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki.\n* **##parameters##**: An optional list of space-separated parameters passed to the image. Example: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: All attributes defined by the HTML standard will be added to the rendered HTML ##<img>## tag.\n*** **##style##**: CSS style information that should be applied to the image. Examples: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (image centered, width 80% of block width), ##style=\"vertical-align:bottom\"## (text starts at bottom of picture)\n*** **##height##**: A parameter that defines the height of the displayed image. The value should be presented either in pixel (example: ##height=\"80\"##) or in pixel related to the height of the block containing the image (example: ##height=\"40%\"##).\n*** **##width##**: A parameter that defines the width of the displayed image. The value should be presented either in pixel (example: ##width=\"80\"##) or in pixel related to the width of the block containing the image (example: ##width=\"40%\"##).\n*** **##title##**: A parameter that defines the title the displayed image which will be visible when hovering the mouse trigger over the image, for instance. Example: ##title=\"My nice image\"##\n*** **##alt##**: A parameter that defines which text should be displayed if the browser is not able to display the image. Since this is a required HTML attribute XWiki will use the file name instead if the ##alt## parameter is not defined. Example: ##alt=\"img.png\"##\n*** **More**: A more in depth explanation on the HTML ##<img>## tag including more attributes can be reviewed [[in the HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n\n=== 2.1 Images ===\n\n|=Feature|=XWiki Syntax 2.1|=Result\n|Image from attachment on current page|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{image:PageA.PageB@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Image with caption|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Images located at URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Prepackaged Icons|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading XWiki Syntax 2.1 Image Specification $subHeading{{/velocity}}\n\n{{info}}\nLegend: The parts are ##()## are required, while the parts in ##{}## are optional.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: An optional caption. May contain arbitrary XWiki 2.1 syntax but nested link syntax must be escaped using ##~~##. The caption is only supported when the image syntax is the only content of a paragraph. The captioned image may also be wrapped in a link. In this case, the link will contain the image but not the caption.\n* **##image~:##** A required string identifying the resource as image.\n* **##reference##**: The reference to the image that shall be displayed in one of the following forms:\n** **URL**: Any URL to an image in the form of **##[url:](protocol:~/~/path/imageName)##**. Example: ##http:~/~/domain.org/path/img.png##\n*** **##url:##** An optional string identifying the image as an URL.\n*** **##protocol:~/~/path/imageName##**: The URL to the image\n** **Attachment**: A reference in the form **##[attach~:]~{~{~{(wikiName):}(spaceNameList).}(pageName)@}(imageName)##**\n*** **##attach~:##** An optional string identifying the reference as an XWiki Document attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##spaceNameList##**: An optional dot-separated list of wiki Space names. If no space is specified the current space is used. Examples: ##Main##, ##A.B##, ##A.B.C##\n*** **##pageName##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: ##Welcome##\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki. Example: ##myImage.png##\n** **Page Attachment**: A reference in the form **##pageAttach~:~{~{~{(wikiName):}(pageNameList)/}(imageName)##**\n*** **##pageAttach~:##** An required string identifying the reference as an XWiki Page attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##pageNameList##**: An optional dot-separated list of wiki page names. If no page is specified the current page is used. Examples: ##Main##, ##A/B##, ##A/B/C##\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki. Example: ##myImage.png##\n** **Icon**: A reference in the form **##icon{{{:(}}}iconName)##**. Example: **##icon:accept##**\n*** **##icon:##** A required string identifying the image reference as an icon from the [[XWiki Icon Set>>https://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]].\n*** **##iconName##**: A required string identifying the icon referenced. Example: ##accept##\n** **Data URI**: A reference in the form **##(data{{{:)}}}(content)##**. Example: **##{{{data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##**\n*** **##data:##** A required string identifying the image as being specified inline using the [[Data URI scheme>>https://en.wikipedia.org/wiki/Data_URI_scheme]].\n*** **##content##**: The encoded image. Example: ##{{{image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##\n* **##parameters##**: An optional list of space-separated parameters passed to the image. Example: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: All attributes defined by the HTML standard will be added to the rendered HTML ##<img>## tag.\n*** **##style##**: CSS style information that should be applied to the image. Examples: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (image centered, width 80% of block width), ##style=\"vertical-align:bottom\"## (text starts at bottom of picture)\n*** **##height##**: A parameter that defines the height of the displayed image. The value should be presented either in pixel (example: ##height=\"80\"##) or in pixel related to the height of the block containing the image (example: ##height=\"40%\"##).\n*** **##width##**: A parameter that defines the width of the displayed image. The value should be presented either in pixel (example: ##width=\"80\"##) or in pixel related to the width of the block containing the image (example: ##width=\"40%\"##).\n*** **##title##**: A parameter that defines the title the displayed image which will be visible when hovering the mouse trigger over the image, for instance. Example: ##title=\"My nice image\"##\n*** **##alt##**: A parameter that defines which text should be displayed if the browser is not able to display the image. Since this is a required HTML attribute XWiki will use the file name instead if the ##alt## parameter is not defined. Example: ##alt=\"img.png\"##\n*** **More**: A more in depth explanation on the HTML ##<img>## tag including more attributes can be reviewed [[in the HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n** **##queryString##**: Allows queries to be passed to the server when creating the download link for the referenced image. Example: ##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**##keepAspectRatio=true## will fail if the ##width## and ##height## parameters are specified in addition to ##queryString##!**)",
            "id": 396114,
            "action_name": "Source string changed",
            "url": "https://l10n.xwiki.org/api/changes/396114/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.576290Z",
            "action": 0,
            "target": "",
            "id": 396113,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/396113/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465538/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.576200Z",
            "action": 59,
            "target": "== Edición =\n\n== Imágenes ==\n\n=== 1.0 Images ===\n\n|=Funcionalidad|=Sintaxis XWiki 1.0|=Resultado\n|Imagen de un adjunto en la página actual|(((\n{{info}}Ver [[Macro Image>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] para más detalle{{/info}}\n{{{{image:img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Imagen de un adjunto en otra página|{{{{image:img.png|document=Espacio.Página}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Imagen con parámetros|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Imágenes a través de una URL|{{{http://alguna/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== 2.0 Images ===\n\n|=Funcionalidad|=Sintaxis XWiki 2.0|=Resultado\n|Imagen de un adjunto en la página actual|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Imagen de un adjunto en otra página|{{{image:Espacio.Página@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Imagen con parámetros|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Imágenes a través de una URL|{{{image:http://alguna/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n{{velocity}}$subHeading Especificación de la Sintaxis XWiki 2.0 para imágenes$subHeading{{/velocity}}\n\n{{info}}\nLa parte entre ##( )## es obligatoria, mientras que las partes entre ##{ }## son opcionales.\n{{/info}}\n\nEl formato completo para una imagen es **##image~: (referencia)##** o **##~[~[image~: (referencia) {||parámetros}]]##**\n\n* **##image~:##** Una cadena de texto obligatoria que identifica el recurso como una imagen.\n* **##referencia##**: La referencia de la imagen que se tiene que mostrar de una de las formas siguientes:\n** **URL**: Cualquier URL a una imagen con la forma **##http:~/~/ruta/nombreDeImagen##**. Ejemplo: ##http:~/~/dominio.org/ruta/img.png##\n** Referencia a un **adjunto** con la forma **##~{~{~{nombreDeWiki:} espacio.} página@} (nombreDeImagen)##**\n*** **##nombreDeWiki##**: Una cadena de texto opcional que contiene el nombre de una wiki virtual. La referencia a la imagen apuntará a una imagen adjuntada a una página dentro de esa wiki virtual. Ejemplo: miwiki\n*** **##espacio##**: Un nombre de espacio wiki opcional. Si no se especifica un nombre de espacio, se utiliza el espacio en curso. Ejemplo: Inicio\n*** **##página##**: Una cadena de texto opcional que contiene el nombre la página wiki a la que está adjuntada la imagen referenciada. Ejemplo: WebHome\n*** **##nombreDeImagen##**: Una cadena de texto obligatoria que contiene el nombre de la imagen adjuntada a una página como se almacena en la wiki.\n* **##parámetros##**: Una lista opcional de parámetros separados por espacios que se pasa a la imagen. Ejemplo: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"Mi preciosa imagen\"##\n** **Atributos HTML**: Todos los atributos definidos en el estándar HTML se añadirán a la etiqueta HTML ##<img>## renderizada.\n*** **##estilo##**: Información de estilo CSS que se debería aplicar a la imagen. Ejemplos: ##style=\"float:right;height:50\"## (imagen en el lado derecho, altura 50 pixeles), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (imagen centrada, anchura 80% de la anchura del bloque), ##style=\"vertical-align:bottom\"## (el texto comienza en la parte inferior de la imagen)\n*** **##height##**: Un parámetro que define la altura de la imagen visualizada. El valor debe estar en pixeles (ejemplo: ##height=\"80\"##) o en pixeles relativos a la altura del bloque que contiene la imagen (ejemplo: ##height=\"40%\"##).\n*** **##width##**: Un parámetro que define la anchura de la imagen visualizada. El valor debe estar en pixeles (ejemplo: ##width=\"80\"##) o en pixeles relativos a la anchura del bloque que contiene la imagen (ejemplo: ##width=\"40%\"##).\n*** **##title##**: Un parámetro que define el título de la imagen visualizada que será visible al pasar el puntero del ratón sobre la imagen, por ejemplo. Ejemplo: ##title=\"Mi preciosa imagen\"##\n*** **##alt##**: Un parámetro que define el texto que se debería visualizar si el navegador no puede visualizar la imagen. Como este es un atributo HTML obligatorio XWiki empleará el nombre de fichero en lugar del parámetro ##alt## si no se define. Ejemplo: ##alt=\"img.png\"##\n*** **Más**: Una explicación en mayor profundidad de la etiqueta HTML ##<img>## que incluye más atributos se puede revisar [[en w3.org>>http://www.w3.org/TR/html4/struct/objects.html#h-13.2]].\n\n=== 2.1 Images ===\n\n|=Funcionalidad|=Sintaxis XWiki 2.1|=Resultado\n|Imagen de un adjunto en la página actual|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Imagen de un adjunto en otra página|{{{image:PageA.PageB@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Imagen con parámetros|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Imágenes a través de una URL|{{{image:http://alguna/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Iconos pre-empaquetados|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading Especificación de la Sintaxis XWiki 2.1 para imágenes$subHeading{{/velocity}}\n\n{{info}}\nLa parte entre ##( )## es obligatoria, mientras que las partes entre ##{ }## son opcionales.\n{{/info}}\n\nEl formato completo para una imagen es **##image~: (referencia)##** o **##~[~[image~: (referencia) {||parámetros}]]##**\n\n* **##image~:##** Una cadena de texto obligatoria que identifica el recurso como una imagen.\n* **##referencia##**: La referencia de la imagen que se tiene que mostrar de una de las formas siguientes:\n** **URL**: Cualquier URL a una imagen con la forma **##protocolo:~/~/ruta/nombreDeImagen##**. Ejemplo: ##http:~/~/dominio.org/ruta/img.png##\n** Referencia a un **adjunto** con la forma **##~{~{~{nombreDeWiki:} listaDeNombresDeEspacio.} nombreDePágina@} (nombreDeImagen)##**\n*** **##nombreDeWiki##**: Una cadena de texto opcional que contiene el nombre de una wiki virtual. La referencia a la imagen apuntará a una imagen adjuntada a una página dentro de esa wiki virtual. Si no se especifica ninguna wiki, se utilizará la wiki actual. Ejemplo: miwiki\n*** **##listaDeNombresDeEspacio##**: Una lista opcional de nombres de espacio wiki separada por puntos. Si no se especifica ningún espacio, se utiliza el espacio en curso. Ejemplos: ##Inicio##, ##A.B##, ##A.B.C##\n*** **##nombreDePágina##**: Una cadena de texto opcional que contiene el nombre la página wiki a la que está adjuntada la imagen referenciada. Ejemplo: ##Bienvenido##\n*** **##nombreDeImagen##**: Una cadena de texto obligatoria que contiene el nombre e la imagen adjuntada a una página como se almacena en la wiki. Ejemplo: ##miImagen.png##\n** Referencia a un **Icono** con la forma **##{{{(icon:)}}} (nombreDeIcono)##**. Ejemplo: **##icon:accept##**\n*** **##icon:##** Una cadena de texto obligatoria que identifica la referencia de imagen como un icono del [[Conjunto de iconos de XWiki>>http://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]].\n*** **##nombreDeIcono##**: Una cadena de texto que identifica el icono referenciado. Ejemplo: ##accept##\n** **URI Data** con la forma **##{{{(data:)}}} (contenido)##**. Ejemplo: **##{{{data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##**\n*** **##data:##** Una cadena de obligatoria que identifica la imagen con una especificación en línea que emplea el [[esquema URI Data>>http://en.wikipedia.org/wiki/Data_URI_scheme]].\n*** **##contenido##**: La imagen codificada. Ejemplo: ##{{{image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##\n* **##parámetros##**: Una lista opcional de parámetros separados por espacios que se pasa a la imagen. Ejemplo: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"Mi preciosa imagen\"##\n** **Atributos HTML**: Todos los atributos definidos en el estándar HTML se añadirán a la etiqueta HTML ##<img>## renderizada.\n*** **##style##**: Información de estilo CSS que se debería aplicar a la imagen. Ejemplos: ##style=\"float:right;height:50\"## (imagen en el lado derecho, altura 50 pixeles), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (imagen centrada, anchura 80% de la anchura del bloque), ##style=\"vertical-align:bottom\"## (el texto comienza en la parte inferior de la imagen)\n*** **##height##**: Un parámetro que define la altura de la imagen visualizada. El valor debe estar en pixeles (ejemplo: ##height=\"80\"##) o en pixeles relativos a la altura del bloque que contiene la imagen (ejemplo: ##height=\"40%\"##).\n*** **##width##**: Un parámetro que define la anchura de la imagen visualizada. El valor debe estar en pixeles (ejemplo: ##width=\"80\"##) o en pixeles relativos a la anchura del bloque que contiene la imagen (ejemplo: ##width=\"40%\"##).\n*** **##title##**: Un parámetro que define el título de la imagen visualizada que será visible al pasar el puntero del ratón sobre la imagen, por ejemplo. Ejemplo: ##title=\"Mi preciosa imagen\"##\n*** **##alt##**: Un parámetro que define el texto que se debería visualizar si el navegador no puede visualizar la imagen. Como este es un atributo HTML obligatorio XWiki empleará el nombre de fichero en lugar del parámetro ##alt## si no se define. Ejemplo: ##alt=\"img.png\"##\n*** **Más**: Una explicación en mayor profundidad de la etiqueta HTML ##<img>## que incluye más atributos se puede revisar [[en w3.org>>http://www.w3.org/TR/html4/struct/objects.html#h-13.2]].\n** **##queryString##**: Permite pasar consultas al servidor al crear el enlace de descarga de la imagen referenciada. Ejemplo: ##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**¡##keepAspectRatio=true## fallará si se especifican los parámetros ##width## y ##height## además de ##queryString##!**)",
            "id": 396112,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/396112/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465538/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.576109Z",
            "action": 30,
            "target": "= Editing =\n\n== Images ==\n\n=== 1.0 Images ===\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Image from attachment on current page|(((\n{{info}}See [[Image Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] for details{{/info}}\n{{{{image:img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{{image:img.png|document=Space.Page}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Images located at URL|{{{https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== 2.0 Images ===\n\n|=Feature|=XWiki Syntax 2.0|=Result\n|Image from attachment on current page|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{image:Space.Page@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Image with caption|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Images located at URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n{{velocity}}$subHeading XWiki Syntax 2.0 Image Specification $subHeading{{/velocity}}\n\n{{info}}\nThe part in ##( )## is required, while the parts in ##{ }## are optional.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: An optional caption. May contain arbitrary XWiki 2.0 syntax but nested link syntax must be escaped using ##~~##. The caption is only supported when the image syntax is the only content of a paragraph. The captioned image may also be wrapped in a link. In this case, the link will contain the image but not the caption.\n* **##image~:##** A required string identifying the resource as image.\n* **##reference##**: The reference to the image that shall be displayed in one of the following forms:\n** **URL**: Any URL to an image in the form of **##http:~/~/path/imageName##**. Example: ##http:~/~/domain.org/path/img.png##\n** **Attachment** reference in the form **##~{~{~{wikiName:} space.} page@} (imageName)##**\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. Example: mywiki\n*** **##space##**: An optional wiki Space name. If no space is specified the current space is used. Example: Main\n*** **##page##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: WebHome\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki.\n* **##parameters##**: An optional list of space-separated parameters passed to the image. Example: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: All attributes defined by the HTML standard will be added to the rendered HTML ##<img>## tag.\n*** **##style##**: CSS style information that should be applied to the image. Examples: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (image centered, width 80% of block width), ##style=\"vertical-align:bottom\"## (text starts at bottom of picture)\n*** **##height##**: A parameter that defines the height of the displayed image. The value should be presented either in pixel (example: ##height=\"80\"##) or in pixel related to the height of the block containing the image (example: ##height=\"40%\"##).\n*** **##width##**: A parameter that defines the width of the displayed image. The value should be presented either in pixel (example: ##width=\"80\"##) or in pixel related to the width of the block containing the image (example: ##width=\"40%\"##).\n*** **##title##**: A parameter that defines the title the displayed image which will be visible when hovering the mouse trigger over the image, for instance. Example: ##title=\"My nice image\"##\n*** **##alt##**: A parameter that defines which text should be displayed if the browser is not able to display the image. Since this is a required HTML attribute XWiki will use the file name instead if the ##alt## parameter is not defined. Example: ##alt=\"img.png\"##\n*** **More**: A more in depth explanation on the HTML ##<img>## tag including more attributes can be reviewed [[in the HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n\n=== 2.1 Images ===\n\n|=Feature|=XWiki Syntax 2.1|=Result\n|Image from attachment on current page|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{image:PageA.PageB@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Image with caption|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Images located at URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Prepackaged Icons|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading XWiki Syntax 2.1 Image Specification $subHeading{{/velocity}}\n\n{{info}}\nLegend: The parts are ##()## are required, while the parts in ##{}## are optional.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: An optional caption. May contain arbitrary XWiki 2.1 syntax but nested link syntax must be escaped using ##~~##. The caption is only supported when the image syntax is the only content of a paragraph. The captioned image may also be wrapped in a link. In this case, the link will contain the image but not the caption.\n* **##image~:##** A required string identifying the resource as image.\n* **##reference##**: The reference to the image that shall be displayed in one of the following forms:\n** **URL**: Any URL to an image in the form of **##[url:](protocol:~/~/path/imageName)##**. Example: ##http:~/~/domain.org/path/img.png##\n*** **##url:##** An optional string identifying the image as an URL.\n*** **##protocol:~/~/path/imageName##**: The URL to the image\n** **Attachment**: A reference in the form **##[attach~:]~{~{~{(wikiName):}(spaceNameList).}(pageName)@}(imageName)##**\n*** **##attach~:##** An optional string identifying the reference as an XWiki Document attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##spaceNameList##**: An optional dot-separated list of wiki Space names. If no space is specified the current space is used. Examples: ##Main##, ##A.B##, ##A.B.C##\n*** **##pageName##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: ##Welcome##\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki. Example: ##myImage.png##\n** **Page Attachment**: A reference in the form **##pageAttach~:~{~{~{(wikiName):}(pageNameList)/}(imageName)##**\n*** **##pageAttach~:##** An required string identifying the reference as an XWiki Page attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##pageNameList##**: An optional dot-separated list of wiki page names. If no page is specified the current page is used. Examples: ##Main##, ##A/B##, ##A/B/C##\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki. Example: ##myImage.png##\n** **Icon**: A reference in the form **##icon{{{:(}}}iconName)##**. Example: **##icon:accept##**\n*** **##icon:##** A required string identifying the image reference as an icon from the [[XWiki Icon Set>>https://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]].\n*** **##iconName##**: A required string identifying the icon referenced. Example: ##accept##\n** **Data URI**: A reference in the form **##(data{{{:)}}}(content)##**. Example: **##{{{data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##**\n*** **##data:##** A required string identifying the image as being specified inline using the [[Data URI scheme>>https://en.wikipedia.org/wiki/Data_URI_scheme]].\n*** **##content##**: The encoded image. Example: ##{{{image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##\n* **##parameters##**: An optional list of space-separated parameters passed to the image. Example: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: All attributes defined by the HTML standard will be added to the rendered HTML ##<img>## tag.\n*** **##style##**: CSS style information that should be applied to the image. Examples: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (image centered, width 80% of block width), ##style=\"vertical-align:bottom\"## (text starts at bottom of picture)\n*** **##height##**: A parameter that defines the height of the displayed image. The value should be presented either in pixel (example: ##height=\"80\"##) or in pixel related to the height of the block containing the image (example: ##height=\"40%\"##).\n*** **##width##**: A parameter that defines the width of the displayed image. The value should be presented either in pixel (example: ##width=\"80\"##) or in pixel related to the width of the block containing the image (example: ##width=\"40%\"##).\n*** **##title##**: A parameter that defines the title the displayed image which will be visible when hovering the mouse trigger over the image, for instance. Example: ##title=\"My nice image\"##\n*** **##alt##**: A parameter that defines which text should be displayed if the browser is not able to display the image. Since this is a required HTML attribute XWiki will use the file name instead if the ##alt## parameter is not defined. Example: ##alt=\"img.png\"##\n*** **More**: A more in depth explanation on the HTML ##<img>## tag including more attributes can be reviewed [[in the HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n** **##queryString##**: Allows queries to be passed to the server when creating the download link for the referenced image. Example: ##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**##keepAspectRatio=true## will fail if the ##width## and ##height## parameters are specified in addition to ##queryString##!**)",
            "id": 396111,
            "action_name": "Source string changed",
            "url": "https://l10n.xwiki.org/api/changes/396111/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.490506Z",
            "action": 0,
            "target": "",
            "id": 396110,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/396110/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465536/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.490431Z",
            "action": 59,
            "target": "= Bearbeiten =\n\n== Bilder ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Images ===\n\n|=Funktion|=XWiki Syntax 1.0|=Ergebnis\n|Bild von Anhang auf aktueller Seite|(((\n{{info}}Siehe [[Bildmakro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] für Details{{/info}}\n{{{{image:XWiki.XWikiSyntaxImages@img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Bild von Anhang auf anderer Seite|{{{{image:img.png|document=Bereich.Seite}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Bild mit Parametern|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Bild befindlich an URL|{{{http://eine/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== 2.0 Images ===\n\n|=Funktion|=XWiki Syntax 2.0|=Ergebnis\n|Bild von Anhang auf aktueller Seite|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Bild von Anhang auf anderer Seite|{{{image:Bereich.Seite@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Bild mit Parametern|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Bild mit Bildunterschrift|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] unterstützt Bildunterschriften.>>image:img.png]]}}}|(( ([[~[~[XWiki~>~>https://www.xwiki.org~]~] unterstützt Bildunterschriften.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Bild befindlich an URL|{{{image:http://eine/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n{{velocity}}$subHeading XWiki Syntax 2.0 Bild-Spezifikation $subHeading{{/velocity}}\n\n{{info}}\nDer Teil in ##( )## ist erforderlich, während die Teile in ##{ }## optional sind.\n{{/info}}\n\nDas vollständige Format eines Bilder ist entweder **##image~: (Verweis)##** oder **##~[~[{caption>>}image~: (Verweis) {||Parameter}]]##**\n\n* **##caption##**: Eine optionale Beschriftung. Kann beliebige XWiki 2.0-Syntax enthalten, aber verschachtelte Link-Syntax muss mit ##~~## maskiert werden. Die Beschriftung wird nur unterstützt, wenn die Bildsyntax der einzige Inhalt eines Absatzes ist. Das Bild mit der Beschriftung kann auch in einen Link eingebettet sein. In diesem Fall enthält der Link das Bild, aber nicht die Beschriftung.\n* **##image~:##** Ein erforderlicher Text, welches die folgenden Angaben als Bild kennzeichnet.\n* **##Verweis##**: Der Verweis auf das anzuzeigende Bild. Der Verweis kann in folgenden Formaten angegeben werden:\n** **URL**: Eine URL zu einem externen Bild in dem Format **##http:~/~/pfad/BildName##**. Beispiel: ##http:~/~/example.org/pfad/bild.png##\n** **Anhang**: Ein Verweis auf einen Anhang im Wiki im Format **##~{~{~{wikiName:} Bereich.} Seite@} (BildName)##**\n*** **##wikiName##**: Ein optionaler Text, welcher den Namen eines Subwikis enthält. Das Bild wird dann in dem entsprechenden Subwiki nachgeschlagen. Beispiel: ##meinwiki##\n*** **##Bereich##**: Der Name eines Bereiches, in dem das Bild nachgeschlagen wird (optional). Wenn kein Bereich angegeben, wird der aktuelle Bereich verwendet. Beispiel: ##Main##\n*** **##Seite##**: Der Namen einer Seite, an der das Bild angehangen ist (optional). Wird keine Seite angegeben, wird die aktuelle Seite verwendet. Beispiel: ##WebHome##\n*** **##BildName##**: Ein erforderlicher Text, welcher den Dateinamen des anzuzeigenden Bildes enthält, wie er im Wiki gespeichert ist.\n* **##Parameter##**: Eine optionale Liste von durch Leerzeichen getrennten Parametern, die an das Bild durchgereicht werden. Beispiel: ##width=\"800\" height=\"600\" alt=\"Ein beispielhaftes Bild\" title=\"Dies ist ein schönes Bild\"## \n** **HTML Attribute**: Alle Attribute, welche im HTML Standard vorgesehen sind, werden zu dem erzeugten ##<img>## Element hinzugefügt.\n*** **##style##**: CSS-Stil Anweisungen, welche auf das Bild angewendet werden. Beispiele: ##style=\"float:right;height:50px\"## (d.h. das Bild wird rechtsbündig eingebettet mit einer Höhe von 50 Pixeln),\n ##style=\"style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (Bild wird zentriert dargestellt in einer Breite von 80% des zur verfügung stehenden Platzes).\n ##style=\"vertical-align:bottom\"## (Der folgende Text startet direkt an unteren Ende des Bildes).\n*** **##height##**: Die vertikale Grösse des angezeigten Bildes. Der Parameterwert sollte entweder in Bildschirmpixeln angeben werden (Beispiel ##height=\"80\"##) oder in prozentualen Anteilen des Anzeigebereichs (Beispiel ##height=\"40%\"##)\n*** **##width##**: Die horizontale Grösse des angezeigten Bildes. Der Parameterwert sollte entweder in Bildschirmpixeln angeben werden (Beispiel ##width=\"120\"##) oder in prozentualen Anteilen des Anzeigebereichs (Beispiel ##width=\"80%\"##)\n*** **##title##**: Der Text, der beim Überfahren den Bildes mit dem Mauszeiger angezeigt wird. Beispiel: ##title=\"Dies ist ein schönes Bild\"##\n*** **##alt##**: Der Text, welcher //alt//ernativ angezeigt wird, wenn der Browser das Bild nicht darstellen kann. Da dies im HTML eine Pflichtangabe ist, verwendet XWiki den Dateinamen, wenn kein Wert für ##alt## angegeben wurde. Beispiel: alt=\"Ein beispielhaftes Bild\"\n*** **... und mehr**: Die offizielle Liste aller unterstützten Attribute kann auf der offiziellen [[Seite des HTML-Standards>> https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]] (in Englisch) eingesehen werden.\n\n=== 2.1 Images ===\n\n|=Funktion|=XWiki Syntax 2.1|=Ergebnis\n|Bild von Anhang auf aktueller Seite|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Bild von Anhang auf anderer Seite|{{{image:Bereich.Seite@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Bild mit Parametern|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Bild mit Bildunterschrift|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] unterstützt Bildunterschriften.>>image:img.png]]}}}|(( ([[~[~[XWiki~>~>https://www.xwiki.org~]~] unterstützt Bildunterschriften.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Bild befindlich an URL|{{{image:http://eine/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Vordefiniertes Piktogramm|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading XWiki Syntax 2.1 Bild-Spezifikation $subHeading{{/velocity}}\n\n{{info}}\nDer Teil in ##( )## ist erforderlich, während die Teile in ##{ }## optional sind.\n{{/info}}\n\nDas vollständige Format eines Bilder ist entweder **##image~: (Verweis)##** oder **##~[~[{caption>>}image~: (Verweis) {||Parameter}]]##**\n\n* **##caption##**: Eine optionale Beschriftung. Kann beliebige XWiki 2.1-Syntax enthalten, aber verschachtelte Link-Syntax muss mit ##~~## maskiert werden. Die Beschriftung wird nur unterstützt, wenn die Bildsyntax der einzige Inhalt eines Absatzes ist. Das Bild mit der Beschriftung kann auch in einen Link eingebettet sein. In diesem Fall enthält der Link das Bild, aber nicht die Beschriftung.\n* **##image~:##** Ein erforderlicher Text, welches die folgenden Angaben als Bild kennzeichnet.\n* **##Verweis##**: Der Verweis auf das anzuzeigende Bild. Der Verweis kann in folgenden Formaten angegeben werden:\n** **URL**: Eine URL zu einem externen Bild in dem Format **##http:~/~/pfad/BildName##**. Beispiel: ##http:~/~/example.org/pfad/bild.png##\n** **Anhang**: Ein Verweis auf einen Anhang eines XWiki-Dokuments im Format **##~{~{~{wikiName:} Bereich.} Seite@} (BildName)##**\n*** **##wikiName##**: Ein optionaler Text, welcher den Namen eines Subwikis enthält. Das Bild wird dann in dem entsprechenden Subwiki nachgeschlagen. Beispiel: ##mywiki##\n*** **##Bereich##**: Der Name eines Bereiches, in dem das Bild nachgeschlagen wird (optional). Wenn kein Bereich angegeben, wird der aktuelle Bereich verwendet. Beispiel: ##Main##\n*** **##Seite##**: Der Namen einer Seite, an der das Bild angehangen ist (optional). Wird keine Seite angegeben, wird die aktuelle Seite verwendet. Beispiel: ##WebHome##\n*** **##BildName##**: Ein erforderlicher Text, welcher den Dateinamen des anzuzeigenden Bildes enthält, wie er im Wiki gespeichert ist.\n** **Seiten-Anhang**: Ein Verweis in der Form **##pageAttach~:~{~{~{(wikiName):}(seitenNamenListe)/}(anhangName)##**\n*** **##pageAttach~:##** Eine erforderliche Zeichenfolge, die die Referenz als Anhang einer XWiki-Seite identifiziert.\n*** **##wikiName##**: Ein optionaler Text, welcher den Namen eines Subwikis enthält. Das Bild wird dann in dem entsprechenden Subwiki nachgeschlagen. Beispiel: ##mywiki##\n*** **##seitenNamenListe##**: Eine optionale, durch Punkte getrennte Liste von Wiki-Seitennamen. Wenn keine Seite angegeben ist, wird die aktuelle Seite verwendet. Beispiele: ##Main##, ##A/B##, ##A/B/C##\n*** **##anhangName##**: Eine erforderliche Zeichenfolge, die den Namen des an eine Seite angehängten Bildes enthält, wie es im Wiki gespeichert ist. Beispiel: ##myImage.png##\n** **Piktogramme** Ein Verweis mittels des Textes **##{{{(icon:)}}} (iconName)##**. Beispiel: **##icon:accept##**\n*** **##icon:##** Ein erforderlicher Text, welcher die folgende Angabe als Piktogramm kennzeichnet. Piktogramme können nur aus der vorinstallierten Liste der [[XWiki Icons>>http://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]] ausgewählt werden.\n*** **##iconName##**: Ein erforderlicher Text mit dem (englischen) Namen des anzuzeigenden Piktogramms. Beispiel: ##accept##\n** **Data URI**s in der Form **##{{{(data:)}}} (bilddaten)##**. Beispiel: **##data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4~/~/8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==##**\n*** **##data:##** Ein erforderlicher Text, welcher die folgende Angabe als Binärdaten zu interpretieren erlaubt, enstprechend dem [['data' URI Schema>>http://de.wikipedia.org/wiki/Data-URL]].\n*** **##bilddaten##**: Angabe zu Dateiformat und Codierung, etwa für PNG-Bilder in Base64-codierung ##{{{image/png;base64,}}}## gefolgt von den Binärdaten des Bildes in der angegebenen textuellen Codierung\n* **##Parameter##**: Eine optionale Liste von durch Leerzeichen getrennten Parametern, die an das Bild durchgereicht werden. Beispiel: ##width=\"800\" height=\"600\" alt=\"Ein beispielhaftes Bild\" title=\"Dies ist ein schönes Bild\"##\n** **HTML Attribute**: Alle Attribute, welche im HTML Standard vorgesehen sind, werden zu dem erzeugten ##<img>## Element hinzugefügt.\n*** **##style##**: CSS-Stil Anweisungen, welche auf das Bild angewendet werden. Beispiele: ##style=\"float:right;height:50px\"## (d.h. das Bild wird rechtsbündig eingebettet mit einer Höhe von 50 Pixeln),\n ##style=\"style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (Bild wird zentriert dargestellt in einer Breite von 80% des zur Verfügung stehenden Platzes),\n ##style=\"vertical-align:bottom\"## (Der folgende Text startet direkt an unteren Ende des Bildes).\n*** **##height##**: Die vertikale Grösse des angezeigten Bildes. Der Parameterwert sollte entweder in Bildschirmpixeln angeben werden (Beispiel ##height=\"80\"##) oder in prozentualen Anteilen des Anzeigebereichs (Beispiel ##height=\"40%\"##)\n*** **##width##**: Die horizontale Grösse des angezeigten Bildes. Der Parameterwert sollte entweder in Bildschirmpixeln angeben werden (Beispiel ##width=\"120\"##) oder in prozentualen Anteilen des Anzeigebereichs (Beispiel ##width=\"80%\"##)\n*** **##title##**: Der Text, der beim Überfahren den Bildes mit dem Mauszeiger angezeigt wird. Beispiel: ##title=\"Dies ist ein schönes Bild\"##\n*** **##alt##**: Der Text, welcher //alt//ernativ angezeigt wird, wenn der Browser das Bild nicht darstellen kann. Da dies im HTML eine Pflichtangabe ist, verwendet XWiki den Dateinamen, wenn kein Wert für ##alt## angegeben wurde. Beispiel: alt=\"Ein beispielhaftes Bild\"\n*** **... und mehr**: Die offizielle Liste aller unterstützten Attribute kann auf der offiziellen [[Seite des HTML-Standards>> https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]] (in Englisch) eingesehen werden.\n** **##queryString##**: Ein optionaler Text, welcher als Abfrageparameter an die URL angehangen wird, unter der das Bild vom Server abgeholt wird. Beispiel: ##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**##keepAspectRatio=true##** soll den Server veranlassen, die Seitenverhältnisse des Bildes beizubehalten, wird aber ignoriert, wenn sowohl ##width## als auch ##height## angegeben werden)",
            "id": 396109,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/396109/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465536/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.490349Z",
            "action": 30,
            "target": "= Editing =\n\n== Images ==\n\n=== 1.0 Images ===\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Image from attachment on current page|(((\n{{info}}See [[Image Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Image%20Macro%20%28Radeox%29]] for details{{/info}}\n{{{{image:img.png}}}}\n)))|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{{image:img.png|document=Space.Page}}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{{image:img.png|width=25|height=25}}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Images located at URL|{{{https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n=== 2.0 Images ===\n\n|=Feature|=XWiki Syntax 2.0|=Result\n|Image from attachment on current page|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{image:Space.Page@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Image with caption|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Images located at URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n\n{{velocity}}$subHeading XWiki Syntax 2.0 Image Specification $subHeading{{/velocity}}\n\n{{info}}\nThe part in ##( )## is required, while the parts in ##{ }## are optional.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: An optional caption. May contain arbitrary XWiki 2.0 syntax but nested link syntax must be escaped using ##~~##. The caption is only supported when the image syntax is the only content of a paragraph. The captioned image may also be wrapped in a link. In this case, the link will contain the image but not the caption.\n* **##image~:##** A required string identifying the resource as image.\n* **##reference##**: The reference to the image that shall be displayed in one of the following forms:\n** **URL**: Any URL to an image in the form of **##http:~/~/path/imageName##**. Example: ##http:~/~/domain.org/path/img.png##\n** **Attachment** reference in the form **##~{~{~{wikiName:} space.} page@} (imageName)##**\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. Example: mywiki\n*** **##space##**: An optional wiki Space name. If no space is specified the current space is used. Example: Main\n*** **##page##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: WebHome\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki.\n* **##parameters##**: An optional list of space-separated parameters passed to the image. Example: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: All attributes defined by the HTML standard will be added to the rendered HTML ##<img>## tag.\n*** **##style##**: CSS style information that should be applied to the image. Examples: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (image centered, width 80% of block width), ##style=\"vertical-align:bottom\"## (text starts at bottom of picture)\n*** **##height##**: A parameter that defines the height of the displayed image. The value should be presented either in pixel (example: ##height=\"80\"##) or in pixel related to the height of the block containing the image (example: ##height=\"40%\"##).\n*** **##width##**: A parameter that defines the width of the displayed image. The value should be presented either in pixel (example: ##width=\"80\"##) or in pixel related to the width of the block containing the image (example: ##width=\"40%\"##).\n*** **##title##**: A parameter that defines the title the displayed image which will be visible when hovering the mouse trigger over the image, for instance. Example: ##title=\"My nice image\"##\n*** **##alt##**: A parameter that defines which text should be displayed if the browser is not able to display the image. Since this is a required HTML attribute XWiki will use the file name instead if the ##alt## parameter is not defined. Example: ##alt=\"img.png\"##\n*** **More**: A more in depth explanation on the HTML ##<img>## tag including more attributes can be reviewed [[in the HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n\n=== 2.1 Images ===\n\n|=Feature|=XWiki Syntax 2.1|=Result\n|Image from attachment on current page|{{{image:img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image from attachment on another page|{{{image:PageA.PageB@img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Image with parameters|{{{[[image:img.png||width=\"25\" height=\"25\"]]}}}|[[image:XWiki.XWikiSyntaxImages@img.png||width=\"25\" height=\"25\"]]\n|Image with caption|{{{[[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:img.png]]}}}|((([[~[~[XWiki~>~>https://www.xwiki.org~]~] supports captions.>>image:XWiki.XWikiSyntaxImages@img.png]])))\n|Images located at URL|{{{image:https://some/url/img.png}}}|image:XWiki.XWikiSyntaxImages@img.png\n|Prepackaged Icons|{{{image:icon:accept}}}|image:icon:accept\n\n{{velocity}}$subHeading XWiki Syntax 2.1 Image Specification $subHeading{{/velocity}}\n\n{{info}}\nLegend: The parts are ##()## are required, while the parts in ##{}## are optional.\n{{/info}}\n\nThe full format of an image is either **##image~: (reference)##** or **##~[~[{caption>>}image~: (reference) {||parameters}]]##**\n\n* **##caption##**: An optional caption. May contain arbitrary XWiki 2.1 syntax but nested link syntax must be escaped using ##~~##. The caption is only supported when the image syntax is the only content of a paragraph. The captioned image may also be wrapped in a link. In this case, the link will contain the image but not the caption.\n* **##image~:##** A required string identifying the resource as image.\n* **##reference##**: The reference to the image that shall be displayed in one of the following forms:\n** **URL**: Any URL to an image in the form of **##[url:](protocol:~/~/path/imageName)##**. Example: ##http:~/~/domain.org/path/img.png##\n*** **##url:##** An optional string identifying the image as an URL.\n*** **##protocol:~/~/path/imageName##**: The URL to the image\n** **Attachment**: A reference in the form **##[attach~:]~{~{~{(wikiName):}(spaceNameList).}(pageName)@}(imageName)##**\n*** **##attach~:##** An optional string identifying the reference as an XWiki Document attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##spaceNameList##**: An optional dot-separated list of wiki Space names. If no space is specified the current space is used. Examples: ##Main##, ##A.B##, ##A.B.C##\n*** **##pageName##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: ##Welcome##\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki. Example: ##myImage.png##\n** **Page Attachment**: A reference in the form **##pageAttach~:~{~{~{(wikiName):}(pageNameList)/}(imageName)##**\n*** **##pageAttach~:##** An required string identifying the reference as an XWiki Page attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##pageNameList##**: An optional dot-separated list of wiki page names. If no page is specified the current page is used. Examples: ##Main##, ##A/B##, ##A/B/C##\n*** **##imageName##**: A required string containing the name of the image attached to a page as it is stored in the wiki. Example: ##myImage.png##\n** **Icon**: A reference in the form **##icon{{{:(}}}iconName)##**. Example: **##icon:accept##**\n*** **##icon:##** A required string identifying the image reference as an icon from the [[XWiki Icon Set>>https://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]].\n*** **##iconName##**: A required string identifying the icon referenced. Example: ##accept##\n** **Data URI**: A reference in the form **##(data{{{:)}}}(content)##**. Example: **##{{{data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##**\n*** **##data:##** A required string identifying the image as being specified inline using the [[Data URI scheme>>https://en.wikipedia.org/wiki/Data_URI_scheme]].\n*** **##content##**: The encoded image. Example: ##{{{image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==}}}##\n* **##parameters##**: An optional list of space-separated parameters passed to the image. Example: ##width=\"800\" height=\"600\" alt=\"img.png\" title=\"My nice image\"##\n** **HTML attributes**: All attributes defined by the HTML standard will be added to the rendered HTML ##<img>## tag.\n*** **##style##**: CSS style information that should be applied to the image. Examples: ##style=\"float:right;height:50\"## (image on right side, height 50 px), ##style=\"display:block;margin-left:auto;margin-right:auto;width:80%\"## (image centered, width 80% of block width), ##style=\"vertical-align:bottom\"## (text starts at bottom of picture)\n*** **##height##**: A parameter that defines the height of the displayed image. The value should be presented either in pixel (example: ##height=\"80\"##) or in pixel related to the height of the block containing the image (example: ##height=\"40%\"##).\n*** **##width##**: A parameter that defines the width of the displayed image. The value should be presented either in pixel (example: ##width=\"80\"##) or in pixel related to the width of the block containing the image (example: ##width=\"40%\"##).\n*** **##title##**: A parameter that defines the title the displayed image which will be visible when hovering the mouse trigger over the image, for instance. Example: ##title=\"My nice image\"##\n*** **##alt##**: A parameter that defines which text should be displayed if the browser is not able to display the image. Since this is a required HTML attribute XWiki will use the file name instead if the ##alt## parameter is not defined. Example: ##alt=\"img.png\"##\n*** **More**: A more in depth explanation on the HTML ##<img>## tag including more attributes can be reviewed [[in the HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]].\n** **##queryString##**: Allows queries to be passed to the server when creating the download link for the referenced image. Example: ##queryString=\"width=100&height=800&keepAspectRatio=true\"## (**##keepAspectRatio=true## will fail if the ##width## and ##height## parameters are specified in addition to ##queryString##!**)",
            "id": 396108,
            "action_name": "Source string changed",
            "url": "https://l10n.xwiki.org/api/changes/396108/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaximages/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaximages/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-07T03:05:58.394059Z",
            "action": 0,
            "target": "",
            "id": 396107,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/396107/?format=api"
        }
    ]
}