@@ -49,15 +49,15 @@ <h3>Headers</h3>
4949 < tr > < td > < code > exit</ code > </ td > < td > String</ td > < td > Optional</ td > < td > Specify the name of the exit code to include at the end of the code.
5050 If not specified (or if < code > null</ code > is specified), no exit code will be inserted.</ td > </ tr >
5151 < tr > < td > < code > filler0</ code > </ td > < td > Integer</ td > < td > Optional</ td > < td > A no-op command to use when filling the space inside a box name.
52- Default: < code > 0x00000000</ code > /< code > 0xBBBBBBBB </ code > /< code > 0x00000000</ code > (E/FRLG/RS).</ td > </ tr >
52+ Default: < code > 0x00000000</ code > /< code > 0x00000000 </ code > /< code > 0x00000000</ code > (E/FRLG/RS).</ td > </ tr >
5353 < tr > < td > < code > filler0_alt</ code > </ td > < td > Integer</ td > < td > Optional</ td > < td > A command that substitutes the command < code > 0x00000000</ code > .
54- Used when a box name contains only spaces. Default: < code > 0xB0000000</ code > /< code > 0xBBBBBBBB </ code > /< code > 0xB0000000</ code > (E/FRLG/RS).</ td > </ tr >
54+ Used when a box name contains only spaces. Default: < code > 0xB0000000</ code > /< code > 0xB0000000 </ code > /< code > 0xB0000000</ code > (E/FRLG/RS).</ td > </ tr >
5555 < tr > < td > < code > filler1</ code > </ td > < td > Integer</ td > < td > Optional</ td > < td > One of the 4-bytes commands to use when filling the space between two box names.
56- Should be of the form < code > 0x......FF</ code > . Default: < code > 0x000000FF</ code > /< code > 0xBBBBBBFF </ code > /< code > 0xB00000FF</ code > (E/FRLG/RS).</ td > </ tr >
56+ Should be of the form < code > 0x......FF</ code > . Default: < code > 0x000000FF</ code > /< code > 0x000000FF </ code > /< code > 0xB00000FF</ code > (E/FRLG/RS).</ td > </ tr >
5757 < tr > < td > < code > filler2</ code > </ td > < td > Integer</ td > < td > Optional</ td > < td > One of the 4-bytes commands to use when filling the space between two box names.
58- Should be of the form < code > 0x....FF..</ code > . Default: < code > 0x0000FF00</ code > /< code > 0xBBBBFFFF </ code > /< code > 0xB000FF00</ code > (E/FRLG/RS).</ td > </ tr >
58+ Should be of the form < code > 0x....FF..</ code > . Default: < code > 0x0000FF00</ code > /< code > 0x0000FF00 </ code > /< code > 0xB000FF00</ code > (E/FRLG/RS).</ td > </ tr >
5959 < tr > < td > < code > filler3</ code > </ td > < td > Integer</ td > < td > Optional</ td > < td > One of the 4-bytes commands to use when filling the space between two box names.
60- Should be of the form < code > 0x..FF....</ code > . Default: < code > 0x00FF0000</ code > /< code > 0xBBFFFFFF </ code > /< code > 0xB0FF0000</ code > (E/FRLG/RS).</ td > </ tr >
60+ Should be of the form < code > 0x..FF....</ code > . Default: < code > 0x00FF0000</ code > /< code > 0x00FF0000 </ code > /< code > 0xB0FF0000</ code > (E/FRLG/RS).</ td > </ tr >
6161 < tr > < td > < code > filler4</ code > </ td > < td > Integer</ td > < td > Optional</ td > < td > One of the 4-bytes commands to use when filling the space between two box names.
6262 Should be of the form < code > 0xFF......</ code > . Default: < code > 0xFF000000</ code > /< code > 0xFFFFFFFF</ code > /< code > 0xFF000000</ code > (E/FRLG/RS).</ td > </ tr >
6363 < tr > < td > < code > fill</ code > </ td > < td > Boolean</ td > < td > Optional</ td > < td > When set to true, the remaining space of the last box will be filled with spaces.
0 commit comments