Flairs

This component lets you customize how a user's username looks when you insert their username via [[*user Username]]. Here is an example on how to use it:

[[include :backrooms-sandbox-2:flairs
|rgb=160, 32, 240
|username=userunhacked
|imageurl=http://d3g0gp89917ko0.cloudfront.net/v--291054f06006/common--theme/base/images/karma/star.png
]]

[[*user userunhacked]]


If this code were to be implemented into an empty page, the content would look like:
flair

Note that this code will only affect the page that it's on. To make your user flair sitewide, first get permission from the owner of the site (unless it's you, obviously), then contact userunhackeduserunhacked. I'll explain how to do it to you.

RGB: This part of the component lets you pick what color your username appears as. In the example, it is set to 160, 32, 240. It will therefore make it purple. You only put a comma after the first two numbers, like shown in the above example. Putting a comma after the third value will make the code not work.

Username: This part of the component is there to specify which user will have the flair. Insert the desired username in lowercase, like in the example. If the desired user has any characters in their username that are not numbers or letters (including spaces), replace them with a hyphen (-) for the code.

ImageURL: If you want an image right next to your name, insert a URL for this part of the code. If you wish not so, you can leave it blank.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License