Template:Short description: Difference between revisions
m Protected "Template:Short description" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) Tags: Mobile edit Mobile web edit |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude>{{documentation}} | <noinclude>{{documentation}} | ||
== Usage == | == Usage == | ||
This template adds a short description to a page | This template adds a short description to a page that appears under the page title, especially visible on mobile devices. | ||
=== Examples === | === Examples === | ||
| Line 7: | Line 7: | ||
* <code><nowiki>{{Short description|Capital city of France}}</nowiki></code> | * <code><nowiki>{{Short description|Capital city of France}}</nowiki></code> | ||
* <code><nowiki>{{Short description|Indian festival of lights}}</nowiki></code> | * <code><nowiki>{{Short description|Indian festival of lights}}</nowiki></code> | ||
* <code><nowiki>{{Short description|none}}</nowiki></code> - Suppresses | * <code><nowiki>{{Short description|none}}</nowiki></code> - Suppresses the description | ||
=== Parameters === | === Parameters === | ||
| Line 15: | Line 15: | ||
Pages using this template are automatically added to [[:Category:Pages with short description]]. | Pages using this template are automatically added to [[:Category:Pages with short description]]. | ||
</noinclude><includeonly | </noinclude><includeonly>{{#ifeq:{{{1|}}}|none||<div class="shortdescription">{{{1}}}</div>[[Category:Pages with short description]]}}</includeonly> | ||