Template:MoveTooltip-UNICLR: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
-->{{#if:{{{moveId|}}}|<!--
-->{{#if:{{{moveId|}}}|<!--
    // If user inputs moveId
    // If user inputs moveId
<!--{{#cargo_query: tables=UNICLR_MoveData<!--
-->{{#cargo_query: tables=UNICLR_MoveData<!--
-->| fields = UNICLR_MoveData.moveId, UNICLR_MoveData.input, UNICLR_MoveData.images = image, UNICLR_MoveData.damage, UNICLR_MoveData.name, UNICLR_MoveData.guard, UNICLR_MoveData.startup, UNICLR_MoveData.overall<!--
-->| fields = UNICLR_MoveData.moveId, UNICLR_MoveData.input, UNICLR_MoveData.images = image, UNICLR_MoveData.damage, UNICLR_MoveData.name, UNICLR_MoveData.guard, UNICLR_MoveData.startup, UNICLR_MoveData.overall<!--
-->| where = moveId = '{{{moveId}}}'<!--
-->| where = moveId = '{{{moveId}}}'<!--
Line 23: Line 23:
-->}}|<!--
-->}}|<!--
  // If moveId isn't used, used moveInput instead
  // If moveId isn't used, used moveInput instead
<!--{{#cargo_query: tables=UNICLR_MoveData<!--
-->{{#cargo_query: tables=UNICLR_MoveData<!--
-->| fields = UNICLR_MoveData.moveId, UNICLR_MoveData.input, UNICLR_MoveData.images = image, UNICLR_MoveData.damage, UNICLR_MoveData.name, UNICLR_MoveData.guard, UNICLR_MoveData.startup, UNICLR_MoveData.overall<!--
-->| fields = UNICLR_MoveData.moveId, UNICLR_MoveData.input, UNICLR_MoveData.images = image, UNICLR_MoveData.damage, UNICLR_MoveData.name, UNICLR_MoveData.guard, UNICLR_MoveData.startup, UNICLR_MoveData.overall<!--
-->| where = input = '{{#var:moveInput}}'<!--
-->| where = input = '{{{moveInput}}}'<!--
-->| format = template<!--
-->| format = template<!--
-->| template = MoveTooltip-UNICLR/Table<!--
-->| template = MoveTooltip-UNICLR/Table<!--
-->| named args = yes<!--
-->| named args = yes<!--
-->}}|<!--
-->}}<!--
-->}}<!--
-->}}<!--



Revision as of 04:05, 3 October 2021

Template DocumentationEdit This Documentation
Template:MoveTooltip-UNICLR/Documentation

This documentation is automatically transcluded from Template:MoveTooltip-UNICLR/Documentation and is not included when this page is transcluded.