Template:Region icon/doc: Difference between revisions

Jump to navigation Jump to search
(Created page with "This template is used to display a region icon on the top-right area of an article page. == Usage == <pre style="overflow:auto"> {{Region icon | Region = <!-- The nam...")
 
No edit summary
Line 1: Line 1:
This template is used to display a region icon on the top-right area of an article page.
This template is used to display a region icon on the top-right area of an article page.
Derivative templates should be named in the following format: '''Template:Region_icon_REGIONNAME'''
For example, an icon template for the region Ajax would be called ''Template:Region_icon_Ajax''


== Usage ==
== Usage ==

Revision as of 00:03, 25 March 2019

This template is used to display a region icon on the top-right area of an article page.

Derivative templates should be named in the following format: Template:Region_icon_REGIONNAME For example, an icon template for the region Ajax would be called Template:Region_icon_Ajax

Usage

{{Region icon
| Region         = <!-- The name of the region. -->
| Regionimage    = <!-- The name of the region's logo/image for the icon. -->
| Regionpage     = <!-- The region's page that will be linked to when the icon is clicked on. -->
| Regioncategory = <!-- The category to be used for the region's articles. Don't include the "Category:" namespace prefix. Default is the name of the region. -->
| Nocat          = <!-- Set to "yes" if you don't want the icon to automatically categorize pages. -->
}}

Example

{{Region icon
| Region         = Ajax
| Regionimage    = Ajax_Logo.png
| Regionpage     = Ajax
| Regioncategory = Ajax
| Nocat          = no
}}