Template:LyricAlign: Difference between revisions
(Created page with "<div style="text-align: {{{align|center}}}"> {{{content|}}} </div> <noinclude> <templatedata> { "params": { "align": { "label": "Align Direction", "description": "Spe...") |
No edit summary |
||
Line 8: | Line 8: | ||
"align": { | "align": { | ||
"label": "Align Direction", | "label": "Align Direction", | ||
"description": "Specify the direction to align text. Options are left, right, and center", | "description": "Specify the direction to align text. Options are left, right, and center.", | ||
"type": "string", | "type": "string", | ||
"default": "center", | "default": "center", |
Revision as of 22:33, 15 May 2021
Template for aligning lyrics.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Align Direction | align | Specify the direction to align text. Options are left, right, and center.
| String | required |
Content | content | Content to align. | Content | required |