Difference between revisions of "Template:Beta"
From Roll20 Wiki
Andreas J. (Talk | contribs) m (update icon of template, used small version) |
Andreas J. (Talk | contribs) m (add conditional for specifiying what usergroups the beta is available to) |
||
Line 3: | Line 3: | ||
| small = left | | small = left | ||
| image = none | | image = none | ||
− | | text = <b style="background:#b90cea;color:white;border-radius:5px;padding:4px;outline-bottom:5px;outline-color:transparent;">Beta⚗️</b> This feature is in [[Early Access]], available to {{Pro}} users as opt-in. | + | | text = <b style="background:#b90cea;color:white;border-radius:5px;padding:4px;outline-bottom:5px;outline-color:transparent;">Beta⚗️</b> This feature is in [[Early Access]], available {{#switch: {{{1|}}} | all = to everyone | plus = to {{Plus}}&{{Pro}} | pro = {{Pro}}| }} users as opt-in. |
}}{{#ifeq: {{{nocat|}}}||[[Category:Feature(Beta)|{{{2|{{PAGENAME}}}}}]]}}<noinclude> | }}{{#ifeq: {{{nocat|}}}||[[Category:Feature(Beta)|{{{2|{{PAGENAME}}}}}]]}}<noinclude> | ||
Line 10: | Line 10: | ||
{{ex}} | {{ex}} | ||
{{beta|nocat}} | {{beta|nocat}} | ||
− | + | {{beta|all|nocat}} | |
− | <pre>{{beta|nocat}}</pre> | + | {{beta|plus|nocat}} |
+ | {{beta|pro|nocat}} | ||
+ | <pre>{{beta}} | ||
+ | {{beta|all}} | ||
+ | {{beta|plus}} | ||
+ | {{beta|pro}} | ||
+ | {{beta|nocat}}</pre> | ||
[[Category:Mbox and messagebox templates]] | [[Category:Mbox and messagebox templates]] | ||
</noinclude> | </noinclude> |
Revision as of 14:27, 25 August 2024
Beta⚗️ This feature is in Early Access, available users as opt-in. |
Mentions the feature is in Early Access, and + categorize it as Category:Feature(Beta), unless nocat
parameter is also give.
Example:
Beta⚗️ This feature is in Early Access, available users as opt-in. |
Beta⚗️ This feature is in Early Access, available to all users as opt-in. |
Beta⚗️ This feature is in Early Access, available to Plus info&Pro info users as opt-in. |
Beta⚗️ This feature is in Early Access, available Pro info users as opt-in. |
{{beta}} {{beta|all}} {{beta|plus}} {{beta|pro}} {{beta|nocat}}