Template:JADSotype: Difference between revisions
Created page with "<includeonly>{{#switch: {{{anime}}} |weeb=🇯🇵 |denial=🙅 }}{{#switch: {{{gamer}}} |redditor=🤡 |grinder=⚙️ }}{{#switch: {{{topics}}} |political=😡 |horny=🍆 }}{{#switch: {{{debate}}} |bat=🦇 |knife=🔪 }}</includeonly> <noinclude> Example: <code><nowiki>{{Jadsotype|anime=weeb|gamer=redditor|topics=political|debate=bat}}</nowiki></code> Result: {{Jadsotype|anime=weeb|gamer=redditor|topics=political|debate=bat}} </noinclude>" |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{# | <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> | |||
* Result: {{JADSotype|🇯🇵 🤡 😡 🦇}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Result", | |||
"description": "The result for the user as emoji separated by spaces.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"🇯🇵 🤡 😡 🦇", | |||
}}</includeonly> | "🇯🇵 🤡 😡 🔪", | ||
<noinclude> | "🇯🇵 🤡 🍆 🦇", | ||
Example: <code><nowiki>{{ | "🇯🇵 🤡 🍆 🔪", | ||
Result: {{ | "🇯🇵 ⚙️ 😡 🦇", | ||
</noinclude> | "🇯🇵 ⚙️ 😡 🔪", | ||
"🇯🇵 ⚙️ 🍆 🦇", | |||
"🇯🇵 ⚙️ 🍆 🔪", | |||
"🙅 🤡 😡 🦇", | |||
"🙅 🤡 😡 🔪", | |||
"🙅 🤡 🍆 🦇", | |||
"🙅 🤡 🍆 🔪", | |||
"🙅 ⚙️ 😡 🦇", | |||
"🙅 ⚙️ 😡 🔪", | |||
"🙅 ⚙️ 🍆 🦇", | |||
"🙅 ⚙️ 🍆 🔪" | |||
], | |||
"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> |