Toggle menu
14
232
69
27.2K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 00:58, 21 February 2025 by Prd (talk | contribs) (Created page with "{{documentation subpage}} :''"Template:Rightdelimiter" and "Template:Rightdelimiter/doc" redirect to here.'' This is for producing tall right-handed delimiters for multiline expressions (usually mathematical) in HTML, together with {{tl|ldelim}}, compatible with {{tl|math}}, as an alternative to LaTeX. Up to 5 lines are possible. The name "rdelim" is a shorthand for "right-handed delimiter". '''This template uses {{tl|delimiter-es}}'''. ==Syntax== The template has the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
"Template:Rightdelimiter" and "Template:Rightdelimiter/doc" redirect to here.

This is for producing tall right-handed delimiters for multiline expressions (usually mathematical) in HTML, together with {{ldelim}}, compatible with {{math}}, as an alternative to LaTeX. Up to 5 lines are possible. The name "rdelim" is a shorthand for "right-handed delimiter".

This template uses {{delimiter-es}}.

Syntax

The template has the code:

{{rdelim|a|b|sup=|sub=}}

containing principal two parameters:

  • the first parameter a is
    • square for square brackets [ ],
    • round for round brackets ( ),
    • vert for vertical bars | |,
    • doublevert for double vertical bars || ||,
  • the second parameter b is the number of lines for the expression, and equals one of the values 2, 3, 4, 5.

and two optional parameters:

  • sup for superscripts outside of the delimiter,
  • sub for subscripts outside of the delimiter.

Without the superscript and subscript parameters, the < sup > or < sub > tags alone will not position the superscripts or subscripts correctly.

Examples

No template:math

Lorentz factor
γ(v) =    1/1 −   v/c2  12   
Absolute value of a fraction
   a + 12/b + c   
Norm of a vector with scalar fractions
        p/2 + 1/a/3 + b    A +     q/2 − 1/a + b/3    B    
A representation of the Lorentz group
  1/2, 0    0, 1/2  
Ampère's circuital law with Maxwell's correction

S
Bdx =
S
  μ0J + 1/c2E/t  dS

template:math

Lorentz factor
γ(v) =    1/1 −   v/c2  12   
Absolute value of a fraction
   a + 12/b + c   
Norm of a vector with scalar fractions
        p/2 + 1/a/3 + b    A +     q/2 − 1/a + b/3    B    
A representation of the Lorentz group
  1/2, 0    0, 1/2  
Ampère's circuital law with Maxwell's correction

S
Bdx =
S
  μ0J + 1/c2E/t  dS

See also

External sites