Format notes
From timescalewiki
This is a list of common code templates and styles we use at timescalewiki.
Contents
Theorem/proof box template
The code
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px"> <strong>THEOREM/LEMMA/PROPOSITION:</strong> STATEMENT OF THEOREM <div class="mw-collapsible-content"> <strong>Proof:</strong> proof goes here █ </div> </div>
creates
THEOREM/LEMMA/PROPOSITION: STATEMENT OF THEOREM
Proof: proof goes here █
Generic list of time scales
The code
{| class="wikitable" |+Time Scale foo Functions |- |$\mathbb{T}$ | |- |[[Real_numbers | $\mathbb{R}$]] |$foo(t)= $ |- |[[Integers | $\mathbb{Z}$]] |$foo(t) = $ |- |[[Multiples_of_integers | $h\mathbb{Z}$]] | $foo(t) = $ |- | [[Square_integers | $\mathbb{Z}^2$]] | $foo(t) = $ |- |[[Quantum_q_greater_than_1 | $\overline{q^{\mathbb{Z}}}, q > 1$]] | $foo(t) = $ |- |[[Quantum_q_less_than_1 | $\overline{q^{\mathbb{Z}}}, q < 1$]] | $foo(t) =$ |- |[[Harmonic_numbers | $\mathbb{H}$]] |$foo(t) = $ |}
generates
$\mathbb{T}$ | |
$\mathbb{R}$ | $foo(t)= $ |
$\mathbb{Z}$ | $foo(t) = $ |
$h\mathbb{Z}$ | $foo(t) = $ |
$\mathbb{Z}^2$ | $foo(t) = $ |
$\overline{q^{\mathbb{Z}}}, q > 1$ | $foo(t) = $ |
$\overline{q^{\mathbb{Z}}}, q < 1$ | $foo(t) =$ |
$\mathbb{H}$ | $foo(t) = $ |
General format for time scale pages
Categories
[[Category:Plot]] [[Category:TimeScaleDeltaExponential]] [[Category:TimeScale:Integers]]