小部件:FileUrlStyle

来自Minecraft基岩版开发Wiki

<style>.{background-image:url(/w/images/)}</style>

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 = diamond-icon
| url = thumb/7/72/Grid_Diamond.png/16px-Grid_Diamond.png
}}
[[Diamond|<span class="diamond-icon" style="padding-left:18px;background-repeat:no-repeat">Diamond</span>]]

Diamond