Template:JADSotype: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><div style="display: inline-flex; align-items: center; gap: 0.5em; border: 1px solid #000; border-radius: 0.75em;"><div>[[JADSotype]]:</div><div style="background-color: #faa; padding: 0.25em; font-size: 1.5em; border-radius: 0.75em;">{{{ | <includeonly><div style="display: inline-flex; align-items: center; gap: 0.5em; border: 1px solid #000; border-radius: 0.75em;">{{#if:{{{no_title|}}}||<div>[[JADSotype]]:</div>}}<div style="background-color: #faa; padding: 0.25em; font-size: 1.5em; border-radius: 0.75em;">{{{1}}}</div></div>{{ #set: Has JADSotype={{{1}}} }}</includeonly><noinclude> | ||
* Example: <code><nowiki>{{JADSotype|🇯🇵 🤡 😡 🦇}}</nowiki></code> | |||
}}}}} | |||
<noinclude> | |||
* Example: <code><nowiki>{{JADSotype| | |||
* Result: {{JADSotype|🇯🇵 🤡 😡 🦇}} | * Result: {{JADSotype|🇯🇵 🤡 😡 🦇}} | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"1": { | |||
"label": "Result", | |||
"description": "The result for the user as emoji separated by spaces.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"🇯🇵 🤡 😡 🦇", | |||
"🇯🇵 🤡 😡 🔪", | |||
"🇯🇵 🤡 🍆 🦇", | |||
"🇯🇵 🤡 🍆 🔪", | |||
"🇯🇵 ⚙️ 😡 🦇", | |||
"🇯🇵 ⚙️ 😡 🔪", | |||
"🇯🇵 ⚙️ 🍆 🦇", | |||
"🇯🇵 ⚙️ 🍆 🔪", | |||
"🙅 🤡 😡 🦇", | |||
"🙅 🤡 😡 🔪", | |||
"🙅 🤡 🍆 🦇", | |||
"🙅 🤡 🍆 🔪", | |||
"🙅 ⚙️ 😡 🦇", | |||
"🙅 ⚙️ 😡 🔪", | |||
"🙅 ⚙️ 🍆 🦇", | |||
"🙅 ⚙️ 🍆 🔪" | |||
], | |||
"required": true | |||
}, | |||
"no_title": { | |||
"label": "No Title", | |||
"description": "If set, won't display the \"JADSotype\" title before the value.", | |||
"type": "boolean", | |||
"default": "false" | |||
} | |||
}, | |||
"description": "The result of the JADSotype test for a user." | |||
} | |||
</templatedata></noinclude> |
Latest revision as of 17:37, 26 January 2025
- Example:
{{JADSotype|🇯🇵 🤡 😡 🦇}}
- Result: 🇯🇵 🤡 😡 🦇
The result of the JADSotype test for a user.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Result | 1 | The result for the user as emoji separated by spaces.
| String | required |
No Title | no_title | If set, won't display the "JADSotype" title before the value.
| Boolean | optional |