Difference between revisions of "Template:Int"
From Game Detectives Wiki
[unchecked revision] | [unchecked revision] |
m (templatedata) |
|||
Line 17: | Line 17: | ||
{{int|Notification-link-text-expand-notice-count|5}} | {{int|Notification-link-text-expand-notice-count|5}} | ||
− | == | + | == Templatedata == |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 43: | Line 37: | ||
} | } | ||
</templatedata> | </templatedata> | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | * [[Template:Intcurrent]] | ||
+ | |||
+ | }} | ||
+ | |||
+ | [[Category:Internationalization templates]] | ||
</noinclude> | </noinclude> |
Revision as of 14:45, 16 May 2017
⧼⧽
<templatestyles src="Module:Documentation/styles.css"></templatestyles>
Template documentation
This template uses Lua: |
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⧽
Templatedata
<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>