Template:Head: Difference between revisions
Jump to navigation
Jump to search
Created page with "<noinclude> Template used to create wiktionary entry, wrapper around <code>Module:Dict.head()<code> </noinclude><includeonly> {#invoke:Dict|head|lang={{{1}}}} </includeonly>" |
No edit summary Tag: 2017 source edit |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Template used to create wiktionary entry, wrapper around <code>[[Module:Dict]].head()<code> | Template used to create wiktionary entry, wrapper around <code>[[Module:Dict]].head()<code> | ||
[[Category:Dict internals]] | |||
</noinclude><includeonly> | </noinclude><includeonly> | ||
{#invoke:Dict|head|lang={{{ | {{#invoke:Dict|head|{{lcfirst:{{PAGENAME}}}}|lang={{{lang}}}|pos={{{pos}}}|translit={{{translit}}}|sc={{{sc}}}|ipa={{{ipa}}}}} | ||
</includeonly> | </includeonly><noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"lang": { | |||
"label": "Language", | |||
"description": "Language code as defined in [[Module:Data/Langs]]", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"pos": { | |||
"label": "Part of Speech", | |||
"description": "Part of Speech as defined in [[Module:Data/POS]]", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"translit": {}, | |||
"sc": {}, | |||
"ipa": {} | |||
}, | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 22:20, 31 March 2025
Template used to create wiktionary entry, wrapper around Module:Dict.head()
No description.
Template parameters[Edit template data]
This template prefers inline formatting of parameters.
Parameter Description Type Status Language lang
Language code as defined in [[Module:Data/Langs]]
String required Part of Speech pos
Part of Speech as defined in [[Module:Data/POS]]
String required translit translit
no description
Unknown optional sc sc
no description
Unknown optional ipa ipa
no description
Unknown optional