Template:AM/Editor View history

(Added badges)
m (make letter tiles always uppercase)
 
(48 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>|- align="center" {{AM/Badge|{{{badge1|}}}|color}}
<includeonly>|- align="center" {{AM/Badge|{{{badge1|white}}}|color}}<!-- set color based on first badge -->
|| [[User:{{{1|UserName}}}|{{{1|UserName}}}]] {{small|({{PM|{{{1|UserName}}}|PM}})}} || {{{2|}}} || {{AM/Badge|{{{badge1|}}}}}{{AM/Badge|{{{badge2|}}}}}{{AM/Badge|{{{badge3|}}}}}<br/>{{{3|}}}<!-- || {{{4|}}}-->
<!--
</includeonly><noinclude>{{documentation|Template:AM/doc}}</noinclude>
-->| [[User:{{{1|UserName}}}|{{{1|UserName}}}]]<!-- build user page link with default
-->{{#if: {{{2|}}}<!-- does rank exist
-->  | {{#iferror: <!-- check for error through process
-->      {{#ifexpr: {{{2|}}} > 0 <!-- is rank over 0
-->        | {{#ifexpr: {{{2|}}} < 7 <!-- is rank under 7
-->            | ({{{2|}}})<!-- display rank
-->            | (?)<!-- rank is too high
-->          }}| (?)<!-- rank is too low
-->}} | (?) <!-- error triggered
-->}}}}<!-- close iferror and if
-->&nbsp;{{small|[{{PM|{{{1|UserName}}}|PM}}]}}<!-- build PM link with default
-->&nbsp;{{#switch: {{{2|}}}
| 1 = [[File:Profile_L1.png|25px|link=https://www.waze.com/user/editor/{{{1}}}]]
| 3 = [[File:Profile_L3.png|25px|link=https://www.waze.com/user/editor/{{{1}}}]]
| 4 = [[File:Profile_L4.png|25px|link=https://www.waze.com/user/editor/{{{1}}}]]
| 5 = [[File:Profile_L5.png|25px|link=https://www.waze.com/user/editor/{{{1}}}]]
| 6 = [[File:Profile_L6.png|25px|link=https://www.waze.com/user/editor/{{{1}}}]]
| [[File:Profile_L2.png|25px|link=https://www.waze.com/user/editor/{{{1}}}]]}}<!-- add user profile link with image
-->{{#if:{{{gho|}}}|<!-- If GHO name is given add a new line for avatar and name --><br>{{#if:{{{pic|}}}|<div style="float:left; margin-left: 1em;">[[{{{pic}}}|30px]]</div><!-- If a pic link is provided use that at 30px -->
|<div style="float:left; margin-left: 1em; width: 2em; height: 2em; border-radius: 20px; <!--
-->background: {{#switch:{{padleft:|1|{{{gho|John D}}}}}
|a|A|i|I|q|Q|y|Y|6 = #f16364
|b|B|j|J|r|R|z|Z|7 = #f58559
|c|C|k|K|s|S|0|8 = #f9a43e
|d|D|l|L|t|T|1|9 = #e4c62e
|e|E|m|M|u|U|2|0 = #67bf74
|f|F|n|N|v|V|3 = #59a2be
|g|G|o|O|w|W|4 = #2093cd
|h|H|p|P|x|X|5 = #ad62a7
|#59a2be}};<!-- choose color based on first character --> color: white; zoom: 1"><!--
--><div style="padding: 0.3em 0.7em; ">{{uc:{{padleft:|1|{{{gho|John D}}}}}}}</div></div><!-- end if pic -->}}<!-- If no pic, generate color tile with initial --><div style="float:left; padding: 0.3em; color: DimGray;">&nbsp;&nbsp;{{{gho|John D}}}</div><!-- end if gho -->}}<!-- add GHO avatar and name if supplied
-->|| {{{3|}}} <!-- Area covered
-->|| {{AM/Badge|{{{badge1|}}}}}{{AM/Badge|{{{badge2}}}}}{{AM/Badge|{{{badge3}}}}}{{AM/Badge|{{{badge4}}}}}{{AM/Badge|{{{badge5}}}}}<!-- display up to five badges
-->{{#if: {{{badge1|}}}|<br/>|}}<!-- insert a break if there was a badge; requires first badge always
-->{{{4|}}}<!-- display rest of comment text (if exists) below badge (if exists)
--></includeonly><noinclude>{{documentation}}</noinclude><noinclude> This page uses its own documentation to simplify use by entry level editors. More complex documentation is covered on the [[Template:AM/doc]] page.
 
<templatedata>
{
"params": {
"1": {
"label": "Username",
"description": "The username you use to login to Waze",
"type": "wiki-user-name",
"required": true
},
"2": {
"label": "Rank",
"description": "Your map editing level",
"type": "number",
"suggested": true
},
"3": {
"label": "Area managed, or editing area",
"description": "Assigned area of responsibility, or regular editing area on the map",
"type": "string",
"suggested": true
},
"4": {
"label": "Comments",
"description": "Open text field for anything appropriate related to Area Management.",
"type": "string",
"suggested": true
},
"badge1": {
"label": "Badge 1",
"description": "First badge to be displayed for senior editors. The color of the row depends on this badge type. See AM/Badge",
"type": "string"
},
"gho": {
"label": "GHO/Slack Display Name",
"description": "The name others will see in external communication platforms, put here so other editors can match the name in chat to your username. When used it will display this name in gray on a new line below the username.",
"type": "string",
"suggested": true
},
"pic": {
"label": "Avatar filename",
"description": "When used will display the image you provide to the left of your GHO name. If not used a default Google style color tile with your initial will be shown instead. You will have to upload your avatar to the Waze wiki, and use the file name here. When uploading please use the filename format of Avatar YOUR USERNAME.xxx (xxx = file type extension).",
"default": "File:Avatar USERNAME.png",
"suggested": true,
"type": "wiki-page-name"
},
"badge2": {
"label": "Badge 2",
"description": "Second badge to be displayed for senior editors. See AM/Badge",
"type": "string"
},
"badge3": {
"label": "Badge 3",
"description": "Third badge to be displayed for senior editors. See AM/Badge",
"type": "string"
},
"badge4": {
"label": "Badge 4",
"description": "Fourth badge to be displayed for senior editors. See AM/Badge",
"type": "string"
},
"badge5": {
"label": "Badge 5",
"description": "Fifth badge to be displayed for senior editors. See AM/Badge",
"type": "string"
}
},
"description": "This template is part of a suite of templates that build an Area Manager table.\nIt is used for each individual editor to be listed in the table. It has options for username, rank, GHO/Slack display name, avatar,  editing area, comments, and badges.",
"paramOrder": [
"1",
"2",
"3",
"4",
"gho",
"pic",
"badge1",
"badge2",
"badge3",
"badge4",
"badge5"
]
}
</templatedata>
</noinclude>

Latest revision as of 19:28, 6 March 2017

Documentation icon Template documentation[view] [edit] [history] [purge]

This template is part of a suite of templates that build an Area Manager table.

Usage

The {{AM/Editor}} template has four unnamed parameters in the following order:

  • Editor name - Username used to login
  • Editor rank - Map editing rank established based on overall points earned
  • Area managed - Assigned area of responsibility on the map
  • Comments - Open text field for anything appropriate related to Area Management. Also supports adding the {{AM/Badge}} templates held by senior editors.

Any field (besides the Editor name) can be skipped, but the pipe character(s) (|) must be present (four of them).

There are two optional named parameters for displaying a Google Hangout avatar, and nickname.

  • |gho=GHO DISPLAY NAME - When used it will display this name in gray on a new line below the username. It can be placed after the comments or badge parameters.
  • |pic=File:Avatar USERNAME.png - When used will display the image you provide to the left of your GHO name. If not used a default Google style color tile with your initial will be shown instead.
You will have to upload your avatar to the Waze wiki, and use the file name here. When uploading please use the filename format of Avatar YOUR USERNAME.xxx (xxx = file type extension).


Example:

{{AM/Editor|WazingTime|6|Statewide|Native CA|badge1=gc}}
{{AM/Editor|TimeWazer|4|Statewide|}}
{{AM/Editor|Wazzzzzz|3|Statewide|Mostly Southern California|gho=John D}}
{{AM/Editor|BigCheeze|||Mostly Central California|gho=Chee Z}}

Produces:

Username Area Managed Comments
WazingTime(6) [PM [Help]]  Statewide
Native CA
TimeWazer(4) [PM [Help]]  Statewide
Wazzzzzz(3) [PM [Help]] 
J
  John D
Statewide Mostly Southern California
BigCheeze [PM [Help]] 
  Chee Z
Mostly Central California

NOTE: The image after the [PM] link is a link to the users' profile. It uses the respective image for that users' rank if listed, otherwise the rank 2 image is used.


Other Area Manager templates

This template will not work on a page on its own. It is always part of a larger array of templates or directly entered table wiki code. The Area Manager tables set up on the State pages are organized such that normal updates and changes for editors can be done without worrying about the other template elements.

If you want to learn about the other templates and to see the more advanced capabilities of {{AM/Editor}}, see the documentation for the {{AM}} template.

The above documentation is transcluded from Template:AM/Editor/doc.
Please add categories to the /doc subpage.
Subpages of this template.

This page uses its own documentation to simplify use by entry level editors. More complex documentation is covered on the Template:AM/doc page.

This template is part of a suite of templates that build an Area Manager table. It is used for each individual editor to be listed in the table. It has options for username, rank, GHO/Slack display name, avatar, editing area, comments, and badges.

Template parameters

ParameterDescriptionTypeStatus
Username1

The username you use to login to Waze

Userrequired
Rank2

Your map editing level

Numbersuggested
Area managed, or editing area3

Assigned area of responsibility, or regular editing area on the map

Stringsuggested
Comments4

Open text field for anything appropriate related to Area Management.

Stringsuggested
GHO/Slack Display Namegho

The name others will see in external communication platforms, put here so other editors can match the name in chat to your username. When used it will display this name in gray on a new line below the username.

Stringsuggested
Avatar filenamepic

When used will display the image you provide to the left of your GHO name. If not used a default Google style color tile with your initial will be shown instead. You will have to upload your avatar to the Waze wiki, and use the file name here. When uploading please use the filename format of Avatar YOUR USERNAME.xxx (xxx = file type extension).

Default
File:Avatar USERNAME.png
Page namesuggested
Badge 1badge1

First badge to be displayed for senior editors. The color of the row depends on this badge type. See AM/Badge

Stringoptional
Badge 2badge2

Second badge to be displayed for senior editors. See AM/Badge

Stringoptional
Badge 3badge3

Third badge to be displayed for senior editors. See AM/Badge

Stringoptional
Badge 4badge4

Fourth badge to be displayed for senior editors. See AM/Badge

Stringoptional
Badge 5badge5

Fifth badge to be displayed for senior editors. See AM/Badge

Stringoptional