| r4 vs r5 | ||
|---|---|---|
| ... | ... | |
| 8 | 8 | ## |
| 9 | 9 | ## 변수 목록 |
| 10 | 10 | ## @r@ |
| 11 | r = "@r@" | |
| 11 | r = {{{#!if r == null | |
| 12 | null}}}{{{#!if r != null | |
| 13 | "@r@"}}} | |
| 12 | 14 | ## @l@ |
| 13 | l = "@l@" | |
| 15 | l = {{{#!if l == null | |
| 16 | null}}}{{{#!if l != null | |
| 17 | "@l@"}}} | |
| 14 | 18 | ## @w@ |
| 15 | w = "@w@" | |
| 19 | w = {{{#!if w == null | |
| 20 | null}}}{{{#!if w != null | |
| 21 | "@w@"}}} | |
| 16 | 22 | ## @url@ |
| 17 | url = "@url@" | |
| 23 | url = {{{#!if url == null | |
| 24 | null}}}{{{#!if url != null | |
| 25 | "@url@"}}} | |
| 18 | 26 | ## @h@ |
| 19 | h = "@h@" | |
| 27 | h = {{{#!if h == null | |
| 28 | null}}}{{{#!if h != null | |
| 29 | "@h@"}}} | |
| 20 | 30 | ## @start@ |
| 21 | start = "@start@" | |
| 31 | start = {{{#!if start == null | |
| 32 | null}}}{{{#!if start != null | |
| 33 | "@start@"}}} | |
| 22 | 34 | ## @c@ |
| 23 | c = "@c@" | |
| 35 | c = {{{#!if c == null | |
| 36 | null}}}{{{#!if c != null | |
| 37 | "@c@"}}} | |
| 24 | 38 | ## @b@ |
| 25 | b = "@b@" | |
| 39 | b = {{{#!if b == null | |
| 40 | null}}}{{{#!if b != null | |
| 41 | "@b@"}}} | |
| 26 | 42 | ## @bg@ |
| 27 | bg = "@bg@" | |
| 43 | bg = {{{#!if bg == null | |
| 44 | null}}}{{{#!if bg != null | |
| 45 | "@bg@"}}} | |
| 28 | 46 | ## |
| 29 | 47 | {{{#blue ({(}}}#!wiki style="text-align:center; display:inline-block; {{{#f80 '''@r=d@@l=i@'''}}}splay:table; {{{#f80 '''@r=w@@l=i@'''}}}dth:{{{#f80 '''@w=640@'''}}}px; max-width:100%; float:{{{#f80 '''@r=left@@l=right@'''}}}; margin:10px; {{{#f80 '''@r=m@@l=a@'''}}}rgin:10px auto; margin-{{{#f80 '''@r=left@@l=right@'''}}}:0" |
| 30 | 48 | {{{#green 【}}}{{{#brown youtube}}}({{{#red @url@}}}, {{{#red width}}}={{{#blue @w=640@}}}, {{{#red height}}}={{{#blue @h=360@}}}, {{{#red start}}}={{{#blue @start=0@}}}){{{#green 】}}} {{{#green ({(}}}#!wiki style="display:table; display:{{{#f80 '''@c=none@'''}}}; width:100%; border:2px solid {{{#f80 '''@b=#99999955@'''}}}; {{{#f80 '''@b=b@'''}}}order:1px solid #99999955; background:{{{#f80 '''@bg=#bbbbbb35@'''}}}; padding:5px 10px" |
| ... | ... |