This page is protected and can only be modified by administrators

Widget:FileUrlStyle

From Aether Project Wiki
Jump to navigation Jump to search

<style>.{background-image:url(https://aether.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.

Example

{{#widget: FileUrlStyle
| class = ambrosium-shard-a1-icon
| url = thumb/6/6c/Grid_Ambrosium_Shard_A1_Modern.png/16px-Grid_Ambrosium_Shard_A1_Modern.png
}}
[[Ambrosium Shard|<span class="ambrosium-shard-a1-icon" style="padding-left:18px;background-repeat:no-repeat">Ambrosium Shard</span>]]

Ambrosium Shard

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