Widget:FileUrlStyle/doc

From Alex's Caves Wiki
Jump to navigation Jump to search
This is the documentation page. It should be transcluded into the main widget page. See Template:Documentation for more information

This widget allows local files to be used in CSS. Don't use this directly, use Template:FileUrlStyle instead.

It's like Widget:FileUrl, except it assigns the url to a class, so it can be used many times on a page without bloating the page size with the URL.

This is the documentation page. It should be transcluded into the main widget page. See Template:Documentation for more information

This widget allows local files to be used in CSS. Don't use this directly, use Template:FileUrlStyle instead.

It's like Widget:FileUrl, except it assigns the url to a class, so it can be used many times on a page without bloating the page size with the URL.

Example

{{#widget: FileUrlStyle
| class = uranium-icon
| url = 9/9a/Grid_Uranium_(Alexs_Caves).png
}}
[[Uranium|<span class="uranium-icon" style="padding-left:18px;background-repeat:no-repeat">Uranium</span>]]

Uranium