Close

cheat sheet extended (Version 16)

An updated version of help:cheat sheet.

Searching

tag1 tag2
Search for posts that have tag1 and tag2.

~tag1 ~tag2
Search for posts that have tag1 or tag2.

-tag1
Search for posts that don't have tag1.

tag1*
Search for posts with tags that start with tag1.

user:bob
Search for posts uploaded by the user Bob.

vote:3:bob
Search for posts favorited by the user Bob.

md5:foo
Search for posts with the MD5 hash foo.

rating:questionable or rating:q
Search for posts that are rated questionable.

-rating:questionable
Search for posts that are not rated questionable.

source:http://site.com
Search for posts with a source that starts with http://site.com.

id:100
Search for posts with an ID number of 100.

id:100..
Search for posts with an ID number of 100 or greater.

id:>=100
Same as above.

id:>100
Search for posts with an ID number greater than 100.

id:..100
Search for posts with an ID number of 100 or less.

id:<=100
Same as above.

id:<100
Search for posts with an ID number less than 100.

id:100..200
Search for posts with an ID number between 100 and 200.

width:100
Search for posts with a width of 100 pixels (uses same syntax as id search).

height:100
Search for posts with a height of 100 pixels (uses same syntax as id search)

score:100
Search for posts with a score of 100 (uses same syntax as id search).

mpixels:2.5..
Search for posts with 2.5 million pixels or greater (uses same syntax as id search).

date:2007-01-01
Search for posts uploaded on a certain date (uses same syntax as id search).

order:id
Order search results in ascending order based on post ID.

order:id_desc
Order search results in descending order based on post ID.

order:score
Order search results in descending order based on post score.

order:score_asc
Order search results in ascending order based on post score.

order:mpixels
Order search results in descending order based on resolution.

order:mpixels_asc
Order search results in ascending order based on resolution.

order:landscape
Order landscape images first.

order:portrait
Order portrait images first.

order:vote
Order by when the post was voted (only valid when doing a vote search)

order:random
Random order of posts.

parent:1234
Search for posts that have 1234 as a parent (and include post 1234).

parent:none
Search for posts that have no parent.

ext:png
Search for images in the png format. Also works with the jpg format.

deleted:true
Search for deleted posts.

holds:all
Search for held posts in addition to released posts.

holds:only or holds:true
Search only for held posts.

shown:only
Search only for hidden posts.

shown:true
Search only for shown posts.

shown:all
Search for all posts.

unlocked:rating
Search for posts with unlocked ratings.

favtags:bob
Search for posts with the user bob's favorite tags.

limit:20
Changes the number of posts per page to 20.

pool:1000 gun
Searches within pool #1000 for posts with the tag gun.

gun* dress
Pattern searches do not work well with other tags.

~gun dress
Or searches do not work well with other tags.

rating:questionable rating:safe
In general, combining the same metatags (the ones that have colons in them) will not work.

rating:questionable score:100.. id:..1000
You can combine different metatags, however.

Tagging

tag1 tag2
Tags a post with tag1 and tag2.

maria-sama_ga_miteru
Replace spaces in tags with underscores.

tanaka_rie soryu_asuka_langley
Use LastName FirstName order for characters with Japanese last names, or characters with full Chinese or Korean names. Middle names always follow the first name.

john_smith akira_ferrari tony_leung
Use FirstName LastName order for characters with non-Asian names, or characters with Japanese first names but non-Asian last names, or characters with non-Asian first names but Chinese last names.

general:food
Prefix a tag with general: to remove any type. The prefix will be dropped when the tag is saved.

artist:wakatsuki_sana
Prefix a tag with artist: (or art:) to type it as an artist. The prefix will be dropped when the tag is saved.

character:gasai_yuno
Prefix a tag with character: (or char:) to type it as a character.

copyright:mirai_nikki
Prefix a tag with copyright: (or copy:) to type it as a copyright. Copyright tags include things like anime, manga, games, novels, or original doujinshi works.

circle:pink_chuchu
Prefix a tag with circle: to type it as a circle.

faults:horrible
Prefix a tag with faults: to type it as a fault tag.

ambiguous:sakura
Prefix a tag with ambiguous: (or amb:) to make it ambiguous. Ambiguous tags are indicated as such to users, and they are pointed to the wiki for disambiguation.

rating:questionable
Rates a post as questionable. This tag is discarded after the rating is changed. The individual letters e, q, and s can also be used.

parent:1234
Sets the post's parent id to 1234. This tag is discarded after the parent id is changed. If the parent id is the same as the post id, then the parent id will be cleared.

parent:none
Removes the post's parent.

hold
Holds a post from the index.

unhold
Releases a post to the index.

hide
Hides a shown post from the index.

show
Puts a hidden post in the index.

pool:maria-sama_ga_miteru_manga
Adds the post to the "Maria-sama ga Miteru Manga" pool. This tag is discarded after the post is added to the pool. Make sure to replace spaces with underscores. If the pool with the given name doesn't exist, it will be automatically created.

pool:10
Adds the post to pool #10.

pool:10:6
Adds the post to pool #10 as the sixth post in the pool's order.

-pool:10
Removes the post from pool #10.
Updated by Chrissues over 2 years ago