Template:Lslfunc
From OpenSimulator
(Difference between revisions)
CodyCooper (Talk | contribs) |
CodyCooper (Talk | contribs) |
||
Line 1: | Line 1: | ||
<includeonly>{{quicklinks}}[[Category:LSL Functions]] | <includeonly>{{quicklinks}}[[Category:LSL Functions]] | ||
{| width="100%" style="border: thin solid black" | {| width="100%" style="border: thin solid black" | ||
− | |colspan="2"|{{#if:{{{function_syntax|}}}|<div style="font-size:18px;margin-bottom:5px;">{{{function_syntax|)} | + | |colspan="2"|{{#if:{{{function_syntax|}}}|<div style="font-size:18px;margin-bottom:5px;">{{{function_syntax|)}}} |
</div>|''No function syntax provided'' [[Category:LSL_functions_without_function_syntax]]}} | </div>|''No function syntax provided'' [[Category:LSL_functions_without_function_syntax]]}} | ||
|- valign="top" | |- valign="top" | ||
Line 26: | Line 26: | ||
{{Lslfunc | {{Lslfunc | ||
|function_syntax= | |function_syntax= | ||
− | | | + | |energy= |
|description= | |description= | ||
− | |||
− | |||
|delay= | |delay= | ||
|ossl_example= | |ossl_example= |
Revision as of 09:58, 28 January 2019
This template is to be used as follows (copy and paste the following into a new page):
{{Lslfunc |function_syntax= |energy= |description= |delay= |ossl_example= |additional_info= }}
Property | Description | Required |
function_syntax | syntax in LSL | Yes |
csharp_syntax | syntax in C# | No |
description | definitions or descriptions | Yes |
threat_level | Threat level (Use ignored for functions that do not check threat level) | No |
permissions | who may use this OSSL function (Use true for a function that is available to everyone) | No |
delay | any penalty (delay in seconds) for using this function | No |
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.