Difference between revisions of "User:Cory Fimicoloud/LSLFunction"
Jump to navigation
Jump to search
m |
m |
||
Line 64: | Line 64: | ||
</div> | </div> | ||
{{# | {{#if:{{{p1_name|}}}{{{p1_type|}}}|, <tr style="vertical-align:top;"><td style="color:gray;">• {{{p1_type|}}}</td><td> {{{p1_name|}}}</td>{{#if:{{{p1_desc|}}}<td style="color:gray;"> - </td><td> {{{p1_desc|}}}</td>}}</tr>}} | ||
{{#if:{{{p2_name|}}}{{{p2_type|}}}|, <tr style="vertical-align:top;"><td style="color:gray;">• {{{p1_type|}}}</td><td> {{{p1_name|}}}</td>{{#if:{{{p1_desc|}}}<td style="color:gray;"> - </td><td> {{{p1_desc|}}}</td>}}</tr>}} | |||
{{# | {{#if:{{{p3_name|}}}{{{p3_type|}}}|, <tr style="vertical-align:top;"><td style="color:gray;">• {{{p1_type|}}}</td><td> {{{p1_name|}}}</td>{{#if:{{{p1_desc|}}}<td style="color:gray;"> - </td><td> {{{3|}}}</td>}}</tr>}} | ||
{{# | {{#if:{{{p4_name|}}}{{{p4_type|}}}|, <tr style="vertical-align:top;"><td style="color:gray;">• {{{p1_type|}}}</td><td> {{{p1_name|}}}</td>{{#if:{{{p1_desc|}}}<td style="color:gray;"> - </td><td> {{{p1_desc|}}}</td>}}</tr>}} | ||
{{#if:{{{p5_name|}}}{{{p5_type|}}}|, <tr style="vertical-align:top;"><td style="color:gray;">• {{{p1_type|}}}</td><td> {{{p1_name|}}}</td>{{#if:{{{p1_desc|}}}<td style="color:gray;"> - </td><td> {{{p1_desc|}}}</td>}}</tr>}} | |||
{{# | {{#if:{{{p6_name|}}}{{{p6_type|}}}|, <tr style="vertical-align:top;"><td style="color:gray;">• {{{p1_type|}}}</td><td> {{{p1_name|}}}</td>{{#if:{{{p1_desc|}}}<td style="color:gray;"> - </td><td> {{{p1_desc|}}}</td>}}</tr>}} | ||
{{# | {{#if:{{{p7_name|}}}{{{p7_type|}}}|, <tr style="vertical-align:top;"><td style="color:gray;">• {{{p1_type|}}}</td><td> {{{p1_name|}}}</td>{{#if:{{{p1_desc|}}}<td style="color:gray;"> - </td><td> {{{p1_desc|}}}</td>}}</tr>}} | ||
{{#if:{{{p8_name|}}}{{{p8_type|}}}|, <tr style="vertical-align:top;"><td style="color:gray;">• {{{p1_type|}}}</td><td> {{{p1_name|}}}</td>{{#if:{{{p1_desc|}}}<td style="color:gray;"> - </td><td> {{{p1_desc|}}}</td>}}</tr>}} | |||
{{# | {{#if:{{{p9_name|}}}{{{p9_type|}}}|, <tr style="vertical-align:top;"><td style="color:gray;">• {{{p1_type|}}}</td><td> {{{p1_name|}}}</td>{{#if:{{{p1_desc|}}}<td style="color:gray;"> - </td><td> {{{p1_desc|}}}</td>}}</tr>}} | ||
{{# | {{#if:{{{p10_name|}}}{{{p10_type|}}}|, <tr style="vertical-align:top;"><td style="color:gray;">• {{{p1_type|}}}</td><td> {{{p1_name|}}}</td>{{#if:{{{p1_desc|}}}<td style="color:gray;"> - </td><td> {{{p1_desc|}}}</td>}}</tr>}} | ||
{{#if:{{{p11_name|}}}{{{p11_type|}}}|, <tr style="vertical-align:top;"><td style="color:gray;">• {{{p1_type|}}}</td><td> {{{p1_name|}}}</td>{{#if:{{{p1_desc|}}}<td style="color:gray;"> - </td><td> {{{p1_desc|}}}</td>}}</tr>}} | |||
{{# | {{#if:{{{p12_name|}}}{{{p12_type|}}}|, <tr style="vertical-align:top;"><td style="color:gray;">• {{{p1_type|}}}</td><td> {{{p1_name|}}}</td>{{#if:{{{p1_desc|}}}<td style="color:gray;"> - </td><td> {{{p1_desc|}}}</td>}}</tr>}} | ||
{{#if:{{{ |
Revision as of 13:39, 16 February 2009
{{{name}}}
Description
{{{desc}}}
Returns
{{{return}}}
Parameters
• string | input | – | The input string. | |
• integer | pad_length | – | If the value of pad_length is negative or less than the length of the input string, no padding takes place. | |
• string | pad_string | – | The string used to pad the input string. | |
• integer | pad_type | – | Optional argument pad_type can be STR_PAD_RIGHT, STR_PAD_LEFT, or STR_PAD_BOTH. If pad_type is not specified it is assumed to be STR_PAD_RIGHT. |
Notes
{{{notes}}}
Examples
{{{examples}}}