Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.
Revision as of 06:46, December 1, 2024 by The Minmus Derp (talk | contribs) (Created page with "<includeonly><templatestyles src="Bginfo/styles.css"/>{{#if:{{{4|}}}|:{{error|The bginfo template only supports three individual notes. Please use a "Background information" section instead.}}|<div class="bginfo"><p>{{{1}}}</p>{{#if:{{{2|}}}|<p>{{{2}}}</p>{{#if:{{{3|}}}|<p>{{{3}}}</p>}}}}</div>}}</includeonly><noinclude> == Usage == <pre>{{bginfo|Background information}}</pre> <pre>{{bginfo|Background information line 1|Background information line 2}}</pre> If there are...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

{{bginfo|Background information}}
{{bginfo|Background information line 1|Background information line 2}}

If there are more than three items within a background note, place the items in a Background information header instead.

Examples

{{bginfo|Background information}}

Background information

{{bginfo|Background information line 1|Background information line 2}}

Background information line 1

Background information line 2

Note

URLs containing unencoded equal signs (=) will break this template. To fix this, you should encode all equal signs using {{=}}. An alternative would be to use the HTML entity &#61; in place of the equal sign.