Skip to content

Commit 99741f6

Browse files
Merge pull request #102 from Hans5958/clarifications/no-default-avatars
2 parents 95b18fc + 1fa71c5 commit 99741f6

2 files changed

Lines changed: 126 additions & 1 deletion

File tree

7.04 KB
Loading

src/content/rules/no-default-avatars.mdx

Lines changed: 126 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,131 @@ rationale:
1616
status: Active
1717
rule_context:
1818
mikumod_support: "False"
19+
excerpt: Do not add default avatars to artist entries.
1920
---
2021

21-
Do not add images/pictures to artist entries that are part of the **default avatar collection** for some website (Piapro for example).
22+
Do not add images/pictures to artist entries if it is the **default avatar** or one from the **default avatar collection** for some website ([Piapro for example](#piapro-sample-icon-images)).
23+
24+
## Examples
25+
26+
These table contains some default avatars that shouldn't be added to artist entries. Note that this list is not exhaustive.
27+
28+
<div class="prose-td:align-middle [&_img]:my-0">
29+
30+
| Avatar | Service | Description |
31+
| ------------------------------------------------------------------------------------------------------------------------------ | --------- | ------------------------------------------------------ |
32+
| <img src="https://secure-dcdn.cdn.nimg.jp/nicoaccount/usericon/defaults/blank.jpg" width="100" height="100" /> | Nicovideo | Blank user icon |
33+
| <img src="/images/profile_pictures/youtube.jpg" width="100" height="100" /> | YouTube | Placeholder avatar (color and letter may vary) |
34+
| <img src="https://upload.wikimedia.org/wikipedia/commons/0/03/Twitter_default_profile_400x400.png" width="100" height="100" /> | Twitter | Default profile photo |
35+
| <img src="https://cdn.discordapp.com/embed/avatars/0.png" width="100" height="100" /> | Discord | Default avatar (color may vary) |
36+
| <img src="https://piapro.jp/images/profile/20001_0240.jpg" width="100" height="100" /> | Piapro | Blank sample icon image |
37+
| <img src="https://piapro.jp/images/profile/20002_0240.jpg" width="100" height="100" /> | Piapro | Miku sample icon image (see below for more variations) |
38+
39+
</div>
40+
41+
### Piapro sample icon images
42+
43+
These are all of the sample icon images available on Piapro for reference. None of these should be added to artist entries.
44+
45+
<div class="flex flex-wrap not-prose gap-1">
46+
<img
47+
src="https://piapro.jp/images/profile/20001_0240.jpg"
48+
width="100"
49+
height="100"
50+
/>
51+
<img
52+
src="https://piapro.jp/images/profile/20002_0240.jpg"
53+
width="100"
54+
height="100"
55+
/>
56+
<img
57+
src="https://piapro.jp/images/profile/20003_0240.jpg"
58+
width="100"
59+
height="100"
60+
/>
61+
<img
62+
src="https://piapro.jp/images/profile/20004_0240.jpg"
63+
width="100"
64+
height="100"
65+
/>
66+
<img
67+
src="https://piapro.jp/images/profile/20005_0240.jpg"
68+
width="100"
69+
height="100"
70+
/>
71+
<img
72+
src="https://piapro.jp/images/profile/20006_0240.jpg"
73+
width="100"
74+
height="100"
75+
/>
76+
<img
77+
src="https://piapro.jp/images/profile/20007_0240.jpg"
78+
width="100"
79+
height="100"
80+
/>
81+
<img
82+
src="https://piapro.jp/images/profile/20008_0240.jpg"
83+
width="100"
84+
height="100"
85+
/>
86+
<img
87+
src="https://piapro.jp/images/profile/20009_0240.jpg"
88+
width="100"
89+
height="100"
90+
/>
91+
<img
92+
src="https://piapro.jp/images/profile/20010_0240.jpg"
93+
width="100"
94+
height="100"
95+
/>
96+
<img
97+
src="https://piapro.jp/images/profile/20011_0240.jpg"
98+
width="100"
99+
height="100"
100+
/>
101+
<img
102+
src="https://piapro.jp/images/profile/20012_0240.jpg"
103+
width="100"
104+
height="100"
105+
/>
106+
<img
107+
src="https://piapro.jp/images/profile/20013_0240.jpg"
108+
width="100"
109+
height="100"
110+
/>
111+
<img
112+
src="https://piapro.jp/images/profile/20014_0240.jpg"
113+
width="100"
114+
height="100"
115+
/>
116+
<img
117+
src="https://cdn.piapro.jp/icon_u/261/215261_20090308195013_0240.jpg"
118+
width="100"
119+
height="100"
120+
/>
121+
<img
122+
src="https://cdn.piapro.jp/icon_u/418/42418_20101208185817_0240.jpg"
123+
width="100"
124+
height="100"
125+
/>
126+
<img
127+
src="https://cdn.piapro.jp/icon_u/554/15554_20100714020159_0240.jpg"
128+
width="100"
129+
height="100"
130+
/>
131+
<img
132+
src="https://cdn.piapro.jp/icon_u/354/28354_20090301025820_0240.jpg"
133+
width="100"
134+
height="100"
135+
/>
136+
<img
137+
src="https://cdn.piapro.jp/icon_u/264/56264_20101021230826_0240.jpg"
138+
width="100"
139+
height="100"
140+
/>
141+
<img
142+
src="https://cdn.piapro.jp/icon_u/272/49272_20091225131751_0240.jpg"
143+
width="100"
144+
height="100"
145+
/>
146+
</div>

0 commit comments

Comments
 (0)