Template:Infobox/doc: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{dochead}}{{modlink}}{{clear}}
{{dochead}}{{lua}}
{{todo|inline=1| Description }}
'''{{ARTICLEROOTPAGENAME}}''' is intended as a meta-template (i.e. a template intended mainly for constructing other templates). Although using [[Module:Infobox]] directly is the primary way to create infoboxes (such as those that automatically add entries), this template can be used standalone, such as with prototyping or making simple infoboxes. See [[:Category:Infoboxes]] to see all templates that generate infoboxes.{{clear}}


=== Basic usage ===
=== Basic usage ===
Line 141: Line 141:
| Upper Link = ↑ 4L 2s
| Upper Link = ↑ 4L 2s
| Lower Link = ↓ 6L 2s
| Lower Link = ↓ 6L 2s
}}</pre>
}}</pre>{{clear}}
 
{{Clear}}


=== Advanced use ===
=== Advanced use ===
''work-in-progress''
{{todo|inline=1| work-in-progress }}

Latest revision as of 18:07, 18 March 2025

Template:Infobox is intended as a meta-template (i.e. a template intended mainly for constructing other templates). Although using Module:Infobox directly is the primary way to create infoboxes (such as those that automatically add entries), this template can be used standalone, such as with prototyping or making simple infoboxes. See Category:Infoboxes to see all templates that generate infoboxes.

Basic usage

Rows in an infobox can be added by adding parameters Header N and Row N. Up to 30 rows can be added, each with a separate header and data entry.

3/2
Size in cents 701.9¢
Common name(s) Just perfect 5th
Harmonic entropy 3.42385 bits
{{Infobox
| Title=3/2
| Header 1 = Size in cents
| Data 1 = 701.9¢
| Header 2 = Common name(s)
| Data 2 = Just perfect 5th
| Header 3 = Harmonic entropy
| Data 3 = 3.42385 bits
}}

Left and right links

Basic navigation can be added by including Left Link and Right Link.

Note that links are not automatically formatted.

← 11edo 12edo 13edo →
Size of fifth 700¢
Size of step 100¢
{{Infobox
| Title=12edo
| Header 1 = Size of fifth
| Data 1 = 700¢
| Header 2 = Size of step
| Data 2 = 100¢
| Left Link = ← 11edo
| Right Link = 13edo →
}}

Omitting links

Links can be omitted, such as with border cases.

Prime Limit 2 3-limit →
{{Infobox
| Title=Prime Limit 2
| Right Link = 3-limit →
}}

Upper and lower links

Additional navigation can be added by including any of the following: Upper Left Link, Upper Link, Upper Right Link, Lower Left Link, Lower Link, and Lower Right Link. As with the left and right links, links can be omitted.

↑ 4L 2s
← 5L 1s 5L 2s 5L 3s →
↓ 6L 2s
Generator 685.7¢ to 720¢
Basic tuning 12edo (gen = 700¢)
{{Infobox
| Title=5L 2s
| Header 1 = Generator
| Data 1 = 685.7¢ to 720¢
| Header 2 = Basic tuning
| Data 2 = 12edo (gen = 700¢)
| Left Link = ← 5L 1s
| Right Link = 5L 3s →
| Upper Link = ↑ 4L 2s
| Lower Link = ↓ 6L 2s
}}

Headerless rows

A row that only contains a Data N entry and no corresponding Header N 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.

↑ 4L 2s
← 5L 1s 5L 2s 5L 3s →
↓ 6L 2s
Generator information
Bright gen 685.7¢ to 720¢
Dark gen 480¢ to 514.3¢
Tunings
Hard tuning 17edo (gen = 705.9¢)
Basic tuning 12edo (gen = 700¢)
Soft tuning 19edo (gen = 694.7¢)
Listen on Xenpaper
{{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
}}

Advanced use

Todo: work-in-progress