Template:Userbox: Difference between revisions

From PZwiki
(new layout)
m (minor)
Line 46: Line 46:
</noinclude><includeonly><div class="userbox" style="max-width: 320px;">{{#if:{{{cat|}}}|[[Category:{{{cat}}}]]}}
</noinclude><includeonly><div class="userbox" style="max-width: 320px;">{{#if:{{{cat|}}}|[[Category:{{{cat}}}]]}}
   <div {{#if:{{{logo-color|}}}|style="background-color: {{{logo-color}}};"}}>{{{logo}}}</div>
   <div {{#if:{{{logo-color|}}}|style="background-color: {{{logo-color}}};"}}>{{{logo}}}</div>
   <div {{#if:{{{info-color|}}}|style="background-color: {{{info-color}}};"}}>{{{info}}}</div>
   <div {{#if:{{{info-color|}}}|style="background-color: {{{info-color}}};"}}>
{{{info}}}
  </div>
</div></includeonly>
</div></includeonly>

Revision as of 10:26, 10 January 2024

Hammer.png
This template is currently under construction.
It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this page has not been updated in a while, please replace this notice with {{Improve}}. Last edit was 10/01/2024.
Notebook.pngTemplate Documentation

This template can be used to quickly create a userbox for display on a user's user page without having to know HTML or Wikitable syntax.

Usage

This template is used to create a new userbox. If you want to add an existing userbox to your user page, please check templates in PZwiki:Userboxes.

Syntax

Most HTML-based tables use only a handful of these attributes. The following subset can be used to quickly convert an HTML userbox into the format used here:

{{Userbox
| logo = 
| logo-color = 
| info = 
| info-color = 
| cat = 
}}

Parameters

logo Required
logo image and/or text.
logo-color
logo background color.
info Required
info text.
info-color
info background color.
cat
user category, omit "Category:" prefix.

Examples

{{{logo}}}

{{{info}}}

SpiffoWave.png

Spiffo welcomes you to the wiki!

How to translate

This template doesn't need to/shouldn't be translated, but you can translate the documentation of this template with the following steps:

  1. Create a subpage of this template with the language code of the language you want to translate to.
  2. Copy the code wrapped in the <noinclude> tag in this template into the page you created.
    {{Translation guide}} template should be removed from the translated documentation.
  3. Translate the page according to the translation requirements of normal pages.

See also

Editors can experiment in this template's sandbox.