xrfragment/doc/url.md

13 lines
570 B
Markdown
Raw Normal View History

2023-03-30 15:44:13 +02:00
# URI Value types
| type | info | format | example |
2023-03-30 15:57:58 +02:00
|------|------|--------|----------------------------------|
2023-03-30 15:44:13 +02:00
|vector| x,y,z| comma-separated | #pos=1,2,3 |
|string| color| FFFFFF (hex) | #fog=5m,FFAACC |
|string| | | #q=-sun |
|int | | [-]x[xxxxx] | #price:>=100 |
|float | | [-]x[.xxxx] (ieee)| #prio=-20
|array | mixed| \|-separated | #pos=0,0,0|90,0,0 |
> in general type-limitations will piggyback JSON limitations (IEEE floatsize e.g.)