This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Difference between revisions of "Template:MessageFormatting"

Jump to navigation Jump to search
m
imported>Darkness X
imported>UDUN
 
Line 32: Line 32:
====Other Functions====
====Other Functions====


'''%g''' - This usually works just like "%.0f", displaying 0 decimal places. When the number is 1000000 or larger, though, the game diplays it in scientific notation (1E+006)
'''%g''' - This usually works just like "%.0f", displaying 0 decimal places. When the number is 1000000 or larger, though, the game displays it in scientific notation (1E+006)


'''%.3e''' - Shows numbers in scientific notation (123000 = 1.23E+005)
'''%.3e''' - Shows numbers in scientific notation (123000 = 1.23E+005)
Anonymous user

Navigation menu