Lou Montana/Sandbox/Template:Function – User
< User:Lou Montana | Sandbox
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (name seealso parameter) |
Lou Montana (talk | contribs) m (Add Problems and MP fields) |
||
Line 170: | Line 170: | ||
<br><br> | <br><br> | ||
---- | ---- | ||
{{User:Lou_Montana/Sandbox/Template:Function | {{User:Lou_Montana/Sandbox/Template:Function | ||
| arma3 | | | 1 | ||
| 2 | |||
| 3 | |||
| 4 | |||
| 5 | |||
| 6 | |||
| 7 | |||
| 8 | |||
|game= arma3 | |||
|version= 1.00 | |||
|1.00 | |game2= arma2 | ||
|version2= 1.00 | |||
| Convert integer to roman numeral (e.g. 42 becomes "XLII"). | |description= Convert integer to roman numeral (e.g. 42 becomes "XLII"). | ||
| integer [[call]] [[BIS_fnc_romanNumeral]] | |s1= integer [[call]] [[BIS_fnc_romanNumeral]] | ||
|p1= integer: [[Number]], [[String]], [[Code]] or [[Config]], same as [[BIS_fnc_parseNumber]] (used in this function) - any '''integer''' between 1 and 3999 | |p1= integer: [[Number]], [[String]], [[Code]] or [[Config]], same as [[BIS_fnc_parseNumber]] (used in this function) - any '''integer''' between 1 and 3999 | ||
| [[String]] - Roman number | |r1= [[String]] - Roman number | ||
|x1= <code>1 [[call]] [[BIS_fnc_romanNumeral]]; {{cc|returns "I"}}</code> | |x1= <code>1 [[call]] [[BIS_fnc_romanNumeral]]; {{cc|returns "I"}}</code> | ||
|x2= <code>3999 [[call]] [[BIS_fnc_romanNumeral]]; {{cc|returns "MMMCMXCIX"}}</code> | |x2= <code>3999 [[call]] [[BIS_fnc_romanNumeral]]; {{cc|returns "MMMCMXCIX"}}</code> | ||
| [[BIS_fnc_ordinalNumber]], [[BIS_fnc_phoneticalWord]]| | |seealso= [[BIS_fnc_ordinalNumber]], [[BIS_fnc_phoneticalWord]] | ||
|pr= Pompei - so hot right now! | |||
|exec= exec | |exec= exec | ||
|mp= This works well in Multiplayer. Have fun! | |||
}} | }} | ||
Line 216: | Line 224: | ||
<dt class="note">[[User:Lou Montana|Lou Montana]]</dt> | <dt class="note">[[User:Lou Montana|Lou Montana]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
A Roman numeral is read like this: | A Roman numeral is read like this: with your ''eyes''.<br> | ||
To learn more: '''{{Wikipedia|Eye}}''' | |||
To learn more: '''{{Wikipedia| | |||
</dd> | </dd> | ||
</dl> | </dl> |
Revision as of 21:24, 23 December 2019
{{Command/documentation}}
1.001.00
Multiplayer:
This works well in Multiplayer. Have fun! Problems:
Pompei - so hot right now!
Click on the images for descriptions
Description
- Description:
- Convert integer to roman numeral (e.g. 42 becomes "XLII").
Syntax
- Syntax:
- integer call BIS_fnc_romanNumeral Template:Command-param
- Return Value:
- String - Roman number
Examples
Additional Information
- Execution:
- exec
- See also:
- Template:busaBIS_fnc_ordinalNumberBIS_fnc_phoneticalWord
Notes
Notes
Bottom Section
- Posted on October 1, 2019 - 01:46 (UTC)
- Lou Montana
-
A Roman numeral is read like this: with your eyes.
To learn more: Eye