Template:ChangeLog Item: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
Moved from User:Quenty/ChangeLogTemplate.
noinclude
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== About ==
<onlyinclude><h3 style="height: 0; visibility: hidden; margin: 0; padding: 0">{{{date}}}{{if|{{{version|}}}| - {{{version|}}}|}}</h3>{{TitledBox/start|grey|heading='''{{{date}}}''' {{!}} {{{type}}} {{if|{{{version|}}}|{{{version|}}}|}} {{if|{{{name|}}}| <nowiki>|</nowiki> {{{name|}}}|}}|light}}<!--
This can be used for the Change log, I can add more categories if you want. 
 
 
== Actual Template Below ==
<onlyinclude>
{{TitledBox/start|grey|heading={{if|{{{date|}}}|'''{{{date|}}}'''|}} {{if|{{{type|}}}| <nowiki>|</nowiki> {{{type|}}}|}} {{if|{{{version|}}}|{{{version|}}}|}} {{if|{{{name|}}}| <nowiki>|</nowiki> {{{name|}}}|}}|light}}<!--
-->{{if|{{{version|}}}|'''Version:''' {{{version|}}}<br>}}<!--
-->{{if|{{{version|}}}|'''Version:''' {{{version|}}}<br>}}<!--
-->{{if|{{{type|}}}|'''Type:''' {{{type|}}}<br>}}<!--
-->'''Type:''' {{{type}}}<br><!--
-->{{if|{{{summary|}}}|'''Summary:''' {{{summary|}}}<br>}}<!--
-->{{if|{{{summary|}}}|'''Summary:''' {{{summary|}}}<br>}}<!--
-->{{if|{{{studiobugfix|}}}|
-->{{if|{{{studiobugfix|}}}|
Line 32: Line 26:
{{TitledBox/subheading|Lua Security and Operation Fixes}}
{{TitledBox/subheading|Lua Security and Operation Fixes}}
{{{luafix|}}}
{{{luafix|}}}
}}<!--
-->{{if|{{{otherchanges|}}}|
{{TitledBox/subheading|Other Changes}}
{{{otherchanges|}}}
}}
}}
{{TitledBox/end}}
{{TitledBox/end}}
</onlyinclude>
</onlyinclude><noinclude>{{Documentation}}</noinclude>
 
== TESTING BELOW ==
{{User:Quenty/ChangeLogTemplate
|version=3.63.3
|name=The Half Way There Update
|date=01/23/2012
|type=Client
|summary=Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec aliquet euismod egestas. Donec adipiscing nunc eget ante tincidunt vitae eleifend nisl rutrum. Donec vitae convallis libero. Maecenas non purus ut tellus dignissim aliquam ut eget odio. Pellentesque eu elit leo, in pulvinar odio. Duis bibendum ipsum et leo eleifend rutrum. Nullam sapien neque, consectetur id dignissim in, dictum placerat dolor. Donec.  Fusce pharetra odio eu purus lacinia vestibulum. Donec iaculis nisl id nisl imperdiet tristique. Mauris et neque et sapien ultrices condimentum. Donec dui sapien, posuere a adipiscing eget, volutpat tempor nibh. Nam mattis, metus in scelerisque sagittis, elit augue gravida augue, vel consectetur nulla ipsum vulputate libero. Vivamus ut mauris nisi, eu condimentum massa. Nullam eget mi quam, sed posuere ipsum. Nullam malesuada cursus dui, nec eleifend ligula varius id. Proin tortor sem, vehicula non volutpat nec, faucibus vitae leo. Cras ullamcorper enim sed risus vulputate facilisis pulvinar turpis ultricies.
|studiobugfix=
 
* Dragging was fixed
* Lorem ipsum dolor sit amet, consectetur adipiscing elit.
* Nullam sollicitudin placerat eros, eu consequat mi sodales non.
* Aenean a ante quis sapien sagittis placerat vel sed libero.
* Integer commodo luctus orci, sed tincidunt magna hendrerit vitae.
|websitechange=
 
* New ROBUX Card thing. 
* Nullam sollicitudin placerat eros, eu consequat mi sodales non.
* Aenean a ante quis sapien sagittis placerat vel sed libero.
 
|renderingfix=
 
* OpenGL fixed
* Blargh
 
|newobjects=
* Nullam sollicitudin placerat eros, eu consequat mi sodales non.
* Aenean a ante quis sapien sagittis placerat vel sed libero.
 
}}
 
 
{{User:Quenty/ChangeLogTemplate
|version=3.63.2
}}
 
{{CatItem|CommunityGuidelinesIcon.png|User:Quenty/Appeal|Appeal for Documentation|Hai}}
{{CatItem|CommunityGuidelinesIcon.png|User:Quenty/Appeal|Appeal for Documentation}}
 
{{TitledBox/start|grey|heading=
<h1> Hi </h1>
|light}}
 
{{TitledBox/end}}
 
&#124

Latest revision as of 23:18, 29 May 2023

