Template:Icon: Difference between revisions
SimpleArrows (talk | contribs) mNo edit summary |
SimpleArrows (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>[[Image:{{{1}}}|{{{2|20px | <includeonly>[[Image:{{{1}}} {{#if: {{{2|}}}|{{!}}{{{2}}}|{{!}}20px}}|link={{{3|}}}]]</includeonly><noinclude>[[Category: Inline Templates]] | ||
{{Icon|Icon_RFGMissions.png}} | <templatedata> | ||
{{Icon|Icon_RFGMissions.png|50px}} | { | ||
{{Icon|Icon_RFGMissions.png| | "params": { | ||
"1": { | |||
"label": "Image", | |||
"description": "The image used for the icon.", | |||
"example": "Icon_RFGSafehouse.png", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Size", | |||
"description": "Optional. Size override of the icon.", | |||
"example": "30px", | |||
"type": "number", | |||
"default": "20px" | |||
}, | |||
"3": { | |||
"label": "Link", | |||
"description": "The name of the page to link to. By default, the icon cannot be clicked.", | |||
"example": "Parker (Sector)", | |||
"type": "wiki-page-name" | |||
} | |||
}, | |||
"description": "Creates a small icon with ease.", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
<pre>{{Icon|FILE_NAME|SIZE_OVERRIDE|LINK}}</pre> | |||
'''Usage:''' | |||
<pre>{{Icon|Icon_RFGMissions.png}} Missions | |||
{{Icon|Icon_RFGMissions.png|50px}} Missions | |||
{{Icon|Icon_RFGMissions.png||Red Faction: Guerrilla Missions}} Missions</pre> | |||
'''Output:'''<br> | |||
{{Icon|Icon_RFGMissions.png}} Missions<br> | |||
{{Icon|Icon_RFGMissions.png|50px}} Missions<br> | |||
{{Icon|Icon_RFGMissions.png||Red Faction: Guerrilla Missions}} Missions | |||
</noinclude> | </noinclude> |
Revision as of 11:40, 19 February 2024
Creates a small icon with ease.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | 1 | The image used for the icon.
| File | required |
Size | 2 | Optional. Size override of the icon.
| Number | optional |
Link | 3 | The name of the page to link to. By default, the icon cannot be clicked.
| Page name | optional |
{{Icon|FILE_NAME|SIZE_OVERRIDE|LINK}}
Usage:
{{Icon|Icon_RFGMissions.png}} Missions {{Icon|Icon_RFGMissions.png|50px}} Missions {{Icon|Icon_RFGMissions.png||Red Faction: Guerrilla Missions}} Missions