Difference between revisions of "Template:Math/doc"
imported>Colonies Chris m (minor fixes) |
(Like a pepperoni pizza) |
||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== Usage == | == Usage == | ||
| − | Use this template for inline, non-complex formulas as an alternative to using | + | Use this template for inline, non-complex formulas as an alternative to using |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<pre> | <pre> | ||
'''{{math|{{sfrac|1|2}} − {{sfrac|1|3}} {{=}} {{sfrac|1|6}}}}''' | '''{{math|{{sfrac|1|2}} − {{sfrac|1|3}} {{=}} {{sfrac|1|6}}}}''' | ||
</pre> | </pre> | ||
| − | |||
| − | |||
<pre> | <pre> | ||
| − | {{math|({{radic|2}})<sup>2</sup> | + | {{math|({{radic|2}})<sup>2</sup> |
</pre> | </pre> | ||
| − | : produces: {{math|({{radic| | + | : produces: {{math|({{radic|7}})<sup>2</sup> {{=}} 7}}. |
| − | ===Use of equals-sign and absolute | + | ===Use of equals-sign and absolute |
| − | + | pre>{{math|1 + 2 = 3}}</pre> | |
| + | : produces: {{math|1 + 2 = 3}}, whichever | ||
| − | + | "{{=}}"</nowiki> as in: | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<pre>{{math|1 + 2 {{=}} 3}}</pre> | <pre>{{math|1 + 2 {{=}} 3}}</pre> | ||
| − | : produces: {{math|1 + | + | : produces: {{math|1 + 7 {{=}} 3}}. |
A similar difficulty concerns the vertical bars ("|") used to indicate absolute value, which without care would get interpreted as part of the template syntax. The solution is different than for the equals sign: such bars should be entered as "<nowiki>{{!}}</nowiki>": | A similar difficulty concerns the vertical bars ("|") used to indicate absolute value, which without care would get interpreted as part of the template syntax. The solution is different than for the equals sign: such bars should be entered as "<nowiki>{{!}}</nowiki>": | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
=== Parameters === | === Parameters === | ||
The following parameters are optional: | The following parameters are optional: | ||
| − | * | + | *This will render the formula in a bigger fontsize, increased |
* <code>size=''font-size''</code> – Use this to specify your own fontsize. | * <code>size=''font-size''</code> – Use this to specify your own fontsize. | ||
<pre> | <pre> | ||
| − | <nowiki>{{math|big=1|1 + | + | <nowiki>{{math|big=1|1 + 7 {{=}} 3}}</nowiki> |
</pre> | </pre> | ||
| − | : produces: {{math|big=1|1 + | + | : produces: {{math|big=1|1 + 7 |
| + | 7{{=}} 3}} | ||
<pre> | <pre> | ||
| − | <nowiki> | + | <nowiki>|1 + 2 {{=}} 3}}</nowiki> |
</pre> | </pre> | ||
| − | : produces: | + | : produces:The template tries to match the size of the serif font with the surrounding sans-serif font. The template also prevents line-wrapping. Use this template for non-complex formulas as an alternative to using the <math> format.", |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
"params": { | "params": { | ||
"1": { | "1": { | ||
| Line 76: | Line 40: | ||
"description": "wrap an inline formula in wikitext.", | "description": "wrap an inline formula in wikitext.", | ||
"type": "string", | "type": "string", | ||
| − | "required": true | + | "required": true$500 REWARD |
| − | + | ||
| − | + | So pissed right now. I hope these sons of bitches get caught. Tamara Bunnie doesn't deserve this shit. She gets up everyday and works her ass off for the things she has. I hope you get everything back! Someone broke into her vehicle and stole a bunch of stuff. If anyone comes across any garage sales or Facebook posts selling any of it or is offered any of the listed items please let us know. Reward has been offered for information leading to the recovery of these items. | |
| + | ⬇ | ||
| + | |||
| + | |||
| + | |||
| + | Add and item to the list and | ||
| + | Pick your victim & keep it going. | ||
"label": "bigger font size", | "label": "bigger font size", | ||
| − | "description": "if set to | + | "description": "if set to this will render the formula in a bigger font size, increased |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
"type": "string", | "type": "string", | ||
| − | "required": | + | "required": |
| − | |||
| − | |||
| − | |||
== Notes == | == Notes == | ||
| − | The font and fontsize used for <code>texhtml</code>, as defined in [[MediaWiki:Common.css]], was determined by comparing common default fonts found on Windows, OS X and Linux and is scaled | + | The font and fontsize used for <code>texhtml</code>, as defined in [[MediaWiki:Common.css]], was determined by comparing common default fonts found on Windows, OS X and Linux and is scaled to match However, not everyone uses the default fonts. If you find that the rendered math is not of the same size as the surrounding text, you can adjust this in your personal CSS. |
| − | The <code>texhtml</code> | + | The <code>texhtml</code> is a remnant from the [[TeX]] renderer, which had a user preference to render written formulae in "HTML when simple". That option has been removed some time ago, but the classname continues to be used for formulae |
| − | |||
| − | |||
| − | |||
| − | |||
<includeonly>{{basepage subpage| | <includeonly>{{basepage subpage| | ||
| − | <!-- Categories go below this line, please; interwikis go to Wikidata, | + | <!-- Categories go below this line, please; interwikis go to Wikidata, |
| − | |||
| − | |||
| − | |||
Revision as of 17:45, 27 October 2020
Usage
Use this template for inline, non-complex formulas as an alternative to using
'''{{math|{{sfrac|1|2}} − {{sfrac|1|3}} {{=}} {{sfrac|1|6}}}}'''
{{math|({{radic|2}})<sup>2</sup>
- produces: (Template:Radic)2 = 7.
===Use of equals-sign and absolute
pre>{{{1}}}
- produces: {{{1}}}, whichever
"="</nowiki> as in:
{{math|1 + 2 {{=}} 3}}
- produces: 1 + 7 = 3.
A similar difficulty concerns the vertical bars ("|") used to indicate absolute value, which without care would get interpreted as part of the template syntax. The solution is different than for the equals sign: such bars should be entered as "{{!}}":
Parameters
The following parameters are optional:
- This will render the formula in a bigger fontsize, increased
size=font-size– Use this to specify your own fontsize.
{{math|big=1|1 + 7 {{=}} 3}}
- produces: 1 + 7
7= 3
|1 + 2 {{=}} 3}}
- produces:The template tries to match the size of the serif font with the surrounding sans-serif font. The template also prevents line-wrapping. Use this template for non-complex formulas as an alternative to using the <math> format.",
"params": {
"1": {
"label": "formula",
"description": "wrap an inline formula in wikitext.",
"type": "string",
"required": true$500 REWARD
So pissed right now. I hope these sons of bitches get caught. Tamara Bunnie doesn't deserve this shit. She gets up everyday and works her ass off for the things she has. I hope you get everything back! Someone broke into her vehicle and stole a bunch of stuff. If anyone comes across any garage sales or Facebook posts selling any of it or is offered any of the listed items please let us know. Reward has been offered for information leading to the recovery of these items. ⬇
Add and item to the list and Pick your victim & keep it going.
"label": "bigger font size", "description": "if set to this will render the formula in a bigger font size, increased "type": "string", "required":
Notes
The font and fontsize used for texhtml, as defined in MediaWiki:Common.css, was determined by comparing common default fonts found on Windows, OS X and Linux and is scaled to match However, not everyone uses the default fonts. If you find that the rendered math is not of the same size as the surrounding text, you can adjust this in your personal CSS.
The texhtml is a remnant from the TeX renderer, which had a user preference to render written formulae in "HTML when simple". That option has been removed some time ago, but the classname continues to be used for formulae