User:KokoroSenshi/Sandbox/Template:Nav Template1/Arrow pair: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
m (experiment1 cont. - need no gaps beside the image in the divs or it tries to <p> stuff)
m (comment edit regarding base lvl arrows)
Line 7: Line 7:
     (for Nav_template1 (used twice for up/down, per upn): {{#var:id}}, {{{up{{#vardefineecho:n|?}}|}}}, {{#var:n}} respectively (#vardefineecho must precede #var)
     (for Nav_template1 (used twice for up/down, per upn): {{#var:id}}, {{{up{{#vardefineecho:n|?}}|}}}, {{#var:n}} respectively (#vardefineecho must precede #var)
     for up# cases (for up)  {{Nav Template/Arrow pair|id={{#var:id}}|upn={{{up{{#vardefineecho:n|?}}|}}}|n={{#var:n}}|arrow=up}}  
     for up# cases (for up)  {{Nav Template/Arrow pair|id={{#var:id}}|upn={{{up{{#vardefineecho:n|?}}|}}}|n={{#var:n}}|arrow=up}}  
     for up1 case           DOWN is absent, plus up1 is always True given the outer #if in which we need arrows, so just don't put this template in for up1
     for base case           DOWN is absent + UP needs to be displayed, so use raw html, not this template that has style="display:none;"
                            UP needs to be displayed, so use raw html, not this template that has style="display:none;"
     for up(max n)          no need to worry about a lack of blank space in place of absent up arrow since this template doesn't handle it
     for up(max n)          no need to worry about a lack of blank space in place of absent up arrow since this template doesn't handle it
-->{{#ifeq:{{{arrow|}}}|up|
-->{{#ifeq:{{{arrow|}}}|up|

Revision as of 13:22, 23 April 2016

ERROR: "arrow" parameter incorrectly entered