Template:Center
When making a table, it can be tiresome to look up or type the directive to make it centered. Instead, transclude this text like so…
{| style="{{center}}"
…to get the following result:
{| style="margin-left:auto; margin-right:auto"
You will need to place a ';' after "{{center}}" if adding more attributes to the style.