Template:Uniform map/doc: Difference between revisions
ArrowHead294 (talk | contribs) |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| (10 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{dochead}} | {{dochead}}{{substitute|no}} | ||
The '''Uniform map''' templates creates a table of [[prime limit|''p''-prime-limit]] [[uniform map]]s between two size boundaries. | |||
=== Usage === | === Usage === | ||
This template accepts | This template accepts the following named arguments: | ||
; <code>edo</code> | |||
: The central EDO for the range. | |||
; <code>min</code> | |||
: Minimum size, given as 1\size (write only the decimal number). | |||
; <code>max</code> | |||
: Maximum size, given as 1\size (write only the decimal number). | |||
; <code>limit</code> | |||
: Prime limit (write only the prime number); defaults to 13-limit. | |||
If no min/max are provided, the range wil be <code>edo</code> ±0.2 (see first example below). | |||
==== Examples ==== | |||
Preferably, stick to just providing the EDO for the page: | |||
<pre>{{Uniform map|edo=7}}</pre> | |||
gives: | |||
{{Uniform map|edo=7}} | |||
You can customize the table by providing more arguments: | |||
<pre>{{Uniform map|min=6.5|max=7.5|limit=5}}</pre> | |||
=== | gives: | ||
{{Uniform map|min=6.5|max=7.5|limit=5}} | |||