Difference between revisions of "Template:Infobox coordinator"
From EVE University Wiki
m (Reverted edits by Gibson Thunderbird (talk) to last revision by Conci Furiram) Tag: Rollback |
|||
Line 3: | Line 3: | ||
| bodystyle = width: 26em; | | bodystyle = width: 26em; | ||
− | | title = | + | | title = |
| above = {{#if: {{{name|}}} | | above = {{#if: {{{name|}}} | ||
| {{{name}}} | | {{{name}}} | ||
− | | | + | | Coordinator name? |
}} | }} | ||
| abovestyle = background: #172489; | | abovestyle = background: #172489; | ||
Line 17: | Line 17: | ||
color: lightgrey; | color: lightgrey; | ||
− | | image = [[File:{{#if: {{{image|}}} | {{{image}}} | | + | | image = [[File:{{#if: {{{image|}}} | {{{image}}} | Member.png}}|200px|{{{name|}}}]] |
| headerstyle = background: #172489; | | headerstyle = background: #172489; | ||
Line 31: | Line 31: | ||
| label2 = Tenure in EVE University | | label2 = Tenure in EVE University | ||
− | | data2 = | + | | data2 = {{{tenure|}}} |
| label3 = Skillset | | label3 = Skillset | ||
− | | data3 = | + | | data3 = {{#if: {{{skillset|}}}|<div class="mw-collapsible mw-collapsed"><br>{{{skillset}}}</div>}} |
+ | |||
| label4 = Playtimes | | label4 = Playtimes | ||
− | | data4 = | + | | data4 = {{#if: {{{playtimesed|}}} |
| {{{playtimesed}}} | | {{{playtimesed}}} | ||
| {{#if: {{{playtimes|}}} | | {{#if: {{{playtimes|}}} | ||
Line 44: | Line 45: | ||
| label5 = Primary Community | | label5 = Primary Community | ||
− | | data5 = | + | | data5 = {{{primary community|}}} |
| label6 = Contact | | label6 = Contact | ||
− | | data6 = | + | | data6 = {{{contact|}}} |
| label7 = Language | | label7 = Language | ||
− | | data7 = | + | | data7 = {{{language|}}} |
}}<noinclude> | }}<noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 21:28, 30 July 2022
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?)