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>{{#switch: {{{anime}}}
<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>
  |weeb=🇯🇵
* Example: <code><nowiki>{{JADSotype|🇯🇵 🤡 😡 🦇}}</nowiki></code>
  |denial=🙅
* Result: {{JADSotype|🇯🇵 🤡 😡 🦇}}
}}{{#switch: {{{gamer}}}
<templatedata>
  |redditor=🤡
{
  |grinder=⚙️
"params": {
}}{{#switch: {{{topics}}}
"1": {
  |political=😡
"label": "Result",
  |horny=🍆
"description": "The result for the user as emoji separated by spaces.",
}}{{#switch: {{{debate}}}
"type": "string",
  |bat=🦇
"suggestedvalues": [
  |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>
"🇯🇵 ⚙️ 😡 🔪",
"🇯🇵 ⚙️ 🍆 🦇",
"🇯🇵 ⚙️ 🍆 🔪",
"🙅 🤡 😡 🦇",
"🙅 🤡 😡 🔪",
"🙅 🤡 🍆 🦇",
"🙅 🤡 🍆 🔪",
"🙅 ⚙️ 😡 🦇",
"🙅 ⚙️ 😡 🔪",
"🙅 ⚙️ 🍆 🦇",
"🙅 ⚙️ 🍆 🔪"
],
"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>