X: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "In an FMT clause, the letter "a" (in lowercase) is a character identifier that means any character from A to Z or a to z, can be displayed, and the case remains as entered...")
 
No edit summary
Line 1: Line 1:
In an [[FMT]] clause, the letter "a" (in lowercase) is a character identifier that means any character from A to Z or a to z, can be displayed, and the case remains as entered. See [[FMT#FMT Syntax|FMT Syntax]].
In an [[FMT]] clause, the letter "X" (in uppercase) is a character identifier that means any character can be displayed and is forced to uppercase if alphabetic. The lowercase "x" is the same except forced to lowercase. See [[FMT#FMT Syntax|FMT Syntax]].


<noinclude>
<noinclude>
[[Category:Disambiguation]]
[[Category:Disambiguation]]
</noinclude>
</noinclude>

Revision as of 15:45, 7 August 2013

In an FMT clause, the letter "X" (in uppercase) is a character identifier that means any character can be displayed and is forced to uppercase if alphabetic. The lowercase "x" is the same except forced to lowercase. See FMT Syntax.