summaryrefslogtreecommitdiff
path: root/client/html/help_search_posts.tpl
blob: 1fcd453179c67f6220757d27824ff0ca5f09d242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
<p><strong>Anonymous tokens</strong></p>

<p>Same as <code>tag</code> token.</p>

<p><strong>Named tokens</strong></p>

<table>
    <tbody>
        <tr>
            <td><code>id</code></td>
            <td>having given post number</td>
        </tr>
        <tr>
            <td><code>tag</code></td>
            <td>having given tag (accepts wildcards)</td>
        </tr>
        <tr>
            <td><code>category</code></td>
            <td>having any tag in this category</td>
        </tr>
        <tr>
            <td><code>score</code></td>
            <td>having given score</td>
        </tr>
        <tr>
            <td><code>uploader</code></td>
            <td>uploaded by given user (accepts wildcards)</td>
        </tr>
        <tr>
            <td><code>upload</code></td>
            <td>alias of <code>uploader</code></td>
        </tr>
        <tr>
            <td><code>submit</code></td>
            <td>alias of <code>uploader</code></td>
        </tr>
        <tr>
            <td><code>comment</code></td>
            <td>commented by given user (accepts wildcards)</td>
        </tr>
        <tr>
            <td><code>fav</code></td>
            <td>favorited by given user (accepts wildcards)</td>
        </tr>
        <tr>
            <td><code>source</code></td>
            <td>having given source URL (accepts wildcards)</td>
        </tr>
        <tr>
            <td><code>pool</code></td>
            <td>belonging to the pool with the given ID</td>
        </tr>
        <tr>
            <td><code>tag-count</code></td>
            <td>having given number of tags</td>
        </tr>
        <tr>
            <td><code>comment-count</code></td>
            <td>having given number of comments</td>
        </tr>
        <tr>
            <td><code>fav-count</code></td>
            <td>favorited by given number of users</td>
        </tr>
        <tr>
            <td><code>note-count</code></td>
            <td>having given number of annotations</td>
        </tr>
        <tr>
            <td><code>note-text</code></td>
            <td>having given note text (accepts wildcards)</td>
        </tr>
        <tr>
            <td><code>relation-count</code></td>
            <td>having given number of relations</td>
        </tr>
        <tr>
            <td><code>feature-count</code></td>
            <td>having been featured given number of times</td>
        </tr>
        <tr>
            <td><code>type</code></td>
            <td>given type of posts. <code>&lt;value&gt;</code> can be either <code>image</code>, <code>animation</code> (or <code>animated</code> or <code>anim</code>), <code>flash</code> (or <code>swf</code>) or <code>video</code> (or <code>webm</code>).</td>
        </tr>
        <tr>
            <td><code>flag</code></td>
            <td>having given flag. <code>&lt;value&gt;</code> can be either <code>loop</code> or <code>sound</code>.</td>
        </tr>
        <tr>
            <td><code>sha1</code></td>
            <td>having given SHA1 checksum</td>
        </tr>
        <tr>
            <td><code>md5</code></td>
            <td>having given MD5 checksum</td>
        </tr>
        <tr>
            <td><code>content-checksum</code></td>
            <td>alias of <code>sha1</code></td>
        </tr>
        <tr>
            <td><code>file-size</code></td>
            <td>having given file size (in bytes)</td>
        </tr>
        <tr>
            <td><code>image-width</code></td>
            <td>having given image width (where applicable)</td>
        </tr>
        <tr>
            <td><code>image-height</code></td>
            <td>having given image height (where applicable)</td>
        </tr>
        <tr>
            <td><code>image-area</code></td>
            <td>having given number of pixels (image width * image height)</td>
        </tr>
        <tr>
            <td><code>image-aspect-ratio</code></td>
            <td>having given aspect ratio (image width / image height)</td>
        </tr>
        <tr>
            <td><code>image-ar</code></td>
            <td>alias of <code>image-aspect-ratio</code></td>
        </tr>
        <tr>
            <td><code>width</code></td>
            <td>alias of <code>image-width</code></td>
        </tr>
        <tr>
            <td><code>height</code></td>
            <td>alias of <code>image-height</code></td>
        </tr>
        <tr>
            <td><code>area</code></td>
            <td>alias of <code>image-area</code></td>
        </tr>
        <tr>
            <td><code>aspect-ratio</code></td>
            <td>alias of <code>image-aspect-ratio</code></td>
        </tr>
        <tr>
            <td><code>ar</code></td>
            <td>alias of <code>image-aspect-ratio</code></td>
        </tr>
        <tr>
            <td><code>creation-date</code></td>
            <td>posted at given date</td>
        </tr>
        <tr>
            <td><code>creation-time</code></td>
            <td>alias of <code>creation-date</code></td>
        </tr>
        <tr>
            <td><code>date</code></td>
            <td>alias of <code>creation-date</code></td>
        </tr>
        <tr>
            <td><code>time</code></td>
            <td>alias of <code>creation-date</code></td>
        </tr>
        <tr>
            <td><code>last-edit-date</code></td>
            <td>edited at given date</td>
        </tr>
        <tr>
            <td><code>last-edit-time</code></td>
            <td>alias of <code>last-edit-date</code></td>
        </tr>
        <tr>
            <td><code>edit-date</code></td>
            <td>alias of <code>last-edit-date</code></td>
        </tr>
        <tr>
            <td><code>edit-time</code></td>
            <td>alias of <code>last-edit-date</code></td>
        </tr>
        <tr>
            <td><code>comment-date</code></td>
            <td>commented at given date</td>
        </tr>
        <tr>
            <td><code>comment-time</code></td>
            <td>alias of <code>comment-date</code></td>
        </tr>
        <tr>
            <td><code>fav-date</code></td>
            <td>last favorited at given date</td>
        </tr>
        <tr>
            <td><code>fav-time</code></td>
            <td>alias of <code>fav-date</code></td>
        </tr>
        <tr>
            <td><code>feature-date</code></td>
            <td>featured at given date</td>
        </tr>
        <tr>
            <td><code>feature-time</code></td>
            <td>alias of <code>feature-time</code></td>
        </tr>
        <tr>
            <td><code>safety</code></td>
            <td>having given safety</td>
        </tr>
        <tr>
            <td><code>rating</code></td>
            <td>alias of <code>safety</code></td>
        </tr>
    </tbody>
