Difference between revisions of "Template:Infobox coordinator/doc"
From EVE University Wiki
m (Final revision with necessary corrections) |
m (Update page sample. CSS call was missing.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 26: | Line 26: | ||
; Parameters | ; Parameters | ||
* '''name''' : The EVE name of the coordinator. | * '''name''' : The EVE name of the coordinator. | ||
− | * '''user page name''' : The name of the wiki user page, without namespace. | + | * '''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, [[:File:member.png|member.png]] is used as the default. | * '''image''' : The name of the uploaded profile image of the coordinator, with extension and without parenthesis. When no file name is given, [[:File:member.png|member.png]] is used as the default. | ||
* '''tenure''' : Tenure in EVE University. | * '''tenure''' : Tenure in EVE University. | ||
Line 39: | Line 39: | ||
* '''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. | * '''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. | * '''language''' : What languages the coordinator can speak. | ||
− | * '''role''' : The role of the coordinator, either " | + | * '''role''' : The role of the coordinator, either "Coordinator", "Lead" or "Manager". |
− | ; | + | ; Sample |
{{Infobox coordinator | {{Infobox coordinator | ||
| name = Muhib | | name = Muhib | ||
Line 71: | Line 71: | ||
}}</nowiki></pre> | }}</nowiki></pre> | ||
− | ; | + | {{Clear}} |
+ | ; 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. | ||
+ | : {{Tl|InfoboxContainerCSS}} is only needed once per page. | ||
+ | <pre> | ||
+ | {{InfoboxContainerCSS}} | ||
+ | |||
+ | <div class="InfoboxContainer"> | ||
+ | {{Infobox coordinator | ||
+ | ... | ||
+ | }} | ||
+ | |||
+ | {{Infobox coordinator | ||
+ | ... | ||
+ | }} | ||
+ | |||
+ | {{Infobox coordinator | ||
+ | ... | ||
+ | }} | ||
+ | |||
+ | {{Infobox coordinator | ||
+ | ... | ||
+ | }} | ||
+ | |||
+ | </div> | ||
+ | </pre> | ||
<div class="InfoboxContainer"> | <div class="InfoboxContainer"> | ||
{{Infobox coordinator | {{Infobox coordinator |
Latest revision as of 11:39, 30 March 2024
- 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 |