Template:Change: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly> * '''{{{date|Unknown date}}}''' – {{#if:{{{scope|}}}|<span class="changelog-scope changelog-scope-{{lc:{{{scope}}}}}">{{{scope}}}</span> }} {{#if:{{{server|}}}|<span class="changelog-server">({{{server}}})</span> }} {{{text|No description provided.}}} {{#if:{{{note|}}}|<span class="changelog-note">— {{{note}}}</span>}} </includeonly><noinclude> == Usage == Basic: <pre> {{Change | date = 6 Aug 2022 | scope = All | server= Survival | text..." |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
* '''{{{date|Unknown date}}}''' | * '''{{{date|Unknown date}}}''' - | ||
{{#if:{{{scope|}}}|<span class="changelog-scope changelog-scope-{{lc:{{{scope}}}}}">{{{scope}}}</span> }} | {{#if:{{{scope|}}}|<span class="changelog-scope changelog-scope-{{lc:{{{scope}}}}}">{{{scope}}}</span> }} | ||
{{#if:{{{ | {{#if:{{{text}}}|<br /><span class="changelog-text">{{{text|No description provided.}}}</span>}} | ||
{{#if:{{{note|}}}|<br /><span class="changelog-note">— {{{note}}}</span>}} | |||
{{#if:{{{note|}}}|<span class="changelog-note">— {{{note}}}</span>}} | |||
</includeonly><noinclude> | </includeonly><noinclude> | ||
== Usage == | == Usage == | ||
{{Change | |||
| date = 6 Aug 2022 | |||
| scope = All | |||
| server= Survival | |||
| text = Mobs with different equipment can no longer be stacked. | |||
}} | |||
Basic: | Basic: | ||
<pre> | <pre> | ||
Latest revision as of 16:01, 25 November 2025
Usage
- 6 Aug 2022 -
All
Mobs with different equipment can no longer be stacked.
Basic:
{{Change
| date = 6 Aug 2022
| scope = All
| server= Survival
| text = Mobs with different equipment can no longer be stacked.
}}
Parameters:
date– Displayed in bold at the start.scope– All / Survival / Skyblock / Network / etc (used for coloured pill).server– Extra context like “Blue Survival”, “Green Survival”.text– Description of the change.note– Optional extra info (”after restart”, etc).