Updated Schema with examples
This commit is contained in:
parent
7264340654
commit
c3553853e4
|
@ -24,7 +24,9 @@ Pose is either Front, Side, Back, or sitting.
|
||||||
State is either NN (non-nude), Topless or Nude.
|
State is either NN (non-nude), Topless or Nude.
|
||||||
Number is only added when need to further differentiate.
|
Number is only added when need to further differentiate.
|
||||||
|
|
||||||
[More info on structure and naming here.](./SCHEMA.md)
|
[More info on structure, naming, as well as examples here.](./SCHEMA.md)
|
||||||
|
|
||||||
|
Please join the Discord server linked below and submit examples over there, rather than submitting a PR.
|
||||||
|
|
||||||
### Contributors
|
### Contributors
|
||||||
* _Kenny40
|
* _Kenny40
|
||||||
|
|
26
SCHEMA.md
26
SCHEMA.md
|
@ -52,8 +52,30 @@ The Exception to this are themed images. C for Christmas, H for Halloween, and X
|
||||||
|
|
||||||
### State (of undress)
|
### State (of undress)
|
||||||
* NN, non-nude. Covered up, or can't be determined
|
* NN, non-nude. Covered up, or can't be determined
|
||||||
* Topless, defined by if areola and nipple is uncovered.
|
* Topless, defined by if areola and nipple is uncovered
|
||||||
* Nude, exposed bust and pubic region
|
* Nude, exposed bust and pubic region
|
||||||
|
|
||||||
### Number
|
### Number
|
||||||
Optional, use when there's multiple images with all the previous tags being identical, mainly for ungrouped images.
|
Use when there's multiple images with all the previous tags being identical, mainly for ungrouped images.
|
||||||
|
Numbering should include the first file (e.g. `...NN_1`, `...NN_2`) or start at two (2) at the first colliding file (e.g. `...NN.jpg`, `...NN_2.jpg`).
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
### 3Q
|
||||||
|
|
||||||
|
[Front](../blob/master/images/A/Ariana%20Marie/Ariana-Marie_3_3Q_Front_NN.jpg)
|
||||||
|
[Back](../blob/master/images/V/Valentina%20Nappi/Valentina-Nappi_2_3Q_Back_NN.jpg)
|
||||||
|
[Side](../blob/master/images/J/Jill%20Kassidy/Jill-Kassidy_1_3Q_Side_NN.jpg)
|
||||||
|
|
||||||
|
### Bust
|
||||||
|
|
||||||
|
[Front](../blob/master/images/J/Jill%20Kassidy/Jill-Kassidy_1_Bust_Front_NN.jpg)
|
||||||
|
[Side](../blob/master/images/L/Lena%20Paul/Lena-Paul_1_Bust_Side_NN.jpg)
|
||||||
|
|
||||||
|
### Torso
|
||||||
|
|
||||||
|
[Front](../blob/master/images/Z/Zoey%20Monroe/Zoey-Monroe_2_Torso_Front_NN.jpg)
|
||||||
|
|
||||||
|
### Wide
|
||||||
|
|
||||||
|
[Fours](../blob/master/images/Z/Zoey%20Monroe/Zoey-Monroe_3_Wide_Fours_Topless.jpg)
|
Loading…
Reference in New Issue