Template:Short description/doc

From Know Islam
Revision as of 22:10, 24 January 2025 by Menj (talk | contribs) (Created page with "<includeonly> <!-- This is the documentation subpage for Template:Short description. --> </includeonly> <noinclude> == Template:Short description == {{Documentation}} <!-- Add a notice to indicate this is a documentation page --> <div style="background: #f8f9fa; border: 1px solid #aaa; padding: 0.5em 1em; margin-bottom: 1em;"> This is the documentation for the <code>Template:Short description</code>. To use this template, follow the instructions below. </div> === Purpo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Template:Short description

Template:Short description/doc/doc

This is the documentation for the Template:Short description. To use this template, follow the instructions below.

Purpose

This template is used to add a short description to a page. The description is displayed in a visually subtle manner and can be used for search engine optimization (SEO) or to provide a brief summary of the page's content.

Usage

To use this template, add the following code to the top of a page:

{{Short description|Your description here}}

Replace Your description here with a concise description of the page's content.

Parameters

Parameter Description Required
1 The short description text. Yes

Examples

Here are some examples of how to use this template:

Example 1

{{Short description|53rd chapter of the Book of Isaiah in the Hebrew Bible}}

Example 2

{{Short description|Overview of the history and culture of ancient Rome}}

Customization

You can customize the appearance of the short description by adding CSS to MediaWiki:Common.css. For example:

.shortdescription {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 1em;
}

See also

Categories