{{{date}}}

{{{date}}} | {{{type}}}
Type: {{{type}}}
[purge] Template documentation

Documentation subpage icon

This is a documentation subpage for Template:ChangeLog Item.
It contains usage information, categories and other content that is not part of the original template page.

This template is used on the change log to describe updates. It should only be used by the developers, except in few cases, which should be obvious.

Usage

{{ChangeLog Item
|date=month/day/year
|type=type
[|name=name]
[|version=version]
[|summary=summary]
[|websitechange=changes]
[|studiobugfix=fixes]
[|renderingfix=fixes]
[|onlinebugfix=fixes]
[|luafix=fixes]
[|newobjects=updates]
[|otherchanges=changes]
}}

Note: text between brackets ([ and ]) is optional, text in bold represents a certain value (something you must replace) and the rest represents things that must be present as-is.

Parameters

date
The date the update was released.
version
The version number of the update. If there is no version number, ignore this.
type
The type of the update. This will usually be "Client" or "Web".
name
The name of the update, if the update has a specific name. Otherwise, ignore this.
summary
The summary of the update. Can be used to specify things that can not be noted as changes using the lists of changes.
websitechanges
List of changes made to the website. Only use for changes made to the website.
studiobugfix
List of bugs related to the studio that were fixed in the update.
renderingfix
List of bugs related to rendering that were fixed in the update.
onlinebugfix
List of bugs related to networking/online/performance stuff that were fixed in the update.
luafix
List of bugs related to scripting that were fixed in the update.
newobjects
List of changes to existing objects and their members, and new objects or members of objects introduced. Even though the name of this section is "newobjects", it should also contain changes to objects that are not new and already exist.
otherchanges
List of changes that do not belong in any other section.

Example

This is an example of the use of this template for a client update.

Code

{{ChangeLog Item
|date=03/24/2012
|type=Client
|version=1.33.7
|summary=Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet nisl nisi. Aenean nunc tortor, sagittis vel rhoncus a, aliquam nec felis. Nullam laoreet faucibus justo vitae posuere. Ut at dictum ipsum. Praesent hendrerit elementum dolor vel aliquam. Curabitur blandit massa ut ante commodo fermentum eget sit amet erat. Nunc id orci neque. Aenean consequat, quam accumsan mattis ultricies, purus lectus ullamcorper justo, at malesuada turpis ipsum sed elit.
|studiobugfix=
* Morbi sed velit est.
* Etiam leo urna, condimentum et suscipit et, consectetur sed dolor.
* Nullam sollicitudin placerat eros, eu consequat mi sodales non.
* Mauris tortor tortor, pharetra eget rutrum nec, tincidunt vulputate risus.
* Donec semper, neque in varius euismod, ligula est commodo arcu, ut eleifend dui diam et nunc. 
|websitechange=
*Proin elementum, orci ut commodo vehicula, est diam sodales lacus, id feugiat est nulla non eros.
*Phasellus et orci dolor.
*Suspendisse convallis, purus ac tincidunt lacinia, purus nibh ornare lorem, porttitor pretium risus velit nec ipsum.
|renderingfix=
*In hac habitasse platea dictumst.
*Cras in bibendum risus.
|newobjects=
*Nulla vel odio nec justo euismod tincidunt sit amet nec tellus.
*Vestibulum sed dolor nibh, id rutrum lorem.
}}

Result

03/24/2012 - 1.33.7

03/24/2012 | Client 1.33.7
Version: 1.33.7
Type: Client
Summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet nisl nisi. Aenean nunc tortor, sagittis vel rhoncus a, aliquam nec felis. Nullam laoreet faucibus justo vitae posuere. Ut at dictum ipsum. Praesent hendrerit elementum dolor vel aliquam. Curabitur blandit massa ut ante commodo fermentum eget sit amet erat. Nunc id orci neque. Aenean consequat, quam accumsan mattis ultricies, purus lectus ullamcorper justo, at malesuada turpis ipsum sed elit.
Studio Bug Fixes
  • Morbi sed velit est.
  • Etiam leo urna, condimentum et suscipit et, consectetur sed dolor.
  • Nullam sollicitudin placerat eros, eu consequat mi sodales non.
  • Mauris tortor tortor, pharetra eget rutrum nec, tincidunt vulputate risus.
  • Donec semper, neque in varius euismod, ligula est commodo arcu, ut eleifend dui diam et nunc.
Website Changes
  • Proin elementum, orci ut commodo vehicula, est diam sodales lacus, id feugiat est nulla non eros.
  • Phasellus et orci dolor.
  • Suspendisse convallis, purus ac tincidunt lacinia, purus nibh ornare lorem, porttitor pretium risus velit nec ipsum.
Rendering Fixes
  • In hac habitasse platea dictumst.
  • Cras in bibendum risus.
New/Updated Objects
  • Nulla vel odio nec justo euismod tincidunt sit amet nec tellus.
  • Vestibulum sed dolor nibh, id rutrum lorem.