Template:Osslfunc
From OpenSimulator
(Difference between revisions)
m (leaving some minor issues, but done for now) |
m (ouch LPS is just a flag to use script has been done) |
||
Line 9: | Line 9: | ||
|- valign="top" | |- valign="top" | ||
|width="100"|'''Threat Level'''||{{#if:{{{threat_level|}}}|{{{threat_level}}}|''No threat level specified'' [[Category:OSSL_functions_without_threat_level]]}} | |width="100"|'''Threat Level'''||{{#if:{{{threat_level|}}}|{{{threat_level}}}|''No threat level specified'' [[Category:OSSL_functions_without_threat_level]]}} | ||
− | |||
− | |||
{{#if:{{{ossl_example|}}}| | {{#if:{{{ossl_example|}}}| | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Line 41: | Line 39: | ||
|description= | |description= | ||
|threat_level= | |threat_level= | ||
− | |||
|ossl_example= | |ossl_example= | ||
|additional_info= | |additional_info= | ||
Line 56: | Line 53: | ||
|- | |- | ||
|threat_level||[[Threat level]]||Yes | |threat_level||[[Threat level]]||Yes | ||
− | |||
− | |||
|- | |- | ||
|ossl_example||sample codes||No | |ossl_example||sample codes||No | ||
Line 66: | Line 61: | ||
You can find some infomation about OSSL functions within IOSSL_Api.cs or OSSL_Api.cs. If you unsure what to fill in, feel free to leave it empty and wait for experts shown up:) | You can find some infomation about OSSL functions within IOSSL_Api.cs or OSSL_Api.cs. If you unsure what to fill in, feel free to leave it empty and wait for experts shown up:) | ||
− | If you have added some additional common facilities like threat level | + | If you have added some additional common facilities like threat level, feel free to add it to this template. |
Features of this template: | Features of this template: |
Revision as of 23:02, 1 July 2011
This template is to be used as follows (copy and paste the following into a new page):
{{osslfunc |function_syntax= |description= |threat_level= |ossl_example= |additional_info= }}
Property | Description | Required |
function_syntax | syntax | Yes |
description | definitions or descriptions | Yes |
threat_level | Threat level | Yes |
ossl_example | sample codes | No |
additional_info | notes, hints or so | No |
You can find some infomation about OSSL functions within IOSSL_Api.cs or OSSL_Api.cs. If you unsure what to fill in, feel free to leave it empty and wait for experts shown up:)
If you have added some additional common facilities like threat level, feel free to add it to this template.
Features of this template:
- Includes the {{quicklinks}} template
- Automatically adds the article to all the relevant categories
- Displays a placeholder text when required information is missing, and adds the article to the relevant "missing" category/categories.
For deprecated functions, use Template:Osslfunc/Deprecated instead of this template.