Difference between revisions of "Template:Infobox coordinator"
From EVE University Wiki
m (Final revision with necessary corrections) |
m |
||
Line 12: | Line 12: | ||
| abovestyle = {{#switch: {{lc: {{{role|}}} }} | | abovestyle = {{#switch: {{lc: {{{role|}}} }} | ||
| coordinator = background: #172489; | | coordinator = background: #172489; | ||
+ | background-image: -moz-linear-gradient(center top, #172489 0%, #3D85C6 100%); | ||
+ | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#172489), color-stop(100%,#3D85C6)); | ||
+ | background-image: -webkit-linear-gradient(top, #172489 0%, #3D85C6 100%); | ||
+ | background-image: -o-linear-gradient(top, #172489 0%, #3D85C6 100%); | ||
+ | background-image: -ms-linear-gradient(top, #172489 0%, #3D85C6 100%); | ||
+ | background-image: linear-gradient(to bottom, #172489 0%, #3D85C6 100%); | ||
+ | color: lightgrey; | ||
+ | | lead = background: #172489; | ||
background-image: -moz-linear-gradient(center top, #172489 0%, #3D85C6 100%); | background-image: -moz-linear-gradient(center top, #172489 0%, #3D85C6 100%); | ||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#172489), color-stop(100%,#3D85C6)); | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#172489), color-stop(100%,#3D85C6)); | ||
Line 122: | Line 130: | ||
| below = {{#switch: {{lc: {{{role|}}} }} | | below = {{#switch: {{lc: {{{role|}}} }} | ||
| coordinator = Community Coordinator | | coordinator = Community Coordinator | ||
+ | | lead = Community Lead | ||
| manager = Community Manager | | manager = Community Manager | ||
| #default = Role: Unknown | | #default = Role: Unknown |
Revision as of 22:11, 26 March 2024
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- This template is used to create an Infobox for the coordinators.
- Dependencies
- Uses
- {{Infobox}}
- member.png as default image.
- Syntax
{{Infobox coordinator | name = | user page name = | image = | tenure = | skillset = | playtimes = | playtimesed = | primary_content = | primary_community = | contact = | language = | role = }}
- Parameters
- name : The EVE name of the coordinator.
- user page name : The name of the wiki user page, without namespace. Turns the name into a link, but only if the page exists. Leave blank when no link is wanted.
- image : The name of the uploaded profile image of the coordinator, with extension and without parenthesis. When no file name is given, member.png is used as the default.
- tenure : Tenure in EVE University.
- skillset : A list of the coordinator's skills. It is recommended that you use the Mentor Profile Generator to correctly parse this information. This information is hidden under a show/hide toggle, so don't worry about typing too much!
- playtimesed OR playtimes : Show what times the coordinator is usually online. Use
playtimesed
if the coordinator is available every day of the week at the specified times; useplaytimes
if it differs during the week. For example:playtimesed
: Simply add the type range, with "Everyday:" preceding it.- Type it as follows:
| playtimesed = Everyday: (TIME)
For example:| playtimesed = Everyday: 00:00 - 12:00
- Type it as follows:
playtimes
: When typing it out, add a <br> tag between every day of the week, without spaces.- Type it as follows:
| playtimes = Monday: (TIME)<br>Tuesday: (TIME)<br>Wednesday: (TIME)<br>Thursday: (TIME)<br>Friday: (TIME)<br>Saturday: (TIME)<br>Sunday: (TIME)
For example:| playtimes = Monday: 18:00 - 24:00<br>Tuesday: 21:00 - 24:00<br>Wednesday: 18:00 - 24:00<br>Thursday: 18:00 - 24:00<br>Friday: 18:00 - 24:00<br>Saturday: 12:00 - 18:00<br>Sunday: 12:00 - 18:00
- Type it as follows:
- primary Content : The primary content or area of expertise of the coordinator.
- primary community : What community the coordinator usually operates from. If you operate in more than one on a regular basis, add those too!
- contact : The preferred way for the coordinator to get contacted. These typically fall under In-game mails, In-game channel, Mumble, Discord, and Forum PM's.
- language : What languages the coordinator can speak.
- role : The role of the coordinator, either "Coordinator", "Lead" or "Manager".
- Sample
Muhib | |
---|---|
Details | |
Tenure in EVE University | August 28, 2021 |
Skillset |
- HS Incursions (HQ, Assault, VG), - LS Incursions (VG), - Abyssal Deadspace, - Missions, - Exploration (Combat), - Advanced Fitting, - PvE & PvP |
Playtimes | 12:00 - 18:00 |
Primary Content | Vanguard Incursions |
Primary Community | Incursion Community |
Contact | In-game, Mumble, Discord, Forum |
Language | English, Bengali, Urdu, Hindi, Chittagonian |
Community Manager |
{{Infobox coordinator | name = Muhib | user page name = Muhib | image = MuhibPortrait.jpg | tenure = August 28, 2021 | skillset = - HS Incursions (HQ, Assault, VG),<br>- LS Incursions (VG),<br>- Abyssal Deadspace,<br>- Missions,<br>- Exploration (Combat),<br>- Advanced Fitting,<br>- PvE & PvP | playtimes = | playtimesed = 12:00 - 18:00 | primary_content = Vanguard Incursions | primary_community = Incursion Community | contact = In-game, Mumble, Discord, Forum | language = English, Bengali, Urdu, Hindi, Chittagonian | role = manager }}
- Creating a "page" using class InfoboxContainer
- This will fit as many infoboxes as possible next to each other, centered on the page. Automatically creating as many rows as needed.
{{InfoboxContainerCSS}}
is only needed once per page.
{{InfoboxContainerCSS}} <div class="InfoboxContainer"> {{Infobox coordinator ... }} {{Infobox coordinator ... }} {{Infobox coordinator ... }} {{Infobox coordinator ... }} </div>
Muhib | |
---|---|
Details | |
Tenure in EVE University | August 28, 2021 |
Skillset |
- HS Incursions (HQ, Assault, VG), - LS Incursions (VG), - Abyssal Deadspace, - Missions, - Exploration (Combat), - Advanced Fitting, - PvE & PvP |
Playtimes | 12:00 - 18:00 |
Primary Content | Vanguard Incursions |
Primary Community | Incursion Community |
Contact | In-game, Mumble, Discord, Forum |
Language | English, Bengali, Urdu, Hindi, Chittagonian |
Community Manager |
Muhib | |
---|---|
Details | |
Tenure in EVE University | August 28, 2021 |
Skillset |
- HS Incursions (HQ, Assault, VG), - LS Incursions (VG), - Abyssal Deadspace, - Missions, - Exploration (Combat), - Advanced Fitting, - PvE & PvP |
Playtimes | 12:00 - 18:00 |
Primary Content | Vanguard Incursions |
Primary Community | Incursion Community |
Contact | In-game, Mumble, Discord, Forum |
Language | English, Bengali, Urdu, Hindi, Chittagonian |
Community Coordinator |
Muhib | |
---|---|
Details | |
Tenure in EVE University | August 28, 2021 |
Skillset |
- HS Incursions (HQ, Assault, VG), - LS Incursions (VG), - Abyssal Deadspace, - Missions, - Exploration (Combat), - Advanced Fitting, - PvE & PvP |
Playtimes | 12:00 - 18:00 |
Primary Content | Vanguard Incursions |
Primary Community | Incursion Community |
Contact | In-game, Mumble, Discord, Forum |
Language | English, Bengali, Urdu, Hindi, Chittagonian |
Role: Unknown |
Visit Template:Infobox coordinator/doc to edit this text! (How does this work?) (Refresh this text - why?)