Difference between revisions of "Icons"
Jump to navigation
Jump to search
(link to Emoji list) |
(adds syntax help for using icons) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Help:Contents]] provides details about using graphics. | [[Help:Contents]] provides details about using graphics. | ||
− | + | In order to provide more utility for using Icons and graphics as interface elements in this wiki, we've installed the [[mw:Extension:Icon|Icon Extension]] This creates a new "parser function" which simply means that the syntax for using graphics is easier. | |
− | + | ||
− | == | + | == Usage == |
− | + | <pre> | |
− | < | + | {{#icon: image title | image alt text | image width | page to link to }} |
− | + | </pre> | |
− | + | * Only the '''image title''' argument is required - the rest are optional. | |
− | + | <pre> | |
− | + | {{#icon: Info.png|Info}} will display the Info.png icon in it's default size | |
− | + | {{#icon: Info.png|Info|24}} will display the Info.png icon with a width of 24px | |
− | < | + | {{#icon: Info.png|Info|24|Special:Help}} same as above and clicking on it will link to Special:Help |
− | + | </pre> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 09:13, 10 October 2008
Help:Contents provides details about using graphics.
In order to provide more utility for using Icons and graphics as interface elements in this wiki, we've installed the Icon Extension This creates a new "parser function" which simply means that the syntax for using graphics is easier.
Usage[edit | edit source]
{{#icon: image title | image alt text | image width | page to link to }}
- Only the image title argument is required - the rest are optional.
{{#icon: Info.png|Info}} will display the Info.png icon in it's default size {{#icon: Info.png|Info|24}} will display the Info.png icon with a width of 24px {{#icon: Info.png|Info|24|Special:Help}} same as above and clicking on it will link to Special:Help