Template:Term Dictionary: Difference between revisions
(Created page with "<includeonly><i>{{#switch: {{SUBPAGENAME}}<!-- switch statement for needless futureproofing --> |jp = {{#if:{{{jp|}}}|{{{jp}}}|日本語の説明文は不明。{{#if:{{{nocat|...") |
(removed italics) |
||
| Line 1: | Line 1: | ||
<includeonly | <includeonly>{{#switch: {{SUBPAGENAME}}<!-- switch statement for needless futureproofing --> | ||
|jp = {{#if:{{{jp|}}}|{{{jp}}}|日本語の説明文は不明。{{#if:{{{nocat|}}}|[[Category:Japanese {{{lc:category}}} missing]]}}}} | |jp = {{#if:{{{jp|}}}|{{{jp}}}|日本語の説明文は不明。{{#if:{{{nocat|}}}|[[Category:Japanese {{{lc:category}}} missing]]}}}} | ||
|#default = {{#if:{{{en|}}}|{{{en}}}|add me.{{#if:{{{nocat|}}}[[Category:English {{{lc:category}}} missing]]}}}} | |#default = {{#if:{{{en|}}}|{{{en}}}|add me.{{#if:{{{nocat|}}}[[Category:English {{{lc:category}}} missing]]}}}} | ||
}} | }} | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
==Purpose== | ==Purpose== | ||
Latest revision as of 15:33, 20 January 2024
Purpose
Utility template for localizing terms.
Technical Information
The template will look at the subpage name to infer what language the page is in. If it is a known language (e.g. jp), it is a Japanese page. If it isn't, it is treated as an English page.
Parameter List
{{Term Dictionary
|en <!-- The desired string, in English. If omitted, will be treated as "add me." -->
|jp <!-- The desired string, in Japanese. If omitted, will be treated as "日本語の説明文は不明。". -->
|category <!-- The category of what is being translated. Will be forced into lowercase. Used for maintenance categories. -->
|nocat <!-- Does not add the page to any maintenance categories. -->
}}
Examples
Due to the implementation, only the result relevant to the page will be seen. It is recommended to test the template on a user subpage.
Empty Template
{{Term Dictionary
|nocat=1
}}
add me.
Parsed Ken'ei+
{{Term Dictionary
|en=This weapon has photons
applied to the sheath as
well. Its wielder will be
granted the speed, power,
and overflowing bloodlust
of a demon.
|category=description
|nocat=1
}}
This weapon has photons applied to the sheath as well. Its wielder will be granted the speed, power, and overflowing bloodlust of a demon.