Template:Short description: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div id="shortdescription" class="shortdescription">{{{1}}}</div> | <includeonly> | ||
<!-- | |||
This template is used to add a short description to a page. | |||
Usage: {{Short description|Your description here}} | |||
--> | |||
<div id="shortdescription" class="shortdescription">{{{1|}}}</div> | |||
</includeonly> | |||
<noinclude> | |||
== Documentation == | |||
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: | |||
<pre> | |||
{{Short description|Your description here}} | |||
</pre> | |||
Replace "Your description here" with a concise description of the page's content. | |||
=== Parameters === | |||
; 1 | |||
: The short description text. This is a required parameter. | |||
=== Examples === | |||
<pre> | |||
{{Short description|53rd chapter of the Book of Isaiah in the Hebrew Bible}} | |||
</pre> | |||
=== See also === | |||
* [[Template:Long description]] (if applicable) | |||
* [[Help:Templates]] | |||
[[Category:Templates]] | |||
</noinclude> |
Revision as of 22:07, 24 January 2025
Documentation
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
- 1
- The short description text. This is a required parameter.
Examples
{{Short description|53rd chapter of the Book of Isaiah in the Hebrew Bible}}
See also
- Template:Long description (if applicable)
- Help:Templates