r4 vs r5
......
1515
## IsSupportWindows : 윈도우 지원 여부입니다. 지원 시 true로 두면 됩니다.
1616
## IsSupportAndroid : 안드로이드 지원 여부입니다. 지원 시 true로 두면 됩니다.
1717
## IsSupportiOS : iOS 지원 여부입니다. 지원 시 true로 두면 됩니다.
18
{{{#!if IsSupportWindows == false, IsSupportAndroid = false, IsSupportiOS = false}}}
1819
{{{#!wiki style="display: inline-block; float: right; padding-top: 5px; background: linear-gradient(to right, #0F1013);max-width: 400px; margin-bottom: 10px;border-radius: 5px; border: 2px solid #009999"
1920
{{{#!wiki style="display: block; text-align: center; margin-bottom: -5px"
2021
{{{#!wiki style="display:inline-block; color: transparent; background: text linear-gradient(to right, ㅍ)"
2122
{{{#fff,#fff '''{{{+1 @Title_Main=한글명@}}}[br]@Title_Sub=영문명@'''}}}}}}}}}
2223
{{{#!wiki style="margin-top: -10px; margin-bottom: -25px"
23
{{{#!if (Image==null)
24
{{{#!if !(Image==null)
2425
[[@Image=파일:빈 정사각형 이미지.svg@|width=100%]]}}}}}}
2526
{{{#!wiki style="padding: 15px 10px 5px 10px;"
2627
{{{#fff,#fff {{{+4 '''월드 프로필'''}}}}}}
......
5152
}}}{{{#!wiki style="display: flex; width: 100%; border:1px solid #555555; margin-bottom: 5px; border-radius: 10px;overflow: hidden"
5253
{{{#!wiki style="width: 30%; padding: 4px; background-color: #004444; color: #fff; font-weight: bold; text-align: center"
5354
플랫폼}}}{{{#!wiki style="width: 70%; padding: 4px 0 4px 8px; background-color: #fff; color: #414141; text-align: left; font-size: 15px"
54
{{{#!if (IsSupportWindows==true)
55
[[Microsoft Windows]]}}}{{{#!if (IsSupportAndroid==true)
56
[[Android]]}}}{{{#!if (IsSupportiOS==true)
55
{{{#!if IsSupportWindows
56
[[Microsoft Windows]]}}}{{{#!if (IsSupportWindows && IsSupportAndroid)
57
[br]}}}{{{#!if IsSupportAndroid
58
[[Android]]}}}{{{#!if (IsSupportAndroid && IsSupportiOS)
59
[br]}}}{{{#!if IsSupportiOS
5760
[[iOS]]}}}}}}
5861
}}}}}}}}}
5962
......