Template:Int

From Foundry Wiki

⧼{{{1}}}⧽

Template-info.png Documentation

This template renders a MediaWiki message in the page language. Not to be confused with the {{{int:}}} , which uses the user interface language instead.

Examples

  • {{int|vector-view-history}}
    → View history
  • {{int|vector-view-history|lang=de}}
    → Versionsgeschichte
  • {{int|notification-link-text-expand-notice-count|1}}
    → ⧼notification-link-text-expand-notice-count⧽
  • {{int|notification-link-text-expand-notice-count|2}}
    → ⧼notification-link-text-expand-notice-count⧽
  • {{int|notification-link-text-expand-notice-count|5}}
    → ⧼notification-link-text-expand-notice-count⧽

TemplateData

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.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
i18n string1

The i18n string, found using qqx.

Example
rcfilters-filter-patrolled-label
Linerequired
Parameters2

Value of an included parameter (counter, message...)

Example
Notification-link-text-expand-notice-count can display a count
Stringoptional
Languagelang

Language to use in the message. Should be used only in exceptional cases, as the template automatically guesses the language to use when used on translated pages.

Example
de
Lineoptional