Difference between revisions of "Template:Int"

From Game Detectives Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
m (templatedata)
Line 24: Line 24:
  
 
[[Category:Internationalization templates]]
 
[[Category:Internationalization templates]]
 +
<templatedata>
 +
{
 +
"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...)"
 +
}
 +
},
 +
"format": "inline"
 +
}
 +
</templatedata>
 
</noinclude>
 
</noinclude>

Revision as of 14:44, 16 May 2017

⧼⧽

<templatestyles src="Module:Documentation/styles.css"></templatestyles>
Template documentation

Not to be confused with the int magic word.

Examples

  • {{int|vector-view-history}}

View history

  • {{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⧽

See also

[[Category:Template documentation pages{{#translation:}}]]

<templatedata> { "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...)" } }, "format": "inline" } </templatedata>