Template:Infobox personal

From WikiEducator
Jump to: navigation, search
Contact-new.svg {{{Name}}}


See: Wikieducator:Infoboxes

Syntax

Copy the syntax below and paste on your User page

{{Infobox personal

|Name =

|Email =

|Boxes =

|Photo = [[Image:WikiEducator_logo100.jpg|frame|center|[[Help:Images |Please replace this pic with your photo.]]]]

|Employer =

|Website =

|Blog =

|Occupation =

|Nationality =

|Languages =

|Country =

|Skype address =

|Other roles =

| WM =

}}


Attributes

Name - optional title for infobox. if left blank will default to pagename.

Boxes - add other infoboxes here. for example, see: Wikieducator:Infoboxes

Photo

Website

Blog

Occupation

Nationality

Languages

Country

Other roles

Skype address

WM1 = Used for certification according to the WikiMaster typology -- WM1 for Wikiapprentice Level 1; WM2 for Wikiapprentice Level 2; WM3 for Wikibuddy and so on. You should insert your user name in the following way:

  • For a Level 1 apprentice: WM1 = Username-goes-here (i.e. without the square brackets - [[ ]])
  • For a Level 2 apprentice: WM2 = Username-goes-here (i.e. without the square brackets - [[ ]])
  • For a WikiBuddy: WM3 = Username-goes-here (i.e. without the square brackets - [[ ]])
  • For a WikiArtisan: WM4 = Username-goes-here (i.e. without the square brackets - [[ ]])
  • For a WikiTrainer: WM5 = Username-goes-here (i.e. without the square brackets - [[ ]])
  • For a WikiMaster: WM6 = Username-goes-here (i.e. without the square brackets - [[ ]])

<templatedata> {

   "description": "User page profile",
   "params": {
       "Name": {
           "label": "Name",
           "description": "full name",
           "type": "line",
           "required": true
       },
       "Email": {
           "label": "Email",
           "description": "contact email address (displayed on page)",
           "type": "line"
       },
       "Photo": {
           "label": "Photo",
           "description": "small photo (square is best, 250px x 250px)",
           "type": "content",
"default": ""
       },
       "Employer": {
           "label": "Employer",
           "description": "affiliation",
           "type": "line"
       },
       "Occupation": {
           "label": "Occupation",
           "description": "job role",
           "type": "line"
       },
       "Other roles": {
           "label": "Other roles",
           "description": "volunteer, hobby, past roles, etc.",
           "type": "string"
       },
       "Website": {
           "label": "Website",
           "description": "URL or wikitext external link",
           "type": "line"
       },
       "Blog": {
           "label": "Blog",
           "description": "public blog URL (or wikitext external link)",
           "type": "line"
       },
       "Nationality": {
           "label": "Nationality",
"description": "either country name or to show flag",
           "type": "line"
       },
       "Country": {
           "label": "Country",
"description": "where you currently live (can use )",
           "type": "line"
       },
       "Languages": {
           "label": "Languages",
           "description": "spoken language fluencies",
           "type": "string"
       },
       "Skype address": {
           "label": "Skype",
           "description": "Skype address (displayed publicly on user page)",
           "type": "line"
       },
       "WM": {
           "label": "WikiMaster certification",
           "description": "certification according to the WikiMaster typology",
           "type": "line"
       },
       "Boxes": {
           "label": "Boxes",
           "description": "user description templates (advanced users)",
           "type": "content"
       }
   }

} </templatedata>