Template:Dict: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly>[[Dict:{{{1}}}]]</includeonly> <noinclude> <templatedata> { "params": { "1": { "label": "Word" } } } </templatedata> </noinclude>" Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>[[Dict:{{{1}}}]]</includeonly> | <includeonly>[[Dict:{{{1}}}#{{{2|}}}|{{{1}}}]]</includeonly><noinclude> | ||
< | Examples: | ||
<pre><nowiki> | |||
{{Dict|polna|Mosici}} | |||
</nowiki></pre> | |||
{{Dict|polna|Mosici}} | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": "Word" | "label": "Word", | ||
"type": "string", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Language", | |||
"type": "string" | |||
} | } | ||
} | }, | ||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 18:55, 31 March 2025
Examples:
{{Dict|polna|Mosici}}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Word | 1 | no description | String | required |
Language | 2 | no description | String | optional |