Template:StaffCard/doc: Difference between revisions
Template page
More actions
Created page with "{{documentation header}} <!-- documentation here --> == Usage == This template creates attractive staff member cards for your community. === Basic Syntax === <pre> {{StaffCard |handle=StaffMemberName |ign=minecraft_username |roles=Admin, Moderator |bio=Short biography or description }} </pre> === Parameters === ; handle (required) : The staff member's display name or handle ; ign : Their Minecraft in-game name ; roles : Comma-separated list of roles/titles (e.g., "..." |
(No difference)
|
Revision as of 20:55, 7 July 2025
[purge]
This is the documentation page. It should be transcluded into Template:StaffCard. See Template:Documentation for more information.Usage
This template creates attractive staff member cards for your community.
Basic Syntax
{{StaffCard
|handle=StaffMemberName
|ign=minecraft_username
|roles=Admin, Moderator
|bio=Short biography or description
}}
Parameters
- handle (required)
- The staff member's display name or handle
- ign
- Their Minecraft in-game name
- roles
- Comma-separated list of roles/titles (e.g., "Admin, Builder, Event Coordinator")
- bio
- Short biography or description
- avatar
- URL to avatar image (optional - will use first letter of handle if not provided)
- status
- Current status (active, inactive, vacation) - defaults to "active"
- joined
- Date they joined the staff team
- discord
- Their Discord username
- pronouns
- Their preferred pronouns
Examples
Basic Example
{{StaffCard
|handle=CraftMaster
|ign=craft_master_2023
|roles=Head Admin, Builder
|bio=Been with the server since the beginning. Loves building massive castles and helping new players.
}}
Full Example
{{StaffCard
|handle=AlexTheGreat
|ign=alex_builds_stuff
|roles=Moderator, Event Coordinator, Builder
|bio=Passionate about creating fun events and maintaining a welcoming community atmosphere.
|avatar=https://example.com/avatar.jpg
|status=active
|joined=March 2023
|discord=alexthegreat#1234
|pronouns=they/them
}}
Styling
The cards use a gradient background and hover effects. They are responsive and will adapt to mobile screens.