Template:Hubs

From SacredWiki
Jump to navigation Jump to search
20px Users 20px System Administrators 20px Developers

Usage

The template can be centered or right aligned by passing in the alignment as its first parameter. If the page containing the template belongs to a specific area of documentation (i.e. user, administrator, developer), an additional parameter can also be set which bolds and enlarges the corresponding icon(s).

{{hubs
| <center|right>
| <dev|admin|user> = true
}}

Examples

{{hubs|center}}
20px Users 20px System Administrators 20px Developers
{{hubs|right}}
20px Users 20px System Administrators 20px Developers
{{hubs|user=true}}
30px Users 20px System Administrators 20px Developers
{{hubs|admin=true|dev=true}}
20px Users 30px System Administrators 30px Developers
{{hubs|right|dev=true}}
20px Users 20px System Administrators 30px Developers