Template:LyricAlign: Difference between revisions

From Blank Chronicle
(Created page with "<div style="text-align: {{{align|center}}}"> {{{content|}}} </div> <noinclude> <templatedata> { "params": { "align": { "label": "Align Direction", "description": "Spe...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
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",
Line 24: Line 24:
"align",
"align",
"content"
"content"
],
]
"format": "block"
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 22:21, 2 June 2021

Template for aligning lyrics.

Template parameters

ParameterDescriptionTypeStatus
Align Directionalign

Specify the direction to align text. Options are left, right, and center.

Default
center
Stringrequired
Contentcontent

Content to align.

Contentrequired