Template:Varepsilon/doc

From testwiki
Jump to navigation Jump to search

Template:Documentation subpage

This template returns the Greek letter epsilon for use in mathematics. A call to this template will produce characters such as Template:Varepsilon or Template:Varepsilon (with Template:Para).

Wiki code Rendered result Compared to: which is produced by: Note
<math>\varepsilon</math> ε This template is named after the LaTeX naming convention for "varepsilon", which is opposite of the HTML convention.
<math>\epsilon</math> ϵ
{{varepsilon}} Template:Varepsilon ε ''&epsilon;''
{{varepsilon|bold=true}} Template:Varepsilon ε '''''&epsilon;'''''
{{varepsilon|noitalic=true}} Template:Varepsilon ε &epsilon;
{{varepsilon|noitalic=true|bold=true}} Template:Varepsilon ε '''&epsilon;'''

TemplateData

<templatedata> { "params": { "noitalic": { "label": "No italic", "description": "Whether or not the character displayed is not italic." }, "bold": { "label": "bold", "description": "Whether to use the variation of the character that is bold. Note: Not every symbol has a corresponding bold character." } }, "description": "This template displays the Greek letter epsilon for use in mathematical equations." } </templatedata>

See also