Template:Multifeature: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Tag: Undo |
||
| Line 1: | Line 1: | ||
<table style="border-spacing: 0px; text-align: {{{align|left}}}; user-select: none;"> | <table style="display: inline-table; border-spacing: 0px; text-align: {{{align|left}}}; user-select: none;"> | ||
<tr><td style="border: 1px solid black; border-right: none; {{#ifeq:{{{rounded|}}}|true|border-radius: 5px 0 0 5px;}} width: 0.1em;"></td><td style="border: none;"> </td> | <tr><td style="border: 1px solid black; border-right: none; {{#ifeq:{{{rounded|}}}|true|border-radius: 5px 0 0 5px;}} width: 0.1em;"></td><td style="border: none;"> </td> | ||
<td style="padding-bottom: 0.25em; vertical-align: middle; user-select: text; border: none;">{{{1}}}{{#if: | <td style="padding-bottom: 0.25em; vertical-align: middle; user-select: text; border: none;">{{{1}}}{{#if: | ||
Revision as of 21:55, 4 February 2020
| {{{1}}} |
- The following documentation is located at Template:Multifeature/doc. [edit]
- Useful links: subpage list • links • redirects • transclusions • errors (parser/module) • sandbox
Multi-line sound feature template.
| +stop
+consonant +alveolar |
Up to 10 features (trivial to improve if needed), rounded and align fields are optional, rounded can only equal true, align takes any possible css text-align values.
{{Multifeature
|1
|2
|1000
}}
| 1
2 1000 |
{{Multifeature
|1
|2
|1000
|example=abcd
|align=center
|rounded=true
}}
| 1
2 1000 |
{{Multifeature
|1
|2
|3
|4
|5
|6
|7
|8
|9
|10
}}
| 1
2 3 4 5 6 7 8 9 10 |