Template:Map icon: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
mNo edit summary
m (Consistency.)
Line 28: Line 28:


==Skeleton==
==Skeleton==
<pre>{{map icon | <icon> | <x> | <y> | <size> | bg = <bg?> | custom = <custom?>}}</pre>
<pre>{{map icon | <icon> | <x> | <y> | <size> | bg = <background?> | custom = <custom?>}}</pre>


==Examples==
==Examples==

Revision as of 12:05, August 11, 2021


Info

Places an icon on top of a map, for use with {{map}}.

Parameters

Parameter Mandatory Default Purpose Detailed description
1 Yes Icon The name of the icon's subject. This will place the name in the {{icon}} template.
2 Yes 0 X X coordinate of the center of the icon.
3 Yes 0 Y Y coordinate of the center of the icon.
4 No 32 Width Width of the icon.
bg No Background A CSS background property to apply a circular highlight behind the icon.
custom No Custom icon If you don't want the icon on the first parameter to use {{icon}}, then use the first parameter to specify your custom icon (or text, or whatever you want), and give this parameter a value, like "y".

Skeleton

{{map icon | <icon> | <x> | <y> | <size> | bg = <background?> | custom = <custom?>}}

Examples

See: Template:Map#Examples