Difference between revisions of "Template:Infobox mathematics function/doc"
Jump to navigation
Jump to search
imported>Sardanaphalus m (Sardanaphalus moved page Template:Function/doc to Template:Infobox mathematics function/doc: Per template page) |
imported>Zyxw m (note Lua module used, add link to tracking category, add template category) |
||
| (9 intermediate revisions by 8 users not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
| − | {{ | + | {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} |
| − | + | ||
| + | {{Generic template demo |_display=italics |name |image={{{image}}} |parity |domain |codomain |period |zero |plusinf |minusinf |max |min |vr1 |f1 |vr2 |f2 |vr3=[...] |f3=[...] |vr5 |f5 |asymptote |root |critical |inflection |fixed |notes}} | ||
== Blank syntax == | == Blank syntax == | ||
<pre> | <pre> | ||
| − | {{ | + | {{Infobox mathematics function |
| name = | | name = | ||
| image= |imagesize= <!--(default 220px)--> |imagealt= | | image= |imagesize= <!--(default 220px)--> |imagealt= | ||
| Line 32: | Line 33: | ||
The code below produces the box opposite: | The code below produces the box opposite: | ||
| − | {{ | + | {{Infobox mathematics function{{#ifeq:{{SUBPAGENAME}}|sandbox |/sandbox}} |
| name = Sine | | name = Sine | ||
| image = Sinus.svg | | image = Sinus.svg | ||
| Line 41: | Line 42: | ||
}} | }} | ||
<pre> | <pre> | ||
| − | {{ | + | {{Infobox mathematics function |
| name = Sine | | name = Sine | ||
| image = Sinus.svg | | image = Sinus.svg | ||
| Line 51: | Line 52: | ||
</pre> | </pre> | ||
{{clear right}} | {{clear right}} | ||
| + | |||
| + | == Tracking category == | ||
| + | * {{clc|Pages using infobox mathematics function with unknown parameters}} | ||
== See also == | == See also == | ||
| − | {{Math templates | | + | {{Math templates|BTN}} |
| − | <includeonly> | + | <includeonly>{{basepage subpage| |
| − | + | [[Category:Mathematics infobox templates]] | |
| − | [[Category:Mathematics templates]] | + | [[Category:Statistics templates]] |
| − | }} | + | [[Category:Templates that add a tracking category]] |
| − | </includeonly> | + | }}</includeonly> |
Latest revision as of 22:57, 10 February 2019
| 40px | This is a documentation subpage for Template:Infobox mathematics function. It contains usage information, categories and other content that is not part of the original template page. |
| 30px | This template uses Lua: |
- redirect Template:Parameter names example
Blank syntax
{{Infobox mathematics function
| name =
| image= |imagesize= <!--(default 220px)--> |imagealt=
| parity= |domain= |codomain= |period=
| zero= |plusinf= |minusinf= |max= |min=
| vr1= |f1= |vr2= |f2= |vr3= |f3= |vr4= |f4= |vr5= |f5=
| asymptote= |root= |critical= |inflection= |fixed=
| notes =
}}
Parameters
- Pairs VR1-f1, f1-VR2, etc. are used for labeling specific value functions. Suppose a function at the point e has a value of 2e and that this point is because of something specific. In this case you should put that as VR1 = eand f1 = 2e. For the next point is used a couple of VR2-f2, etc. If you run out of points (five currently available), ask for more.
- Variables heading1, heading2, heading3 define whether some of the headlines basic properties, specific values, etc. be displayed. If you do not want a title to be displayed, simply delete the variable from the template. Set the value of the variable to 0 or anything will not prevent the display title.
- Variables plusinf and minusinf indicate the value function at + ∞ and - ∞.
- root is the x-intercept, critical is the critical point(s), inflection is inflection point(s)
- fixed is fixed point(s)
Example
The code below produces the box opposite:
| Sine | |
|---|---|
| File:Sinus.svg | |
| Basic features | |
| Parity | odd |
| Domain | (-∞,∞) |
| Codomain | [-1,1] |
| Period | 2π |
| Specific values | |
| At zero | 0 |
| Maxima | ((2k+½)π,1) |
| Minima | ((2k-½)π,-1) |
| Specific features | |
| Root | kπ |
| Critical point | kπ-π/2 |
[[Inflection point|
| kπ |
| [[Fixed point (mathematics)|
| 0 |
Variable k is an integer. | |
{{Infobox mathematics function
| name = Sine
| image = Sinus.svg
| parity=odd |domain=(-∞,∞) |codomain=[-1,1] |period=2π
| zero=0 |plusinf= |minusinf= |max=((2k+½)π,1) |min=((2k-½)π,-1)
| asymptote= |root=kπ |critical=kπ-π/2 |inflection=kπ |fixed=0
| notes = Variable k is an [[integer]].
}}
Tracking category
See also