Merge "Remove optional namespace prefixes from <gallery> example"

This commit is contained in:
jenkins-bot 2014-06-05 19:49:36 +00:00 committed by Gerrit Code Review
commit 6aba25048f
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@
"wikieditor-toolbar-tool-subscript-example": "Subscript text",
"wikieditor-toolbar-group-insert": "Insert",
"wikieditor-toolbar-tool-gallery": "Picture gallery",
"wikieditor-toolbar-tool-gallery-example": "$1:Example.jpg|Caption1\n$1:Example.jpg|Caption2",
"wikieditor-toolbar-tool-gallery-example": "Example.jpg|Caption1\nExample.jpg|Caption2",
"wikieditor-toolbar-tool-newline": "New line",
"wikieditor-toolbar-tool-table": "Table",
"wikieditor-toolbar-tool-table-example-old": "-\n! header 1\n! header 2\n! header 3\n|-\n| row 1, cell 1\n| row 1, cell 2\n| row 1, cell 3\n|-\n| row 2, cell 1\n| row 2, cell 2\n| row 2, cell 3",

View file

@ -93,7 +93,7 @@
"wikieditor-toolbar-tool-big": "{{Identical|Big}}",
"wikieditor-toolbar-tool-small": "{{Identical|Small}}",
"wikieditor-toolbar-group-insert": "{{Identical|Insert}}",
"wikieditor-toolbar-tool-gallery-example": "Used as example for Picture Gallery.\n\nThis message follows the message {{msg-mw|wikieditor-toolbar-tool-gallery}}.\n\nParameters:\n* $1 - namespace name \"File\"",
"wikieditor-toolbar-tool-gallery-example": "Used as example for Picture Gallery.\n\nThis message follows the message {{msg-mw|wikieditor-toolbar-tool-gallery}}.\n\nParameters:\n* $1 - optional namespace name \"File\", unused in the default message.",
"wikieditor-toolbar-tool-table": "{{Identical|Table}}",
"wikieditor-toolbar-tool-table-example-cell-text": "[[File:Wikieditor-toolbar-tool-table.png|thumb]] See screenshot.",
"wikieditor-toolbar-tool-table-example-header": "[[File:Wikieditor-toolbar-tool-table.png|thumb]] See screenshot.\n\nSee also:\n* {{msg-mw|wikieditor-toolbar-tool-table-example-header}}\n* {{msg-mw|wikieditor-toolbar-tool-table-example}}",