Changes

1,710 bytes added ,  22:33, 20 October 2019
remove extra blank line
{{Documentation subpage}}
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
{{lua|Module:Int|Module:Template translation}}

This template renders a MediaWiki message in the page language. Not to be confused with the <nowiki>{{int:}}</nowiki> [[Special:MyLanguage/Help:magic words#int|magic word]], which uses the user interface language instead.

== Examples ==

* <code><nowiki>{{int|vector-view-history}}</nowiki></code>
{{int|vector-view-history}}

* <code><nowiki>{{int|Notification-link-text-expand-notice-count|1}}</nowiki></code>
{{int|Notification-link-text-expand-notice-count|1}}
* <code><nowiki>{{int|Notification-link-text-expand-notice-count|2}}</nowiki></code>
{{int|Notification-link-text-expand-notice-count|2}}
* <code><nowiki>{{int|Notification-link-text-expand-notice-count|5}}</nowiki></code>
{{int|Notification-link-text-expand-notice-count|5}}

== Templatedata ==
<templatedata>
{
"description": "This template renders a MediaWiki message in the page language. Not to be confused with the {{int:}} magic word, which uses the user interface language instead.",
"format": "inline",
"params": {
"1": {
"label": "i18n string",
"description": "The i18n string, found using qqx",
"example": "rcfilters-filter-patrolled-label",
"type": "string",
"required": true
},
"2": {
"label": "Value ",
"example": "Notification-link-text-expand-notice-count can display a count",
"description": "Value of an included parameter (counter, message...)"
}
}
}
</templatedata>
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!-- Categories go here and interwikis go in Wikidata. -->
[[Category:Internationalization templates]]
}}</includeonly>
Anonymous user