|
|
(3 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| {{Help |Glossary=*}}An [[inventory]] item containing text and/or embedded textures, snapshots, objects, or other notecards. Items embedded in notecards must have copy/modify/transfer permissions.
| | #REDIRECT [[Notecard]] |
| | |
| The inventory icon for a notecard is [[Image:Inv_item_notecard.png]].
| |
| | |
| The maximum size of a notecard is 65,536 bytes.
| |
| | |
| == Open Source Information ==
| |
| 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>
| |
| | |
| == See Also ==
| |
| * [[Video Tutorial/Notecard attachments]]
| |
| * [[:Category:LSL Notecard|Notecards and LSL]]
| |