WhiteSands

This is a document I use to try out RestructuredText stuff. Don't link to any other page or this page will get indexed for searching.

Testing. One two three four.

Admonitions

Attention

I got your attention.

Caution

Caution!

Danger

Danger, Will Robinson!

Error

Error.

Hint

I've got a hint for you.

Important

This is important.

Note

This is a note.

Tip

I have a tip for you.

Warning

You've been warned.

And, by the way...

You can make up your own admonition too.

See also

See also...

Line Numbering

  1. This is the first line.

  2. The is another line.

Then we have some text.

  1. Ideally, this would be line number 3, but it's not because there's a line with text in-between. :(

Glossaries

book

a thing you read.

page

a component of a book.

Then you can use the item using book and page.

Keyboard Shortcuts

You can do this RETURN or this -I or Ctrl+I this or like this Ctrl ^.

"{""protocol"":2}" + chr(0)

Testing

String = " "

value As </api/data_types/string>

#If TargetBoolean [Then]
  ' Target-specific code
[#ElseIf TargetBoolean]
  ' Other Target-specific code
[#Else]
  ' Other Target-specific code
#EndIf
#If TargetBoolean [ Then ]
  ' Target-specific code
[ #ElseIf TargetBoolean ]
  ' Other Target-specific code
[ #Else ]
  ' Other Target-specific code
#EndIf

Martins Testing

ToString(loc As Locale = Nil, dateStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium, timeStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium) As String

Converts the DateTime (along with the time component) to a string format using the optional locale and formats.

ToString(format As String, locale As Locale = Nil) As String

Converts the DateTime (along with the time component) to a string format using the optional locale and formats.

#If TargetBoolean [ Then ]
  ' Target-specific code
[ #ElseIf TargetBoolean ]
  ' Other Target-specific code
[ #Else ]
  ' Other Target-specific code
#EndIf

ToString(dateStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium, timeStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium) As String

Converts the DateTime (along with the time component) to a string format using the optional locale and formats.

Martins Alternative

ToString(loc As Locale = Nil, dateStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium, timeStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium) As String

ToString(format As String, locale As Locale = Nil) As String

ToString(dateStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium, timeStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium) As String

Converts the DateTime (along with the time component) to a string format using the optional locale and formats.

Important

This method is shared.

#If TargetBoolean [ Then ]
  ' Target-specific code
[ #ElseIf TargetBoolean ]
  ' Other Target-specific code
[ #Else ]
  ' Other Target-specific code
#EndIf

Important

This method is shared.