>ExE Boss |
>ExE Boss |
Line 1: |
Line 1: |
| <languages/>
| |
| <onlyinclude>{{#invoke:Int|renderIntMessage|{{{1}}}|lang={{{lang|}}}}}</onlyinclude> | | <onlyinclude>{{#invoke:Int|renderIntMessage|{{{1}}}|lang={{{lang|}}}}}</onlyinclude> |
| {{Documentation|content= | | {{Documentation}} |
| | | <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! --> |
| {{lua|Module:Int}}
| |
| | |
| 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.
| |
| | |
| <translate>
| |
| == Examples == <!--T:1-->
| |
| </translate>
| |
| * <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}}
| |
| * <code><nowiki>{{int|vector-view-history|lang=de}}</nowiki></code>
| |
| {{int|vector-view-history|lang=de}}
| |
| | |
| == TemplateData ==
| |
| {{Template:Int/doc}}
| |
| | |
| }}
| |