Template:Classbox

From REALbasicWiki

Jump to: navigation, search

This experimental template allows to easily display a class and its constants, methods, etc.

TEST class
Available on Mac OS X Linux
General
Superclass Object
Interfaces none
Constants

none

Methods

none

Properties

none

Events

none

NOTE: You can get descriptions of the items above from the REALbasic documentation.


[edit] Use

To use this template, place the following code and set the different values after the "=" sign or "none" if there is no value. Note that the keys are case-sensitive.

{{classbox|
Classname = |
mac = yes/no |
linux = yes/no |
win = yes/no |
Superclass = |
Interfaces = |
Constants = |
Methods = |
Properties = |
Events = 
}}

[edit] Sample display

{{{Classname}}} class
Available on
General
Superclass {{{Superclass}}}
Interfaces {{{Interfaces}}}
Constants

{{{Constants}}}

Methods

{{{Methods}}}

Properties

{{{Properties}}}

Events

{{{Events}}}

NOTE: You can get descriptions of the items above from the REALbasic documentation.

Personal tools
related