mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-12 09:57:16 +00:00
Replace 104px by 102px for width of thumbnail div
[[File:Example.png|thumb|100px]] generates a surrounding div with a width of 102px. Change-Id: Ie2eb46452de607b83abb5f61af5782dedbf7aa84
This commit is contained in:
parent
51f3d145bc
commit
a42f39dd7f
|
@ -207,7 +207,7 @@
|
||||||
"wikieditor-toolbar-help-content-olist-result": "<ol><li>List item</li><li>List item</li></ol>",
|
"wikieditor-toolbar-help-content-olist-result": "<ol><li>List item</li><li>List item</li></ol>",
|
||||||
"wikieditor-toolbar-help-content-file-description": "Embedded file",
|
"wikieditor-toolbar-help-content-file-description": "Embedded file",
|
||||||
"wikieditor-toolbar-help-content-file-syntax": "[[$1:Example.png|$2|Caption text]]",
|
"wikieditor-toolbar-help-content-file-syntax": "[[$1:Example.png|$2|Caption text]]",
|
||||||
"wikieditor-toolbar-help-content-file-result": "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='$1/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'></a></div>Caption text</div></div>",
|
"wikieditor-toolbar-help-content-file-result": "<div style='width:102px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='$1/WikiEditor/modules/images/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='#'></a></div>Caption text</div></div>",
|
||||||
"wikieditor-toolbar-help-content-reference-description": "Reference",
|
"wikieditor-toolbar-help-content-reference-description": "Reference",
|
||||||
"wikieditor-toolbar-help-content-reference-syntax": "Page text.<ref name=\"test\">[http://www.example.org Link text], additional text.</ref>",
|
"wikieditor-toolbar-help-content-reference-syntax": "Page text.<ref name=\"test\">[http://www.example.org Link text], additional text.</ref>",
|
||||||
"wikieditor-toolbar-help-content-reference-result": "Page text.<sup><a href='#'>[1]</a></sup>",
|
"wikieditor-toolbar-help-content-reference-result": "Page text.<sup><a href='#'>[1]</a></sup>",
|
||||||
|
|
Loading…
Reference in a new issue