update query examples: zone -> occupies, add restricts
This commit is contained in:
parent
d3b449a8f9
commit
c5fbf74a7d
1 changed files with 5 additions and 3 deletions
|
@ -265,8 +265,10 @@ en:
|
||||||
query: species:shoyru
|
query: species:shoyru
|
||||||
description: returns any item a Shoyru can wear
|
description: returns any item a Shoyru can wear
|
||||||
type:
|
type:
|
||||||
query: type:hat
|
query: occupies:hat -restricts:headdrippings
|
||||||
description: returns any item that fills a "hat" zone
|
description:
|
||||||
|
returns any item that occupies a "hat" zone and does not restrict
|
||||||
|
a "head drippings" zone
|
||||||
newest_items:
|
newest_items:
|
||||||
header: Newest items
|
header: Newest items
|
||||||
species_search:
|
species_search:
|
||||||
|
@ -602,7 +604,7 @@ en:
|
||||||
returns any item a %{default_value} can wear
|
returns any item a %{default_value} can wear
|
||||||
type:
|
type:
|
||||||
filter:
|
filter:
|
||||||
key: type
|
key: occupies
|
||||||
default_value: background
|
default_value: background
|
||||||
query_html: "%{filter_key}:%{filter_value}"
|
query_html: "%{filter_key}:%{filter_value}"
|
||||||
description_html:
|
description_html:
|
||||||
|
|
Loading…
Reference in a new issue