1,041 bytes added
, 23:38, 23 November 2020
This template replaces chains of multiple line-break HTML tags ('''<nowiki><br></nowiki>''' tags) for neater looking articles and better editor support.
Use this template in situations where ''multiple'' <nowiki><br></nowiki> tags are used together. This template should not be used to replace just a single <nowiki><br></nowiki> tag.
==Usage==
<nowiki>{{BR|</nowiki>''Number of Line Breaks''<nowiki>}}</nowiki>
==Example==
<nowiki>{{BR|</nowiki>1<nowiki>}}</nowiki>
would insert one '''<nowiki><br></nowiki>''' tag (line-break) within an article page.
<nowiki>{{BR|</nowiki>2<nowiki>}}</nowiki>
would insert/replace two '''<nowiki><br></nowiki>''' tags (line-break) within an article page.
<nowiki>{{BR|</nowiki>3<nowiki>}}</nowiki>
would insert/replace three '''<nowiki><br></nowiki>''' tags (line-break) within an article page.
''...And so on up to 30.''
----
<nowiki><br></nowiki><nowiki><br></nowiki><nowiki><br></nowiki><nowiki><br></nowiki><nowiki><br></nowiki> would be replaced with <nowiki>{{BR|</nowiki>5<nowiki>}}</nowiki>