Template:UserProfile: Difference between revisions

From Intelligent Materials and Systems Lab

No edit summary
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>== Documentation ==
<noinclude>== Documentation ==


For documentation, please, look at [[Secure:Website_Management#Making_a_User_Profile|Website Management]].
For documentation, please, look at [[Secure:Content_Management#Making_a_User_Profile|Content Management]].


</noinclude><includeonly>{{#if: {{{picture|}}} | <div class="user-profile"> | <div class="user-profile-no-reverse"> }}
</noinclude><includeonly>{{#if: {{{picture|}}} | <div class="user-profile"> | <div class=""> }}
{{#if: {{{picture|}}} | <div class="user-profile-picture">[[File:{{{picture}}}]]</div> }}
{{#if: {{{picture|}}} | <div class="user-profile-picture">[[File:{{{picture}}}]]</div> }}
<div class="user-profile-list">
<div class="user-profile-list">
== {{{fullname|Full Name}}} ==
== {{{fullname|Full Name}}} ==
{{#if: {{{phone|}}} | {{ UserProfileItem | Phone | [tel:{{#replace:{{{phone|}}}| |-}} {{{phone}}}] }} }}{{#if: {{{fax|}}} | {{ UserProfileItem | Fax | [tel:{{#replace:{{{fax|}}}| |-}} {{{fax}}}] }} }}{{#if: {{{mobile|}}} | {{ UserProfileItem | Mobile Phone | [tel:{{#replace:{{{mobile|}}}| |-}} {{{mobile}}}] }} }}{{#if: {{{email|}}} | {{ UserProfileItem | Email | [mailto:{{{email}}} {{{email}}}] }} }}{{#if: {{{skype|}}} | {{ UserProfileItem | Skype | [skype://{{{skype}}}?call {{{skype}}}] }} }}{{#if: {{{etis|}}} | {{ UserProfileItem | ETIS | [{{{etis}}} {{{fullname}}}] }} }}{{#if: {{{orcid|}}} | {{ UserProfileItem | ORCID | [https://orcid.org/{{{orcid}}} {{{orcid}}}] }} }}{{#if: {{{scopusid|}}} | {{ UserProfileItem | Scopus ID | {{{scopusid}}} }} }}{{#if: {{{publonsid|}}} | {{ UserProfileItem | Publons ID | {{{publonsid}}} }} }}{{#if: {{{researcherid|}}} | {{ UserProfileItem | Researcher ID | [https://researcherid.com/rid/{{{researcherid}}} {{{researcherid}}}] }} }}{{#if: {{{gscholar|}}} | {{ UserProfileItem | Google Scholar | [{{{gscholar}}} {{{fullname}}}] }} }}{{#if: {{{supervisor|}}} | {{ UserProfileItem | Supervisor | {{{supservisor}}} }} }}{{#if: {{{topic|}}} | {{ UserProfileItem | Topic | {{{topic}}} }} }}{{#if: {{{other|}}} | {{{other}}} }}
{{#if: {{{phone|}}} | {{ UserProfileItem | Phone | [tel:{{#replace:{{{phone|}}}| |-}} {{{phone}}}] }} }}{{#if: {{{fax|}}} | {{ UserProfileItem | Fax | [tel:{{#replace:{{{fax|}}}| |-}} {{{fax}}}] }} }}{{#if: {{{mobile|}}} | {{ UserProfileItem | Mobile Phone | [tel:{{#replace:{{{mobile|}}}| |-}} {{{mobile}}}] }} }}{{#if: {{{email|}}} | {{ UserProfileItem | Email | [mailto:{{{email}}} {{{email}}}] }} }}{{#if: {{{skype|}}} | {{ UserProfileItem | Skype | [skype://{{{skype}}}?call {{{skype}}}] }} }}{{#if: {{{etis|}}} | {{ UserProfileItem | ETIS | [{{{etis}}} {{{fullname}}}] }} }}{{#if: {{{orcid|}}} | {{ UserProfileItem | ORCID | [https://orcid.org/{{{orcid}}} {{{orcid}}}] }} }}{{#if: {{{scopusid|}}} | {{ UserProfileItem | Scopus ID | {{{scopusid}}} }} }}{{#if: {{{publonsid|}}} | {{ UserProfileItem | Publons ID | {{{publonsid}}} }} }}{{#if: {{{researcherid|}}} | {{ UserProfileItem | Researcher ID | [https://researcherid.com/rid/{{{researcherid}}} {{{researcherid}}}] }} }}{{#if: {{{gscholar|}}} | {{ UserProfileItem | Google Scholar | [{{{gscholar}}} {{{fullname}}}] }} }}{{#if: {{{topic|}}} | {{ UserProfileItem | Topic | {{{topic}}} }} }}{{#if: {{{supervisors|}}} | {{ UserProfileItem | Supervisors | {{{supervisors}}} }} }}{{#if: {{{other|}}} | {{{other}}} }}
</div></div></includeonly>
</div></div></includeonly>

Latest revision as of 17:20, 15 November 2019

Documentation

For documentation, please, look at Content Management.