Template:New items: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(added 4th argument which is revision like in Template:New_feature/item (added after description arg so it shouldn't break compatibility))
No edit summary
(17 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<includeonly>{{#ifexpr:({{{1|}}})>{{Current Version}}|<div style='font-weight: bold;background:black;color:white;padding:2px; padding-left:8px;'>FROM VERSION {{{2}}} {{#if:{{{4}}}|{{r|{{{4}}}}}|}} ONWARDS</div><div style='border: 2px solid black;padding: 3px;'>{{{3}}} </div>| {{{3}}}}}</includeonly><noinclude>Use this template for functions/events lists. In function and event pages use <nowiki>{{New feature/item}}</nowiki>. This will prevent wrong pages appear in changelog category.
<includeonly>{{#ifexpr:({{{1|}}})>{{Current Version}}|<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'>ADDED/UPDATED IN VERSION {{{2}}} {{#if:{{{4|}}}|{{r|{{{4}}}}}|}}:</div><div style='padding: 4px 8px'>{{{3}}} </div></div>| {{{3}}}}}</includeonly><noinclude>Use this template for functions/events lists. In function and event pages use <nowiki>{{New feature/item}}</nowiki>. This will prevent wrong pages appear in changelog category.
=== Parameters ===
# Version float (value is compared with <code>&gt;</code> to <code><nowiki>{{Current Version}}</nowiki> = {{Current Version}}</code>)
# Version text (only visual, example: <code>{{Current Version|full}}</code>)
# Text
# Revision number (only visual)
[[Category:Utility templates]]</noinclude>
[[Category:Utility templates]]</noinclude>

Revision as of 08:53, 20 September 2021

Use this template for functions/events lists. In function and event pages use {{New feature/item}}. This will prevent wrong pages appear in changelog category.

Parameters

  1. Version float (value is compared with > to {{Current Version}} = 3.0160)
  2. Version text (only visual, example: 1.6.0)
  3. Text
  4. Revision number (only visual)