Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Rich Text Format
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Code syntax == It is programmed using groups, a backslash, a control word and a delimiter. Groups are contained within curly braces ({}) and indicate which attributes should be applied to certain text. The backslash (\) introduces a control word, which is a specifically programmed command for RTF. Control words can have certain states in which they are active. These states are represented by numbers. For example, ; {{code|\b0}} : indicates that the Bold text is off ; {{code|\b1}} : indicates that the Bold text is on ; {{code|\i0}} : indicates that the Italic text is off ; {{code|\i1}} : indicates that the Italic text is on ; {{code|\ul0}} : indicates that the Underline text is off ; {{code|\ul1}} : indicates that the Underline text is on ; {{code|\sub0}} : indicates that the Subscript text is off ; {{code|\sub1}} : indicates that the Subscript text is on ; {{code|\superscript0}} : indicates that the Superscript text is off ; {{code|\superscript1}} : indicates that the Superscript text is on A delimiter is one of three things: # A space # A digit or hyphen (e.g. -23, 23, 275) # A character other than a digit or letter (e.g. \, /, }) <ref>{{cite web|url=https://www.biblioscape.com/rtf15_spec.htm|title=Rich Text Format (RTF) Version 1.5 Specification|website=www.biblioscape.com}}</ref> As an example, the following RTF code <syntaxhighlight lang="tex"> {\rtf1\ansi{\fonttbl\f0\fswiss Helvetica;}\f0\pard This is some {\b bold} text.\par } </syntaxhighlight> would be rendered as follows: <blockquote style="font-family: Helvetica, Arial, sans-serif;"> This is some '''bold''' text.</blockquote>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)