r3 vs r4
......
88
|| 대비비 || {{{@ratio@}}}:1 ||
99
|| 기준 || {{{@level@}}} ||
1010
11
{{{#!if @ratio@ >= 7
12
{{{#!wiki style="margin-top:6px; padding:6px 8px; border-left:4px solid #2ecc71; background:#eafaf1; color:#145a32;"
11
{{{#!if this.ratio >= 7
1312
'''AAA 통과''' — 일반 텍스트 기준으로도 충분합니다.
1413
}}}
15
}}}
1614
17
{{{#!if @ratio@ >= 4.5 && @ratio@ < 7
18
{{{#!wiki style="margin-top:6px; padding:6px 8px; border-left:4px solid #27ae60; background:#eafaf1; color:#145a32;"
15
{{{#!if this.ratio >= 4.5 && this.ratio < 7
1916
'''AA 통과''' — 일반 텍스트 기준을 만족합니다.
2017
}}}
21
}}}
2218
23
{{{#!if @ratio@ >= 3 && @ratio@ < 4.5
24
{{{#!wiki style="margin-top:6px; padding:6px 8px; border-left:4px solid #f39c12; background:#fff8e1; color:#7d4f00;"
19
{{{#!if this.ratio >= 3 && this.ratio < 4.5
2520
'''큰 글자 AA만 통과''' — 일반 본문용으로는 부족합니다.
2621
}}}
27
}}}
2822
29
{{{#!if @ratio@ < 3
30
{{{#!wiki style="margin-top:6px; padding:6px 8px; border-left:4px solid #e74c3c; background:#fdedec; color:#78281f;"
23
{{{#!if this.ratio < 3
3124
'''미달''' — 큰 글자 기준도 만족하지 못합니다.
3225
}}}
33
}}}