BlankPage: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 23: Line 23:
: more descriptions cann follow
: more descriptions cann follow
:* using list bullets with an askerisk
:* using list bullets with an askerisk
: as already seen in the syntax above, you may use desciptions without a defininition too
:: you may also nest descriptions
::::: but at some point it's cluttering the page so please use it sparingly

Revision as of 12:46, 24 October 2022

The _BlankPage serves as a skeleton for new Wiki pages.


Syntax

BlankSub arg1[, arg2]
result% = BlankFunc arg1[, arg2]


Parameters

  • arg1 is a mandatory argument
  • the arg2 is optional


Description

To use this skeleton click on the Edit tab above the page, then copy the raw text of this page and paste it into your new page. Change/remove sections as needed. Use this for italic and this for bold text style. To color your writings use the Text template. It takes either a color name or a #RRGGBB 32bit color, if the color part is omitted it will default to gray.

  • an askerisk marks a list point
    • two askerisks will indent the list
      • three askerisks will indent even more
This is a definition list
The first description can follow right after a colon
or in a new line
more descriptions cann follow
  • using list bullets with an askerisk
as already seen in the syntax above, you may use desciptions without a defininition too
you may also nest descriptions
but at some point it's cluttering the page so please use it sparingly