Difference between revisions of "Template:Parameters"
From Synfig Studio :: Documentation
m |
m |
||
| Line 2: | Line 2: | ||
|-style="background:#c8c8c8" | |-style="background:#c8c8c8" | ||
| '''Name''' || '''Value''' || '''Type'''<noinclude> | | '''Name''' || '''Value''' || '''Type'''<noinclude> | ||
| + | Template for using in examples of tables from {{l|Parameters Panel}}. | ||
| + | |||
| + | Use it for header of table. See example: | ||
| + | |||
| + | <pre> | ||
| + | <nowiki> | ||
| + | {|{{Parameters}} | ||
| + | |||
| + | |-style="background:#" | ||
| + | || ParameterA | ||
| + | || {{Bool|On}} | ||
| + | || bool | ||
| + | |||
| + | |-style="background:#eeeeee" | ||
| + | || ParameterB | ||
| + | || {{Bool|}} | ||
| + | || bool | ||
| + | |||
| + | |-style="background:#" | ||
| + | || ParameterC | ||
| + | || {{Color|ffaabb}} | ||
| + | || color | ||
| + | |||
| + | |-style="background:#eeeeee" | ||
| + | || ParameterD | ||
| + | || {{Color|ff00ff|00ff00}} | ||
| + | || gradient | ||
| + | |||
| + | |-style="background:#" | ||
| + | || ParameterE | ||
| + | || value is string | ||
| + | || string | ||
| + | |||
| + | |} | ||
| + | </nowiki> | ||
| + | </pre> | ||
| + | |||
| + | {|{{Parameters}} | ||
| + | |||
| + | |-style="background:#" | ||
| + | || ParameterA | ||
| + | || {{Bool|On}} | ||
| + | || bool | ||
| + | |||
| + | |-style="background:#eeeeee" | ||
| + | || ParameterB | ||
| + | || {{Bool|}} | ||
| + | || bool | ||
| + | |||
| + | |-style="background:#" | ||
| + | || ParameterC | ||
| + | || {{Color|ffaabb}} | ||
| + | || color | ||
| + | |||
| + | |-style="background:#eeeeee" | ||
| + | || ParameterD | ||
| + | || {{Color|ff00ff|00ff00}} | ||
| + | || gradient | ||
| + | |||
| + | |-style="background:#" | ||
| + | || ParameterE | ||
| + | || value is string | ||
| + | || string | ||
| + | |||
| + | |} | ||
</noinclude> | </noinclude> | ||
Revision as of 12:24, 2 March 2017
border="0" align="none" style="border-collapse" cellpadding="3" cellspacing="0" |-style="background:#c8c8c8" | Name || Value || Type Template for using in examples of tables from Parameters Panel.
Use it for header of table. See example:
{|{{Parameters}}
|-style="background:#"
|| ParameterA
|| {{Bool|On}}
|| bool
|-style="background:#eeeeee"
|| ParameterB
|| {{Bool|}}
|| bool
|-style="background:#"
|| ParameterC
|| {{Color|ffaabb}}
|| color
|-style="background:#eeeeee"
|| ParameterD
|| {{Color|ff00ff|00ff00}}
|| gradient
|-style="background:#"
|| ParameterE
|| value is string
|| string
|}
| Name | Value | Type | |
| ParameterA |
|
bool | |
| ParameterB | |
bool | |
| ParameterC | |
color | |
| ParameterD | |
gradient | |
| ParameterE | value is string | string |