Difference between revisions of "Template:Lsl"
Jump to navigation
Jump to search
(→Example: minor wikification in the example) |
m (→Example: displayed code with <nowiki>) |
||
Line 7: | Line 7: | ||
== Example == | == Example == | ||
# {{lsl|llPizza|llPizza}} | # {{lsl|llPizza|llPizza}} | ||
#* <nowiki>{{lsl|llPizza|llPizza}}</nowiki> | |||
# {{lsl|llPizza|llPizza()}} | # {{lsl|llPizza|llPizza()}} | ||
#* <nowiki>{{lsl|llPizza|llPizza()}}</nowiki> | |||
# {{lsl|llPizza|llPizza(''key'' '''agent''',''integer'' '''constant''')}} | # {{lsl|llPizza|llPizza(''key'' '''agent''',''integer'' '''constant''')}} | ||
#* <nowiki>{{lsl|llPizza|llPizza(''key'' '''agent''',''integer'' '''constant''')}}</nowiki> | |||
# {{lsl|llPizza|Ordering Pizza via the SL client}} | # {{lsl|llPizza|Ordering Pizza via the SL client}} | ||
#* <nowiki>{{lsl|llPizza|Ordering Pizza via the SL client}}</nowiki> | |||
</noinclude> | </noinclude> |
Latest revision as of 16:07, 8 January 2007
This template is used to provide links to the LSL Wiki. Just in case the wiki moves again, only this template will have to be updated, not the entire Second Life wiki.
Usage
{{lsl|name of function, page etc|title for link}}
Example
- llPizza
- {{lsl|llPizza|llPizza}}
- llPizza()
- {{lsl|llPizza|llPizza()}}
- llPizza(key agent,integer constant)
- {{lsl|llPizza|llPizza(''key'' '''agent''',''integer'' '''constant''')}}
- Ordering Pizza via the SL client
- {{lsl|llPizza|Ordering Pizza via the SL client}}