Template:Combo operators: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
| suppresscategory={{{suppresscategory|<noinclude>template</noinclude>}}} | | suppresscategory={{{suppresscategory|<noinclude>template</noinclude>}}} | ||
| allowselflink={{{allowselflink|}}} | | allowselflink={{{allowselflink|}}} | ||
| linkoverride={{{linkoverride| | | linkoverride={{{linkoverride|{{{combo_operator}}}}}} | ||
| content={{{1|}}}<!-- | | content={{{1|}}}<!-- | ||
Line 17: | Line 17: | ||
-->| Name | {{{combo_operator|}}}<!-- | -->| Name | {{{combo_operator|}}}<!-- | ||
-->| Arguments| {{{category|}}}<!-- | -->| Arguments| {{{category|}}}<!-- | ||
-->| Type | {{{ | -->| Type | {{{combo_type|}}}<!-- | ||
-->| Displays | {{{display|}}}<!-- | -->| Displays | {{{display|}}}<!-- | ||
--> | --> | ||
Line 24: | Line 24: | ||
{{Combo operators|suppresscategory=true|allowselflinks=true| | {{Combo operators|suppresscategory=true|allowselflinks=true| | ||
{{Combo operators|type=row|combo_operator=SIN | | {{Combo operators|type=row|combo_operator=SIN | |category=Single |combo_type=Function |display=Sinus function}} | ||
{{Combo operators|type=row|combo_operator=OR | | {{Combo operators|type=row|combo_operator=OR | |category=Pair |combo_type=Boolean |display=Add overlays to each other.}} | ||
{{Combo operators|type=row|combo_operator=ADD | | {{Combo operators|type=row|combo_operator=ADD | |category=Multi |combo_type=Operator |display=Get the maximum value of one or more grid overlays}} | ||
}} | }} | ||
</noinclude> | </noinclude> |
Latest revision as of 09:23, 18 February 2022
Name | Arguments | Type | Displays |
---|
Example:
Name | Arguments | Type | Displays |
---|---|---|---|
SIN | Single | Function | Sinus function |
OR | Pair | Boolean | Add overlays to each other. |
ADD | Multi | Operator | Get the maximum value of one or more grid overlays |