-
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (2 of 2 strings) Translation: XWiki Platform/XWiki.XWikiSyntaxImages Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-xwikisyntaximages/uk/ (cherry picked from commit ddbb6d6)
- Loading branch information
1 parent
0c937c5
commit a1d953a
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
|
||
== Зображення == | ||
|
||
=== Зображення 1.0 === | ||
=== 1.0 Images === | ||
|
||
|=Функція|=Синтаксис XWiki 1.0|=Результат | ||
|Зображення з вкладення поточної сторінки|((( | ||
|
@@ -51,7 +51,7 @@ | |
|Зображення з параметрами|{{{{image:img.png|width=25|height=25}}}}|[[image:[email protected]||width="25" height="25"]] | ||
|Зображення, розташовані за URL|{{{https://some/url/img.png}}}|image:[email protected] | ||
|
||
=== Зображення 2.0 === | ||
=== 2.0 Images === | ||
|
||
|=Функція|=Синтаксис XWiki 2.0|=Результат | ||
|Зображення з вкладення поточної сторінки|{{{image:img.png}}}|image:[email protected] | ||
|
@@ -86,7 +86,7 @@ The full format of an image is either **##image~: (reference)##** or **##~[~[{ca | |
*** **##alt##**: Параметр, який визначає, який текст має відображатися, якщо браузер не може відобразити зображення. Оскільки це обов'язковий HTML-атрибут, XWiki використовуватиме замість нього ім'я файлу, якщо параметр ##alt## не визначено. Наприклад: ##alt="img.png"## | ||
*** **More**: Детальніше пояснення HTML ##<img>## тегів, що містять більше атрибутів, можна переглянути [[HTML standard>>https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element]]. | ||
|
||
=== Зображення 2.1 === | ||
=== 2.1 Images === | ||
|
||
|=Функція|=Синтаксис XWiki 2.1|=Результат | ||
|Зображення з вкладення поточної сторінки|{{{image:img.png}}}|image:[email protected] | ||
|