Template:Note

From The Maceys in California
Revision as of 00:00, 25 January 2026 by Lynn Macey (talk | contribs) (Created page with "<noinclude>{{Template}} '''A 'Note' box used to emphasize important information.''' ====Usage==== {{Codeline|1=<nowiki>{{Note|This text should be noted, with a link to nowhere or a link to that works.}}</nowiki>}} ====Example==== {{Note|This text should be noted, with a link to nowhere or a link to that works.}}</noinclude><includeonly>{{Box BLUE|1=Note:|2=<span class='Alp-Note'>{{{1}}}</span>}}</includeonly><noinclu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template Documentation for Note

This page is a template and should only be used as part of other articles. For more information, read Help:Template.

Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.

Feel free to voice your opinion regarding this template.

A 'Note' box used to emphasize important information.

Usage

{{Note|This text should be noted, with a [[link to nowhere]] or a [[Special:Version| link to that works]].}}

Example

Note: This text should be noted, with a link to nowhere or a link to that works.

Alpine Linux Customizations

This template uses the 'Alp-Note' class to make sure the anchors are underlined. The Alp-Note class is defined in common/shared.css as

/* For the Note class */
.Alp-Note a { text-decoration: underline; }