Notecard: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Redirecting to Notecards
 
more on embedding
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
#REDIRECT [[Notecards]]
{{Help |Glossary=*}}
 
A '''notecard''' is an [[inventory]] item containing text and/or other embedded [[inventory]] items including:
*[[Animation]]s
*[[Body Part]]s
*[[Calling card]]s
*[[Clothing]]
*[[Gesture]]s
*[[Landmark]]s
*[[Notecard]]s
*[[Object]]s
*[[Script]]s
*[[Snapshot]]s
*[[Sound]]s
*[[Textures]]s
 
Inventory items must have copy, modify and transfer [[permission]]s in order to be embedded in to notecards.
 
The inventory [[icon]] for a notecard is [[File:Inv item notecard.png]]. New notecards are stored in the inventory's "Notecards" folder [[File:Inv folder notecard.png]] by default.
 
The maximum size of a notecard is 65,536 [[byte]]s.
 
==[[Open source]]==
The file format for a simple notecard (no embedded inventory items) looks like this:
 
<pre>Linden text version 1
{
LLEmbeddedItems version 1
{
count 0
}
Text length 21
Editing this notecard}
</pre>
 
==Scripting==
* [[:Category:LSL Notecard]]
 
== Video tutorial ==
* [[Video Tutorial/Notecard attachments]]
 
[[Category:Assets]]

Latest revision as of 10:56, 19 March 2012

A notecard is an inventory item containing text and/or other embedded inventory items including:

Inventory items must have copy, modify and transfer permissions in order to be embedded in to notecards.

The inventory icon for a notecard is . New notecards are stored in the inventory's "Notecards" folder by default.

The maximum size of a notecard is 65,536 bytes.

Open source

The file format for a simple notecard (no embedded inventory items) looks like this:

Linden text version 1
{
LLEmbeddedItems version 1
{
count 0
}
Text length 21
Editing this notecard}

Scripting

Video tutorial