Jump to content

Template:Msg-wikiblame/doc

From translatewiki.net
This is the documentation subpage for the parent Template:Msg-wikiblame page.

This documentation is transcluded from Template:Msg-meta/doc.

Syntax

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.
  • |exist= disables the checks for whether certain messages exist in English. This parameter might be useful for pages that get added to Category:Pages with too many expensive parser function calls due to more than 100 referenced pages on the page, as it would restore the checks for pages referenced later. Please only disable such checks for messages that are guaranteed to exist (MediaWiki core). Other way to resolve the tracking category is to remove some identical messages from the page.

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:

See also