This page is protected and can only be modified by administrators

Widget:FileUrlStyle

From Alex's Caves Wiki
Jump to navigation Jump to search

<style>.{background-image:url(https://alexscaves.wiki.gg/images/)}</style>

[view | edit | history | purge]Documentation

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 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

[view | edit | history | purge]The above documentation is transcluded from Widget:FileUrlStyle/doc.