Template:Change: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 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> | |||
{{Change | {{Change | ||
| date = 6 Aug 2022 | | date = 6 Aug 2022 | ||
| Line 14: | Line 21: | ||
| text = Mobs with different equipment can no longer be stacked. | | text = Mobs with different equipment can no longer be stacked. | ||
}} | }} | ||
</pre> | |||
Parameters: | Parameters: | ||
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).