Template:Infobox coordinator
From EVE University Wiki
Revision as of 21:28, 30 July 2022 by Devalt Yotosala (talk | contribs) (Reverted edits by Gibson Thunderbird (talk) to last revision by Conci Furiram)
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
{{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>
Visit Template:Infobox coordinator/doc to edit this text! (How does this work?) (Refresh this text - why?)