Tabularize

Signature

{tabularize}

Description

Enables the next characters to being formatted in a table like structure.

This tag must be followed by the Right Tab tag which defines the columns.

Examples

Hunt Board

{dialog 0}
{speed}Which bill would you like to read?
Mark{tabularize}Rank{righttab}Status
{choice}
{item}Thextera{tabularize}I{righttab}{macro:0,0,1,0}{/item}
{item}Flowering Cactoid{tabularize}I{righttab}{macro:1,0,1,0}{/item}
{item}Wraith{tabularize}I{righttab}{macro:2,0,1,0}{/item}
{item}Done{/item}
{/choice}
{/dialog}

This dialog would translate to the following:

Which bill would you like to read?
   Mark          Rank    Status
   Thextera       I      Available
   Cactoid        I      Available
   Wraith         I      Available
   Done

Notes

This tag should not be used more than once per line.

Last updated