UserNavBox Usage edit

The UserNavBox template consists of

  • title - the title of the navbox
  • buttons
  • width - the width of the navbox

UserNavBox Alignment edit

Table Alignment
For a... Set values margin-left and margin-right to...
Left-aligned table Set margin-left to none and margin-right to auto.
Center-aligned table Set both values to auto. Note that the box will not float and there will be no text beside it.
Right-aligned table Set margin-left to auto and margin-right to none.
  • margin-left - controls left margin. Possible values: auto or none.
  • margin-right - controls right margin. Possible values: auto or none.

Note that the alignment will default to left.