Template:FirstLine: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{#if:{{{2|}}}|'''First Line:''' {{{1}}} {{{2}}}<br>|'''First Line:''' {{{1}}}<br>}}</includeonly><noinclude><!--
<includeonly>{{#if:{{{3|}}}|{{#if:{{{2|}}}|'''First Line:''' {{{1}}} {{{2}}}<br>|'''First Line:''' {{{1}}}<br>}}|{{#if:{{{2|}}}|'''First Line:''' {{{1}}} {{{2}}}<br>|'''First Line:''' {{{1}}}<br>}}}}</includeonly><noinclude><!--
-->
-->
This template copies the text in the first parameter, followed by the second parameter if it is not blank.
This template copies the text in the first parameter, followed by the second parameter if it is not blank. A line break is added unless the third parameter has content.


'''Syntax:'''
'''Syntax:'''
Line 7: Line 7:
:: OR
:: OR
:<tt><nowiki>{{FirstLine|<text>|<optional>}}</nowiki></tt> &nbsp; &nbsp; Result: <tt>'''First Line''': <text>, <optional></tt> followed by a line break.
:<tt><nowiki>{{FirstLine|<text>|<optional>}}</nowiki></tt> &nbsp; &nbsp; Result: <tt>'''First Line''': <text>, <optional></tt> followed by a line break.
:: OR
:<tt><nowiki>{{FirstLine|<text>||No}}</nowiki></tt> &nbsp; &nbsp; Result: <tt>'''First Line''': <text>, <optional></tt> with no line break.


'''Examples:'''
'''Examples:'''
:<tt><nowiki>{{FirstLine|O for a sweet inspiring ray}}</nowiki></tt> gives {{FirstLine|O for a sweet inspiring ray}}
:<tt><nowiki>{{FirstLine|O for a sweet inspiring ray}}</nowiki></tt> gives {{FirstLine|O for a sweet inspiring ray}}
:<tt><nowiki>{{FirstLine|Sweet is the day of sacred rest|(Watts)}}</nowiki></tt> gives {{FirstLine|Sweet is the day of sacred rest|(Watts)}}
:<tt><nowiki>{{FirstLine|Sweet is the day of sacred rest|(Watts)}}</nowiki></tt> gives {{FirstLine|Sweet is the day of sacred rest|(Watts)}}
 
:<tt><nowiki>{{FirstLine|We lie in shadows of the night||NoBreak}}</nowiki></tt> gives {{FirstLine|Sweet is the day of sacred rest||No}}


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 18:42, 31 August 2018

This template copies the text in the first parameter, followed by the second parameter if it is not blank. A line break is added unless the third parameter has content.

Syntax:

{{FirstLine|<text>}}     Result: First Line: <text> followed by a line break.
OR
{{FirstLine|<text>|<optional>}}     Result: First Line: <text>, <optional> followed by a line break.
OR
{{FirstLine|<text>||No}}     Result: First Line: <text>, <optional> with no line break.

Examples:

{{FirstLine|O for a sweet inspiring ray}} gives First Line: O for a sweet inspiring ray
{{FirstLine|Sweet is the day of sacred rest|(Watts)}} gives First Line: Sweet is the day of sacred rest (Watts)
{{FirstLine|We lie in shadows of the night||NoBreak}} gives First Line: Sweet is the day of sacred rest