Cookbook Guidelines
From DocBase
[edit]
Adding a Cookbook
First, you'll need to initiate a new DocBase page. The easiest way is to type your preferred page title into the Search field of the DocBase Navigation section and press Go.
While not totally necessary, cookbooks should start with the {{Cookbook}} template. This template accepts 4 parameters. A title, an author, a difficulty level and a category.
- title does not need to be the same as the page title. Use something short and snappy. If not included a generic REBOL Recipe will be used.
- author would be what ever credit you would like. If not included Incognito will be used.
- level is a number from 1 to 3. 1 matches Beginner, 2 for Intermediate and 3 for 'Advanced. 2 is default.
- category should be Tip, Code, Networking, Data Processing etcetera. Defaults to Code.
[edit]
Example 1
{{Cookbook|title=Handling Binary Data|level=3|category=Code}}
Would produce
Handling Binary Data by Incognito | ||
|
This is a Code Recipe |
Add your own Cookbook Recipe | |
|
[edit]
Example 2
{{Cookbook|title=Client Server|author=Luke Lakeswimmer|level=2|category=Networking}} produces
Client Server by Luke Lakeswimmer | ||
|
This is a Networking Recipe |
Add your own Cookbook Recipe | |
