Difference between revisions of "Notecard"
Jump to navigation
Jump to search
DuraS Torok (talk | contribs) (Redirecting to Notecards) |
(moving back to singular which is more linked to anyway) |
||
Line 1: | Line 1: | ||
{{Help |Glossary=*}} | |||
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]] |
Revision as of 08:27, 19 March 2012
Help Portal: |
Avatar | Bug Fixes | Communication | Community | Glossary | Land & Sim | Multimedia | Navigation | Object | Video Tutorials | Viewer | Wiki | Misc |
A notecard is an inventory item containing text and/or embedded textures, snapshots, objects, or other notecards. Items embedded in notecards must have copy/modify/transfer permissions.
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}