Template:Classbox
From REALbasicWiki
This experimental template allows to easily display a class and its constants, methods, etc.
| |||||
|---|---|---|---|---|---|
| Available on | | ||||
| 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
| |||||
|---|---|---|---|---|---|
| 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. | |||||
