Template:Msg-wikiblame
Appearance
Messages\x5b'wrong skips'\x5d ("Wrong settings: If the first __VERSIONSTOSKIP__ versions are skipped, then none of the __VERSIONSTOSEARCH__ versions to be searched will be processed.
")
This documentation is transcluded from Template:Msg-meta/doc.
Syntax
{{msg-wikimedia|message-name|optional comment}}
{{msg-wikimedia|message-name|optional comment|notext=1}}
Parameters
|1= message name
: message ID.|2= optional comment
: comment text will be shown between parentheses just after the link to the message ID.|notext=
: set to a non-empty value to indicate that the localised message text should not be shown.
Note: If the message ID or the comment uses an equal sign =
(which should be avoided by developers submitting messages bundled to import in translatewiki.net as message groups), you need to explicitly name this parameter by prefixing its parameter number followed by an equal sign, before the value.
Examples
{{Msg-wikimedia|Messages\x5b'wrong skips'\x5d}}
gives:
Messages\x5b'wrong skips'\x5d ("Wrong settings: If the first __VERSIONSTOSKIP__ versions are skipped, then none of the __VERSIONSTOSEARCH__ versions to be searched will be processed.
"){{Msg-wikimedia|Messages\x5b'wrong skips'\x5d|with colon}}
gives:
Messages\x5b'wrong skips'\x5d [with colon] ("Wrong settings: If the first __VERSIONSTOSKIP__ versions are skipped, then none of the __VERSIONSTOSEARCH__ versions to be searched will be processed.
"){{Msg-wikimedia|Messages\x5b'wrong skips'\x5d|notext=1}}
gives:
Messages\x5b'wrong skips'\x5d{{Msg-wikimedia|Messages\x5b'wrong skips'\x5d|with colon|notext=1}}
gives:
Messages\x5b'wrong skips'\x5d [with colon]
Maintenance:
- List of wrong parameters, where "namespace:message-name/en" does not exist.
See also
- Template:Msg-meta
- Template:Msg (deprecated)
- Category:Message maintenance