Template:Infobox/doc: Difference between revisions
documentation |
|||
| Line 85: | Line 85: | ||
{{Clear}} | {{Clear}} | ||
==== | === Headerless rows === | ||
A row that only contains a <code>Data ''N''</code> entry and no corresponding <code>Header ''N''</code> is interpreted as a headerless row. This can be used as separators for grouping related information or for information that does not require a header, such as external links. | |||
{{Infobox | |||
| Title=5L 2s | |||
| Data 1 = Generator information | |||
| Header 2 = Bright gen | |||
| Data 2 = 685.7¢ to 720¢ | |||
| Header 3 = Dark gen | |||
| Data 3 = 480¢ to 514.3¢ | |||
| Data 4 = Tunings | |||
| Header 5 = Hard tuning | |||
| Data 5 = 17edo (gen = 705.9¢) | |||
| Header 6 = Basic tuning | |||
| Data 6 = 12edo (gen = 700¢) | |||
| Header 7 = Soft tuning | |||
| Data 7 = 19edo (gen = 694.7¢) | |||
| Data 30 = Listen on Xenpaper | |||
| Left Link = ← 5L 1s | |||
| Right Link = 5L 3s → | |||
| Upper Link = ↑ 4L 2s | |||
| Lower Link = ↓ 6L 2s | |||
}} | |||
The templates [[Template:numlinks]] and [[Template:numlinks 2-num]] may be used to automatically generate links for numbered pages. | <pre>{{Infobox | ||
| Title=5L 2s | |||
| Data 1 = Generator information | |||
| Header 2 = Bright gen | |||
| Data 2 = 685.7¢ to 720¢ | |||
| Header 3 = Dark gen | |||
| Data 3 = 480¢ to 514.3¢ | |||
| Data 4 = Tunings | |||
| Header 5 = Hard tuning | |||
| Data 5 = 17edo (gen = 705.9¢) | |||
| Header 6 = Basic tuning | |||
| Data 6 = 12edo (gen = 700¢) | |||
| Header 7 = Soft tuning | |||
| Data 7 = 19edo (gen = 694.7¢) | |||
| Data 30 = Listen on Xenpaper | |||
| Left Link = ← 5L 1s | |||
| Right Link = 5L 3s → | |||
| Upper Link = ↑ 4L 2s | |||
| Lower Link = ↓ 6L 2s | |||
}}</pre>{{clear}} | |||
== Advanced usage == | |||
=== Using numlinks === | |||
The templates [[Template:numlinks]] and [[Template:numlinks 2-num]] may be used to automatically generate links for numbered pages. These templates may be placed in a <code>Data</code> row or as the <code>Title</code>. | |||
{{Infobox | {{Infobox | ||
| Line 117: | Line 164: | ||
{{clear}} | {{clear}} | ||
These templates can be used as the infobox's <code>Title</code>, producing the same result as using the infobox's <code>Link</code> parameters. Under such use, the <code>Link</code> parameters must not be used at the same time as using numlinks templates as the <code>Title</code>. | |||
{{Infobox | {{Infobox | ||
| Line 142: | Line 189: | ||
{{clear}} | {{clear}} | ||
== See also == | == See also == | ||