Linden Lab Official talk:Inventory API
Revision as of 11:27, 1 August 2022 by Gwyneth Llewelyn (talk | contribs) (→The LLIDL entries need some <syntaxhighlight> love :): new section)
The LLIDL entries need some <syntaxhighlight> love :)
The <python></python>
tags are obsolete, deprecated, and have been purged from this Wiki :-)
What this page needs instead is something like this:
&category = {
agent_id : uuid,
category_id : uuid,
parent_id : uuid,
name : string,
type_default : int,
version : int,
}
which, of course, is achieved with the following markup:
<syntaxhighlight lang="python"> &category = { agent_id : uuid, category_id : uuid, parent_id : uuid, name : string, type_default : int, version : int, } </syntaxhighlight>
... assuming that you really want it to be highlighted as Python code, of course.
— Gwyneth Llewelyn (talk) 12:27, 1 August 2022 (PDT)