I'm trying to make the following macro to show the 3rd number as a normal number (i.e. see Saladin) and not like a "rolled" number (i.e. see the others). What do I need to replace the [[ and ]] with? Haven't found the answer online. &{template:default} {{name=Health Report *current / max / difference*}} {{Saladin= @{saladin|hp} / @{saladin|hp|max} / [[@{saladin|hp|}-@{saladin|hp}]] }} {{Iziqor= @{iziqor|hp} / @{iziqor|hp|max} [[@{iziqor|hp|}-@{iziqor|hp}]] }} {{Venitt= @{venitt|hp} / @{venitt|hp|max} [[@{venitt|hp|}-@{venitt|hp}]] }} {{Asper= @{asper gillis|hp} / @{asper gillis|hp|max} [[@{asper gillis|hp|}-@{asper gillis|hp}]] }}