Category talk:Medicate

From Warmachine University Archive
Jump to navigation Jump to search

Some models, for instance (Targ) have a medicate that is not "d3". Targ's is "d3+1". I looked at Reposition for inspiration on how to fix this, but I'm not sure it would be fitting to do the same thing (multiple Medicate templates, one per argument type). A template with arguments would make more sense to me. The biggest difference here is that Medicate is also a spell. --QuantumOmega (talk) 18:48, 22 October 2021 (UTC)

You want to change
[ d3 ]
to
[ {{{1|d3}}} ]
.
The
{{{1}}}
makes it an input, the first input to be precise, and the
|d3
makes it 'default' to d3 if noone gives it an input.
ʖ̇uckto (talk) 19:49, 22 October 2021 (UTC)