Template:MainMobilityAndMatchmakingRange: Difference between revisions

From Inkipedia, the Splatoon wiki
m (Attempting to fix all the empty space that shows. Also added pipes to markup documentation.)
(added to data templates category since it is mainly used there)
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:


|}}{{#if: {{{matchmaking range|}}} |
|}}{{#if: {{{matchmaking range|}}} |
* The matchmaking range is {{{matchmaking range}}}. ''Splatoon 2'' matchmaking looks at a team's average matchmaking range value, and matches them against a team with a similar average.
* The matchmaking range is {{{matchmaking range}}}. The game's matchmaking system looks at a team's average matchmaking range value, and matches them against a team with a similar average.


|}}</includeonly><noinclude>
|}}</includeonly><noinclude>
Line 13: Line 13:
| matchmaking range = {{{matchmaking range|}}}
| matchmaking range = {{{matchmaking range|}}}
| name = {{#if: {{{name|}}}|{{{name}}}|{{PAGENAME}}}}
| name = {{#if: {{{name|}}}|{{{name}}}|{{PAGENAME}}}}
}}</pre>
Since [[Template:Roller_data]] is used more than once for data of horizontal and vertical flings, this one is used instead to prevent weight class and matchmaking range from appearing in those data.
<pre>{{#if: {{{mobility class|}}} |
{{MainMobilityAndMatchmakingRange
| mobility class = {{{mobility class}}}
| name = {{#if: {{{name|}}}|{{{name}}}|{{PAGENAME}}}}
}}
}}{{#if: {{{matchmaking range|}}} |
{{MainMobilityAndMatchmakingRange
| matchmaking range = {{{matchmaking range}}}
}}


}}</pre>
}}</pre>
Line 38: Line 25:
== References ==
== References ==
* https://leanny.github.io/splat2new/database.html
* https://leanny.github.io/splat2new/database.html
[[Category:Data templates]]
</noinclude>
</noinclude>

Latest revision as of 17:07, 15 July 2023

Lists weight classes and matchmaking ranges which is shared across all main weapons in Splatoon 2. Used for main weapon datas in Category:Data templates.

Markup in Data Templates

{{MainMobilityAndMatchmakingRange
| mobility class = {{{mobility class|}}}
| matchmaking range = {{{matchmaking range|}}}
| name = {{#if: {{{name|}}}|{{{name}}}|{{PAGENAME}}}}

}}

Example

.52 Gal

  • The .52 Gal is a middleweight weapon.
  • The matchmaking range is 133. The game's matchmaking system looks at a team's average matchmaking range value, and matches them against a team with a similar average.

References