Template:MainMobilityAndMatchmakingRange: Difference between revisions

From Inkipedia, the Splatoon wiki
(newline)
(If "name" is provided, use it. If not provided, use {{PAGENAME}}.)
Line 14: Line 14:
| mobility class = {{{mobility class}}}
| mobility class = {{{mobility class}}}
| matchmaking range = {{{matchmaking range}}}
| matchmaking range = {{{matchmaking range}}}
| name = Weapon Name (optional)
| name = {{#if: {{{name|}}}|{{{name}}}|{{PAGENAME}}}}


}}</pre>
}}</pre>
Line 21: Line 21:
{{MainMobilityAndMatchmakingRange
{{MainMobilityAndMatchmakingRange
| mobility class = {{{mobility class}}}
| mobility class = {{{mobility class}}}
| name = Weapon Name (optional)
| name = {{#if: {{{name|}}}|{{{name}}}|{{PAGENAME}}}}


}}
}}

Revision as of 16:16, 25 July 2021

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}}}}

}}

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.

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

}}
}}{{#if: {{{matchmaking range|}}} |
{{MainMobilityAndMatchmakingRange
| matchmaking range = {{{matchmaking range}}}
}}

}}

Example

.52 Gal

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

References