Lou Montana/Sandbox/Template:Function – User

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Add usage of Template:Command/examples)
(Update to match Command - Add automatic function categorisation)
Line 7: Line 7:
-->{{#ifeq: {{Name|{{{game|{{{game1|{{{1}}}}}}}}}}} | {{Name|arma3dev}} | [[Category:Introduced with Arma 3 Development Branch]] | }}<!-- Includes every arma 3 dev function in one category as well as reg version subcategories
-->{{#ifeq: {{Name|{{{game|{{{game1|{{{1}}}}}}}}}}} | {{Name|arma3dev}} | [[Category:Introduced with Arma 3 Development Branch]] | }}<!-- Includes every arma 3 dev function in one category as well as reg version subcategories


// TODO: split BIS_fnc_ / BIN_fnc_ ?
[[Category:Functions|{{uc:{{#replace:{{#replace:{{PAGENAMEE}}|BIS_fnc_|}}|BIN_fnc_|}}}}]]
[[Category:Functions|{{uc:romanNumeral}}]]
[[Category:{{Name|{{{game|{{{game1|{{{1}}}}}}}}}}}: Functions|{{uc:{{#replace:{{#replace:{{PAGENAMEE}}|BIS_fnc_|}}|BIN_fnc_|}}}}]]
[[Category:{{Name|{{{game|{{{game1|{{{1}}}}}}}}}}}: Functions|{{uc:romanNumeral}}]]
--><div class="_description fnc"><!--
--><div class="_description fnc"><!--


Line 35: Line 34:
<dl>
<dl>
<dt>Description:</dt>
<dt>Description:</dt>
<dd>{{{description|{{{descr|{{{desc|{{{d|{{{3|}}}}}}}}}}}}}}}</dd>
<dd>{{{descr|{{{3|}}}}}}</dd>
</dl><!--
</dl><!--


Line 44: Line 43:
-->{{#if:{{{problem|{{{pr|}}}}}}|
-->{{#if:{{{problem|{{{pr|}}}}}}|
<dt>Problems:</dt>
<dt>Problems:</dt>
<dd>{{ Important | {{{pr}}} }}</dd>|}}<!--
<dd>{{{pr}}}</dd>|}}<!--


--><h3>Syntax</h3>
--><h3>Syntax</h3>
Line 52: Line 51:


-->{{Command/params
-->{{Command/params
|  {{{p1|}}} |  {{{p2|}}} |  {{{p3|}}} |  {{{p4|}}} |  {{{p5|}}}
|  {{{p1|}}} |  {{{p2|}}} |  {{{p3|}}} |  {{{p4|}}} |  {{{p5|}}} |  {{{p6|}}} |  {{{p7|}}} |  {{{p8|}}} |  {{{p9|}}} | {{{p10|}}}
|  {{{p6|}}} |  {{{p7|}}} |  {{{p8|}}} |  {{{p9|}}} | {{{p10|}}}
| {{{p11|}}} | {{{p12|}}} | {{{p13|}}} | {{{p14|}}} | {{{p15|}}} | {{{p16|}}} | {{{p17|}}} | {{{p18|}}} | {{{p19|}}} | {{{p20|}}} }}<!--
| {{{p11|}}} | {{{p12|}}} | {{{p13|}}} | {{{p14|}}} | {{{p15|}}}
| {{{p16|}}} | {{{p17|}}} | {{{p18|}}} | {{{p19|}}} | {{{p20|}}} }}<!--


--><dt>Return Value:</dt>
--><dt>Return Value:</dt>
Line 68: Line 65:


-->{{Command/params
-->{{Command/params
| {{{p21|}}} | {{{p22|}}} | {{{p23|}}} | {{{p24|}}} | {{{p25|}}}
| {{{p21|}}} | {{{p22|}}} | {{{p23|}}} | {{{p24|}}} | {{{p25|}}} | {{{p26|}}} | {{{p27|}}} | {{{p28|}}} | {{{p29|}}} | {{{p30|}}}
| {{{p26|}}} | {{{p27|}}} | {{{p28|}}} | {{{p29|}}} | {{{p30|}}}
| {{{p31|}}} | {{{p32|}}} | {{{p33|}}} | {{{p34|}}} | {{{p35|}}} | {{{p36|}}} | {{{p37|}}} | {{{p38|}}} | {{{p39|}}} | {{{p40|}}} }}<!--
| {{{p31|}}} | {{{p32|}}} | {{{p33|}}} | {{{p34|}}} | {{{p35|}}}
| {{{p36|}}} | {{{p37|}}} | {{{p38|}}} | {{{p39|}}} | {{{p40|}}} }}<!--


-->{{#if:{{{s2|}}}|
-->{{#if:{{{s2|}}}|
Line 82: Line 77:
<dl>
<dl>
{{Command/examples
{{Command/examples
| {{{x1|}}} | {{{x2|}}} | {{{x3|}}} | {{{x4|}}} | {{{x5|}}}
| {{{x1|}}} | {{{x2|}}} | {{{x3|}}} | {{{x4|}}} | {{{x5|}}} | {{{x6|}}} | {{{x7|}}} | {{{x8|}}} | {{{x9|}}} | {{{x10|}}} }}
| {{{x6|}}} | {{{x7|}}} | {{{x8|}}} | {{{x9|}}} | {{{x10|}}} }}
</dl>
</dl>


Line 95: Line 89:


<h3>Notes</h3>
<h3>Notes</h3>
<dd style{{=}}"font-size: smaller; text-align: center">
<dd style="font-size: smaller; text-align: center">
{{Messagebox
{{Messagebox
| '''Only post proven facts here.'''<!--
| '''Only post proven facts here.'''<!--
Line 126: Line 120:
| 8
| 8
|game= arma3
|game= arma3
|version= 1.00
|version= 1.00         |test=


|game2= arma2
|game2= arma2
|version2= 1.00
|version2= 1.00


|description= Convert integer to roman numeral (e.g. 42 becomes "XLII").
|descr= Convert integer to roman numeral (e.g. 42 becomes "XLII").


|s1= integer [[call]] [[BIS_fnc_romanNumeral]]
|s1= integer [[call]] [[BIS_fnc_romanNumeral]]

Revision as of 13:58, 25 December 2019


{{Command/documentation}}

This page is an attempt to refresh the Function template, do not empty it even if this page is listed in functions categories!




Arma 3 logo black.png1.00Logo A2.png1.00
Click on the images for descriptions

Description

Description:
Convert integer to roman numeral (e.g. 42 becomes "XLII").
Multiplayer:
This works well in Multiplayer. Have fun!
Problems:
Pompei - so hot right now!

Syntax

Syntax:
integer call BIS_fnc_romanNumeral
Template:Command/params
Return Value:
String - Roman number
Template:Command/params

Examples

Template:Command/examples

Additional Information

Execution:
exec
See also:
Template:busaBIS_fnc_ordinalNumberBIS_fnc_phoneticalWord

Notes

i
Only post proven facts here. Report bugs on the feedback tracker. Use the Talk page or the Forums for discussions.

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