It looks different field types react different against same attribute. For example, 'Title' (simple edit) and 'human' (link memo) fields don't respond same on
halign="center", or autosize="true", etc...
Here, Title (It's custom Title from AMG script) is "short text" field with additional Year field:
<row>
<column space="0" halign="left" autosize="true" wordwrap="true">List number<spacer width="8"/><num width="92">Ordinal number
<font>
<size>24</size>
<color>$FDD017</color>
</font></num></column>
<column space="0" halign="center" wordwrap="true" width="100%">Custom (English) Movie Title with year
<custom field="Title" autosize="true">Custom Title
<font>
<size>24</size>
<color>$FDD017</color>
</font>
</custom>
<label autosize="true">Left Bracket label
<font>
<size>24</size>
<color>$FDD017</color>
</font>
<caption> (</caption>
</label>
<year autosize="true">Year
<font>
<size>24</size>
<color>$FDD017</color>
</font>
</year>
<label autosize="true">Right Bracket label
<font>
<size>24</size>
<color>$FDD017</color>
</font>
<caption>)</caption></label>
</column>
</row>
and the result is:
Now, exactly the same formatting, but Title is "memo" field (It's custom Title1 from AMG script which contains year by design) again with additional Year field:
<row>
<column space="0" halign="left" autosize="true" wordwrap="true">List number
<spacer width="8"/>
<num width="92">Ordinal number
<font>
<size>24</size>
<color>$FDD017</color>
</font>
</num>
</column>
<column space="0" halign="center" wordwrap="true" width="100%">Custom (English) Movie Title with year
<custom field="Title1" autosize="true" collapsedlines="3">Custom Title
<font>
<size>24</size>
<color>$FDD017</color>
</font>
</custom>
<label autosize="true">Left Bracket label
<font>
<size>24</size>
<color>$FDD017</color>
</font>
<caption> (</caption>
</label>
<year autosize="true">Year
<font>
<size>24</size>
<color>$FDD017</color>
</font>
</year>
<label autosize="true">Right Bracket label
<font>
<size>24</size>
<color>$FDD017</color>
</font>
<caption>)</caption>
</label>
<spacer width="10"/>
</column>
</row>
but the result is surprisingly (and frustrating) different: