Template:MoveData-IS: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
(MoveData custom variant for Idol Showdown (work in progress, implement at your own risk))
 
(implemented input template)
 
(10 intermediate revisions by the same user not shown)
Line 26: Line 26:
          
          
         // Display input
         // Display input
       -->{{#if:{{{input|}}}|<br/><small>{{{input}}}</small>}}<!--
       -->{{#if:{{{input|}}}|<br/><small>{{input|{{{input}}}}}</small>}}<!--
              
              
       // Else if no name, if input
       // Else if no name, if input
   -->| {{#if: {{{input|}}}<!--
   -->| {{#if: {{{input|}}}<!--
         // If link name, then display linkname on input
         // If link name, then display linkname on input
       -->| <big>{{#if: {{{linkname|}}} | [[#{{{linkname}}}{{!}}{{{input}}}]]<!--
       -->| <big>{{#if: {{{linkname|}}} | [[#{{{linkname}}}{{!}}{{input|{{{input}}}}}]]<!--
         // Else just display the input and if subtitle, also display subtitle
         // Else just display the input and if subtitle, also display subtitle
       -->| {{{input}}} }}</big>{{#if:{{{subtitle|}}}|<br/><small>{{{subtitle}}}</small>}} }}<!--
       -->| {{{input}}} }}</big>{{#if:{{{subtitle|}}}|<br/><small>{{{subtitle}}}</small>}} }}<!--
Line 314: Line 314:
{| class="wikitable" style="text-align:center; border-collapse:collapse; border-style:hidden; margin:0em;" width="100%" <!--
{| class="wikitable" style="text-align:center; border-collapse:collapse; border-style:hidden; margin:0em;" width="100%" <!--
//general move description-->
//general move description-->
{{#if:{{{description}}} |<!--
{{#if:{{{description|}}} |<!--
-->!'''Description'''
-->! colspan="100%" {{!}} '''Description'''
|{{{description}}}
{{!}}-
{{!}} colspan="100%"; style="text-align:left" {{!}} {{{description|}}}
}}
}}
|-
|-

Latest revision as of 09:19, 27 May 2023