input|roman( value )
Name | Type | Description | Required |
---|---|---|---|
value | integer | A number that should be converted. | Only if the input parameter is omitted. |
This operator will convert either the input or the "value" parameter to a roman number. If both are provided, it is the "value" parameter that will be used.
{8|roman()}
or
{roman( 8 )}
The following output will be produced: "VIII".
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.