Difference between revisions of "Template:LSL Function Header"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<!-- | |||
<noinclude> | <noinclude> | ||
__NOTOC__ | __NOTOC__ | ||
</noinclude> | </noinclude> | ||
<includeonly><div id="box"> | <includeonly><div id="box"> | ||
== {{#if: {{{r|}}}|{{ | == {{#if:{{{t|}}}|{{#if: {{{r|}}}|{{{{{t}}}|{{{r}}}}}||}} {{{{{t}}}|{{{1}}}}}( {{ #if: {{{p1|}}}{{{p1t|}}} | {{{{{t}}}|{{{p1t}}}}} {{{p1}}}{{ #if: {{{p2|}}}{{{p2t|}}} |, {{{{{t}}}|{{{p2t}}}}} {{{p2}}} {{ #if: {{{p3|}}}{{{p3t|}}} |, {{{{{t}}}|{{{p3t}}}}} {{{p3}}}{{ #if: {{{p4|}}}{{{p4t|}}} |, {{{{{t}}}|{{{p4t}}}}} {{{p4}}}{{ #if: {{{p5|}}}{{{p5t|}}} |, {{{{{t}}}|{{{p5t}}}}} {{{p5}}}{{ #if: {{{p6|}}}{{{p6t|}}} |, {{{{{t}}}|{{{p6t}}}}} {{{p6}}}{{ #if: {{{p7|}}}{{{p7t|}}} |, {{{{{t}}}|{{{p7t}}}}} {{{p7}}}{{ #if: {{{p8|}}}{{{p8t|}}} |, {{{{{t}}}|{{{p8t}}}}} {{{p8}}}{{ #if: {{{p9|}}}{{{p9t|}}} |, {{{{{t}}}|{{{p9t}}}}} {{{p9}}}{{ #if: {{{p10|}}}{{{p10t|}}} |, {{{{{t}}}|{{{p10t}}}}} {{{p10}}}{{ #if: {{{p11|}}}{{{p11t|}}} |, {{{{{t}}}|{{{p11t}}}}} {{{p11}}}{{ #if: {{{p12|}}}{{{p12t|}}} |, {{{{{t}}}|{{{p12t}}}}} {{{p12}}} | }} | }} | }} | }} | }} | }} | }} | }} | }} | }} | }} | }} ){{{re|}}}|{{#if: {{{r|}}}|[[{{{r}}}]]||}} [[{{{1}}}]]( {{ #if: {{{p1|}}}{{{p1t|}}} | [[{{{p1t}}}]] {{{p1}}}{{ #if: {{{p2|}}}{{{p2t|}}} |, [[{{{p2t}}}]] {{{p2}}} {{ #if: {{{p3|}}}{{{p3t|}}} |, [[{{{p3t}}}]] {{{p3}}}{{ #if: {{{p4|}}}{{{p4t|}}} |, [[{{{p4t}}}]] {{{p4}}}{{ #if: {{{p5|}}}{{{p5t|}}} |, [[{{{p5t}}}]] {{{p5}}}{{ #if: {{{p6|}}}{{{p6t|}}} |, [[{{{p6t}}}]] {{{p6}}}{{ #if: {{{p7|}}}{{{p7t|}}} |, [[{{{p7t}}}]] {{{p7}}}{{ #if: {{{p8|}}}{{{p8t|}}} |, [[{{{p8t}}}]] {{{p8}}}{{ #if: {{{p9|}}}{{{p9t|}}} |, [[{{{p9t}}}]] {{{p9}}}{{ #if: {{{p10|}}}{{{p10t|}}} |, [[{{{p10t}}}]] {{{p10}}}{{ #if: {{{p11|}}}{{{p11t|}}} |, [[{{{p11t}}}]] {{{p11}}}{{ #if: {{{p12|}}}{{{p12t|}}} |, [[{{{p12t}}}]] {{{p12}}} | }} | }} | }} | }} | }} | }} | }} | }} | }} | }} | }} | }} ){{{re|}}}}} == | ||
<div style="padding: 0.5em"> | <div style="padding: 0.5em"> | ||
{{#if:{{{floater|}}}|<div id="box" style="float:right;">{{{floater|}}}</div>|}} | {{#if:{{{floater|}}}|<div id="box" style="float:right;">{{{floater|}}}</div>|}} | ||
Line 134: | Line 135: | ||
}} | }} | }} | }} | ||
{{ #if: {{{te|}}} | <br />{{{te}}} | }} | {{ #if: {{{te|}}} | <br />{{{te}}} | }} | ||
<div style="clear:right;" ></div></div></div></includeonly><noinclude> | {{#if:{{{floater|}}}|<div style="clear:right;" ></div>|}}</div></div></includeonly><noinclude> | ||
This template is used to inline a table that displays the function specifications. | This template is used to inline a table that displays the function specifications. | ||
Line 141: | Line 142: | ||
Exclude any values that do not need to be set. | Exclude any values that do not need to be set. | ||
<pre>{{ | <pre>{{LSL Function Header | ||
| | |name| | ||
|tb = beginning text | |tb = beginning text | ||
|te = ending text | |te = ending text | ||
Line 188: | Line 186: | ||
}}</pre> | }}</pre> | ||
{{ | {{LSL Function Header|name| | ||
|r=r | |r=r | ||
|rd=rd | |rd=rd | ||
Line 206: | Line 204: | ||
|tb=tb | |tb=tb | ||
|te=te | |te=te | ||
}} | |||
---- | |||
{{LSL Function Header|name| | |||
|r=r | |||
|rd=rd | |||
|re=re | |||
|p1t=p1t|p1=p1|p1d=p1d | |||
|p2t=p2t|p2=p2|p2d=p2d | |||
|p3t=p3t|p3=p3|p3d=p3d | |||
|p4t=p4t|p4=p4|p4d=p4d | |||
|p5t=p5t|p5=p5|p5d=p5d | |||
|p6t=p6t|p6=p6|p6d=p6d | |||
|p7t=p7t|p7=p7|p7d=p7d | |||
|p8t=p8t|p8=p8|p8d=p8d | |||
|p9t=p9t|p9=p9|p9d=p9d | |||
|p10t=p10t|p10=p10|p10d=p10d | |||
|p11t=p11t|p11=p11|p11d=p11d | |||
|p12t=p12t|p12=p12|p12d=p12d | |||
|tb=tb | |||
|te=te | |||
|t=LSLG | |||
}} | }} | ||
</noinclude> | </noinclude> | ||
--> |