Template:Infobox Recipe/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(add kp and hideAlbum to the TemplateData for visual editing) |
(update to include the passive parameter) |
||
Line 113: | Line 113: | ||
| ''boolean'' |
| ''boolean'' |
||
| Flag to hide the Album XP from the display, for items that do not award album xp. Defaults to false. |
| Flag to hide the Album XP from the display, for items that do not award album xp. Defaults to false. |
||
| No |
|||
|- |
|||
| <code>passive</code> |
|||
| ''boolean'' |
|||
| Flag to show a link by the word Experience to Passive activities, and a tooltip to state that passive activity is reduced when overleveled. Defaults to false. |
|||
| No |
| No |
||
|- |
|- |
||
Line 255: | Line 260: | ||
"output1qty": {}, |
"output1qty": {}, |
||
"showFull": {}, |
"showFull": {}, |
||
"hideAlbum": {} |
"hideAlbum": {}, |
||
"passive": {} |
|||
}, |
}, |
||
"paramOrder": [ |
"paramOrder": [ |
||
Line 273: | Line 279: | ||
"output1qty", |
"output1qty", |
||
"showFull", |
"showFull", |
||
"hideAlbum" |
"hideAlbum", |
||
"passive" |
|||
], |
], |
||
"format": "block" |
"format": "block" |