Difference between revisions of "Template:LSL Generic"

From Second Life Wiki
Jump to navigation Jump to search
Line 5: Line 5:
{{#vardefine:also_events|{{!}}events}}
{{#vardefine:also_events|{{!}}events}}
{{#vardefine:also_tests|{{!}}tests}}
{{#vardefine:also_tests|{{!}}tests}}
{{#vardefine:also_articles|{{!}}articles}}
<!--{{#vardefine:also_articles|{{!}}articles}}-->
{{#vardefine:also_functions|{{!}}functions}}
{{#vardefine:also_functions|{{!}}functions}}
{{#vardefine:also_footer|footer}}
{{#vardefine:also_footer|footer}}
{{#vardefine:spec|spec}}
{{{{FULLPAGENAME}}|}}
{{{{FULLPAGENAME}}|}}


Line 15: Line 16:
{{!}}-
{{!}}-
{{!}} valign="top" {{!}} <div id="box">
{{!}} valign="top" {{!}} <div id="box">
== {{#var:header_title}} ==
<h2>{{#var:header_title}}</h2>
<div style="padding: 0.5em">{{#if:{{#var:header_floater}}|<div id="box" style="float:right;">{{#var:header_floater}}</div>}}
<div style="padding: 0.5em">{{#if:{{#var:header_floater}}|<div id="box" style="float:right;">{{#var:header_floater}}</div>}}
{{#var:header_text}}
{{#var:header_text}}
{{#if:{{#var:header_floater}}|<div style="clear:right;" ></div>}}
{{#if:{{#var:header_floater}}|<div style="clear:right;" ></div>}}
</div></div>
</div></div>
{{!}}-
{{#if:{{#var:spec}}|{{!}}-
{{!}}{{ #if: {{#var:spec}} |  
{{!}}<div id="box">
<div id="box">
<h2>{{#if:{{#var:T_Specification}}|{{#var:T_Specification}}|Specification}}</h2>
== {{#if:{{#var:T_Specification}}|{{#var:T_Specification}}|Specification}} ==
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{#var:spec}}
{{#var:spec}}
Line 31: Line 31:
{{!}}{{ #if: {{#var:constants_nb}} | {{#var:constants_nb}}| }}{{ #if: {{#var:constants}} |  
{{!}}{{ #if: {{#var:constants_nb}} | {{#var:constants_nb}}| }}{{ #if: {{#var:constants}} |  
<div id="box">
<div id="box">
== {{#if:{{#var:T_Constants}}|{{#var:T_Constants}}|Constants}} ==
<h2>{{#if:{{#var:T_Constants}}|{{#var:T_Constants}}|Constants}}</h2>
{{#var:constants}}
{{#var:constants}}
</div>
</div>
Line 37: Line 37:
{{!}}-
{{!}}-
{{!}}{{ #if: {{#var:caveats}}|<div id="box">
{{!}}{{ #if: {{#var:caveats}}|<div id="box">
== {{#if:{{#var:T_Caveats}}|{{#var:T_Caveats}}|Caveats}} ==
<h2>{{#if:{{#var:T_Caveats}}|{{#var:T_Caveats}}|Caveats}}</h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{#var:caveats}}
{{#var:caveats}}
Line 44: Line 44:
{{!}}{{ #if: {{#if:{{#var:deprecated}}||t}}{{#var:examples}} |
{{!}}{{ #if: {{#if:{{#var:deprecated}}||t}}{{#var:examples}} |
<div id="box">
<div id="box">
== {{#if:{{#var:T_Examples}}|{{#var:T_Examples}}|Examples}} ==
<h2>{{#if:{{#var:T_Examples}}|{{#var:T_Examples}}|Examples}}</h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{ #if: {{#var:examples}} | {{#var:examples}} | }}
{{ #if: {{#var:examples}} | {{#var:examples}} | }}
Line 53: Line 53:
{{!}}{{ #if: {{#var:helpers}} |  
{{!}}{{ #if: {{#var:helpers}} |  
<div id="box">
<div id="box">
== {{#if:{{#var:T_Useful_Snippets}}|{{#var:T_Useful_Snippets}}|Useful Snippets}} ==
<h2>{{#if:{{#var:T_Useful_Snippets}}|{{#var:T_Useful_Snippets}}|Useful Snippets}}</h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{#var:helpers}}
{{#var:helpers}}
Line 62: Line 62:
{{!}}{{ #if: {{#if:{{#var:deprecated}}||t}}{{#var:notes}} |
{{!}}{{ #if: {{#if:{{#var:deprecated}}||t}}{{#var:notes}} |
<div id="box">
<div id="box">
== {{#if:{{#var:T_Notes}}|{{#var:T_Notes}}|Notes}} ==
<h2>{{#if:{{#var:T_Notes}}|{{#var:T_Notes}}|Notes}}</h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{ #if: {{#var:notes}} | {{#var:notes}} }}
{{ #if: {{#var:notes}} | {{#var:notes}} }}
Line 96: Line 96:
{{!}}{{#if:{{#var:location}}|
{{!}}{{#if:{{#var:location}}|
<div id="box">
<div id="box">
== {{#if:{{#var:T_Source_Location}}|{{#var:T_Source_Location}}|Source Location}} ==
<h2>{{#if:{{#var:T_Source_Location}}|{{#var:T_Source_Location}}|Source Location}}</h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{#var:location}}
{{#var:location}}

Revision as of 21:44, 28 February 2007

See Template:LSL Generic/docs for documentation.






Specification

spec

Examples

Notes

See Also

header

Events

events

Functions

functions

Tests

tests


footer