</table>

<p><strong>Sort style tokens</strong></p>

<table>
    <tbody>
        <tr>
            <td><code>random</code></td>
            <td>as random as it can get</td>
        </tr>
        <tr>
            <td><code>id</code></td>
            <td>highest to lowest post number</td>
        </tr>
        <tr>
            <td><code>score</code></td>
            <td>highest scored</td>
        </tr>
        <tr>
            <td><code>tag-count</code></td>
            <td>with most tags</td>
        </tr>
        <tr>
            <td><code>comment-count</code></td>
            <td>most commented first</td>
        </tr>
        <tr>
            <td><code>fav-count</code></td>
            <td>loved by most</td>
        </tr>
        <tr>
            <td><code>note-count</code></td>
            <td>with most annotations</td>
        </tr>
        <tr>
            <td><code>relation-count</code></td>
            <td>with most relations</td>
        </tr>
        <tr>
            <td><code>feature-count</code></td>
            <td>most often featured</td>
        </tr>
        <tr>
            <td><code>file-size</code></td>
            <td>largest files first</td>
        </tr>
        <tr>
            <td><code>image-width</code></td>
            <td>widest images first</td>
        </tr>
        <tr>
            <td><code>image-height</code></td>
            <td>tallest images first</td>
        </tr>
        <tr>
            <td><code>image-area</code></td>
            <td>largest images first</td>
        </tr>
        <tr>
            <td><code>width</code></td>
            <td>alias of <code>image-width</code></td>
        </tr>
        <tr>
            <td><code>height</code></td>
            <td>alias of <code>image-height</code></td>
        </tr>
        <tr>
            <td><code>area</code></td>
            <td>alias of <code>image-area</code></td>
        </tr>
        <tr>
            <td><code>creation-date</code></td>
            <td>newest to oldest (pretty much same as <code>id</code>)</td>
        </tr>
        <tr>
            <td><code>creation-time</code></td>
            <td>alias of <code>creation-date</code></td>
        </tr>
        <tr>
            <td><code>date</code></td>
            <td>alias of <code>creation-date</code></td>
        </tr>
        <tr>
            <td><code>time</code></td>
            <td>alias of <code>creation-date</code></td>
        </tr>
        <tr>
            <td><code>last-edit-date</code></td>
            <td>like <code>creation-date</code>, only looks at last edit time</td>
        </tr>
        <tr>
            <td><code>last-edit-time</code></td>
            <td>alias of <code>last-edit-date</code></td>
        </tr>
        <tr>
            <td><code>edit-date</code></td>
            <td>alias of <code>last-edit-date</code></td>
        </tr>
        <tr>
            <td><code>edit-time</code></td>
            <td>alias of <code>last-edit-date</code></td>
        </tr>
        <tr>
            <td><code>comment-date</code></td>
            <td>recently commented by anyone</td>
        </tr>
        <tr>
            <td><code>comment-time</code></td>
            <td>alias of <code>comment-date</code></td>
        </tr>
        <tr>
            <td><code>fav-date</code></td>
            <td>recently added to favorites by anyone</td>
        </tr>
        <tr>
            <td><code>fav-time</code></td>
            <td>alias of <code>fav-date</code></td>
        </tr>
        <tr>
            <td><code>feature-date</code></td>
            <td>recently featured</td>
        </tr>
        <tr>
            <td><code>feature-time</code></td>
            <td>alias of <code>feature-time</code></td>
        </tr>
    </tbody>
</table>

<p><strong>Special tokens</strong></p>

<table>
    <tbody>
        <tr>
            <td><code>liked</code></td>
            <td>posts liked by currently logged in user</td>
        </tr>
        <tr>
            <td><code>disliked</code></td>
            <td>posts disliked by currently logged in user</td>
        </tr>
        <tr>
            <td><code>fav</code></td>
            <td>posts added to favorites by currently logged in user</td>
        </tr>
        <tr>
            <td><code>tumbleweed</code></td>
            <td>posts with score of 0, without comments and without favorites</td>
        </tr>
    </tbody>
</table>