|
|
Line 1: |
Line 1: |
| {{Help |Glossary=*}}
| | #REDIRECT [[Notecard]] |
| | |
| A '''notecard''' is an [[inventory]] item containing text and/or embedded [[texture]]s, [[snapshot]]s, [[object]]s, or other notecards. Items embedded in notecards must have copy/modify/transfer [[permission]]s.
| |
| | |
| The inventory [[icon]] for a notecard is [[Image:Inv_item_notecard.png]]. New notecards are stored in the inventory's "Notecards" folder [[Image: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]]
| |