Template:Added feature/item: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|<div style='border: 2px solid #232933; border-radius: 10px; margin: 14px 0; overflow: hidden'><div style='background: #232933; color: #fff; font-weight: bold; padding: 4px 8px'>[[Beta Features|<span style="color: #fff; text-decoration: underline">BETA FEATURE</span>]] (BUILD: {{{2}}} {{r|{{{3}}}}})</div><div style='padding: 4px 8px'>{{{4}}}</div></div> | |<div style='border: 2px solid #232933; border-radius: 10px; margin: 14px 0; overflow: hidden'><div style='background: #232933; color: #fff; font-weight: bold; padding: 4px 8px'>[[Beta Features|<span style="color: #fff; text-decoration: underline">BETA FEATURE</span>]] (BUILD: {{{2}}} {{r|{{{3}}}}})</div><div style='padding: 4px 8px'>{{{4}}}</div></div> | ||
|{{#ifexpr: {{Next Stable Version}} > ({{{1|}}}) and ({{{1|}}}) = {{Current Stable Version}} | |{{#ifexpr: {{Next Stable Version}} > ({{{1|}}}) and ({{{1|}}}) = {{Current Stable Version}} | ||
|<div style='border: 2px solid # | |<div style='border: 2px solid #98fb98; border-radius: 10px; margin: 14px 0; overflow: hidden'><div style='background: #98fb98; color: #fff; font-weight: bold; padding: 4px 8px'>* FEATURE ADDED IN {{{1}}} (REVISION: {{r|{{{3}}}}})</div><div style='padding: 4px 8px'>{{{4}}}</div></div> | ||
|{{{4}}} | |{{{4}}} | ||
}} | }} |
Revision as of 16:22, 23 September 2021
This template is used for highlighting beta and features introduced in the latest version of MTA: San Andreas. The highlighted appearance will automatically disappear when a newer version is released.
Parameters
- Version in numeric format (for internal usage)
- Stable version (the stable version the feature will appear in)
- Beta version (the beta version the feature appeared in)
- Revision (the build the feature appeared in)
- Description (the feature main description)