This is the edit I tried to make but it didn't work. This is essentially what I am trying to do but the #if statements seem to now work in a template within a gallery.
<gallery spacing=small captionalign=center bordersize=none columns=3>
{{#if:{{{dynamic|}}}|{{{dynamic|}}}}}
{{#if:{{{compatibility|}}}|{{{compatibility|}}}}}
{{#if:{{{sentiment|}}}|{{{sentiment|}}}}}
</gallery>
Even if just the fields doesn't work either.
<gallery spacing=small captionalign=center bordersize=none columns=3>
{{{dynamic|}}}
{{{compatibility|}}}
{{{sentiment|}}}
</gallery>
This is the non-template version, basically what I am trying to achieve.
Is it possible to have this work in a template?