Template:Note

From MediaWiki
Revision as of 11:24, 20 November 2024 by Sst-la1 (talk | contribs) (→‎Usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

This template provides a customizable note box.

Preview

Preview - Simple

This is a simple test note without a title.
Simple note
This is a simple test note with a title.

Usage

<!-- Simplest form -->
{{Note|content=This is a simple test note without a title.}}
{{Note|title=Simple note|content=This is a simple test note with a title.}}

<!-- Collapsed by default and multi-lined -->
{{Note|collapsed=true|title=Second Test|content=
This is a ''advanced'' test note over multiple lines.

This is a ''advanced'' test note over multiple lines.

This is a ''advanced'' test note over multiple lines.
}}

<!-- Right positioned -->
{{Note|position=right|title=Third Test|content=Right positioned note.}}