Difference between revisions of "Talk:LSL Portal"

From Second Life Wiki
Jump to navigation Jump to search
(haha)
(Formatting Discussion)
Line 1: Line 1:
Should we make this the front page to the LSL reference, or put that one more level down?  I kinda lean toward the former.  [[User:Gigs Taggart|Gigs Taggart]] 14:09, 24 January 2007 (PST)
Should we make this the front page to the LSL reference, or put that one more level down?  I kinda lean toward the former.  [[User:Gigs Taggart|Gigs Taggart]] 14:09, 24 January 2007 (PST)
----


Yeah i think so... (Unsigned by Dimentox Travanti}
Yeah i think so... (Unsigned by Dimentox Travanti}
:Remember to sign your post with four tildes. [[User:Gigs Taggart|Gigs Taggart]] 14:26, 24 January 2007 (PST)
:Remember to sign your post with four tildes. [[User:Gigs Taggart|Gigs Taggart]] 14:26, 24 January 2007 (PST)
----
OK, so let's talk about formatting rules for entries.
What all type of entries do we have? Here's a list for starters:
# Function entries
# General area entries (like the subsections in the old wiki.
# Other specific topic entries (XML-RPC, quaternions, etc)
I think function entries need a consistent look and feel, probably with a specific, discrete layout. Like:
----
=llFunction - Short function descriptor=
==Syntax:==
integer llFunction( key Parameter1, integer Parameter2, float Parameter3);
==Full Functional Description:==
This function performs this specific set of actions under these circumstances.
==Parameters:==
* Parameter1 - This is a key parameter which expects to be passed a valid avatar key.
* Parameter2 - This is an integer parameter which indicates the number of widgets to process.
* Parameter3 - This is a float parameter used to describe the length of the stick used to whack bad formatters.
==Examples:==
  (code blocks)
==Caveats:==
* None known at this time.
----
Well, OK, not with the blocks like that exactly, just the groupings, basically.
[[User:Talarus Luan|Talarus Luan]] 14:28, 24 January 2007 (PST)

Revision as of 15:28, 24 January 2007

Should we make this the front page to the LSL reference, or put that one more level down? I kinda lean toward the former. Gigs Taggart 14:09, 24 January 2007 (PST)


Yeah i think so... (Unsigned by Dimentox Travanti}

Remember to sign your post with four tildes. Gigs Taggart 14:26, 24 January 2007 (PST)

OK, so let's talk about formatting rules for entries.

What all type of entries do we have? Here's a list for starters:

  1. Function entries
  2. General area entries (like the subsections in the old wiki.
  3. Other specific topic entries (XML-RPC, quaternions, etc)

I think function entries need a consistent look and feel, probably with a specific, discrete layout. Like:


llFunction - Short function descriptor

Syntax:

integer llFunction( key Parameter1, integer Parameter2, float Parameter3);

Full Functional Description:

This function performs this specific set of actions under these circumstances.

Parameters:

  • Parameter1 - This is a key parameter which expects to be passed a valid avatar key.
  • Parameter2 - This is an integer parameter which indicates the number of widgets to process.
  • Parameter3 - This is a float parameter used to describe the length of the stick used to whack bad formatters.

Examples:

 (code blocks)

Caveats:

  • None known at this time.

Well, OK, not with the blocks like that exactly, just the groupings, basically. Talarus Luan 14:28, 24 January 2007 (PST)