Actions

Template

Difference between revisions of "ObsoleteProgram"

From Sonic Retro

m
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<includeonly>{{ArticleNote
 
<includeonly>{{ArticleNote
 
| image=Exclamation.svg
 
| image=Exclamation.svg
| text='''This page describes an obsolete hacking tool that should not be used for new hacks/projects or with new disassemblies/tools.'''{{ #if: {{{text|}}} | <br />{{{text}}} }}
+
| text=<div>'''This page describes an obsolete hacking tool that should not be used for new hacks/projects or with new disassemblies/tools.'''<br />This page (and associated files) is being kept for historical purposes only, as it documents and archives the history of the [[Sonic scene]].{{ #if: {{{text|}}} | : {{{text}}} | }}</div>
|bgcolor=#000033
+
}}{{ #if: {{{nocat|}}} |  | [[Category:Obsolete programs]]}}</includeonly><noinclude>
|textcolor=#fff
 
}}
 
{{ #if: {{nocat}} |  | [[Category:Obsolete programs]]}}</includeonly><noinclude>
 
 
This template is for use in pages for hacking programs that are obsolete.
 
This template is for use in pages for hacking programs that are obsolete.
  
Line 20: Line 17:
 
<pre>{{ObsoleteProgram}}</pre>
 
<pre>{{ObsoleteProgram}}</pre>
  
{{ObsoleteProgram|nocat}}
+
{{ObsoleteProgram|nocat=yes}}
  
 
===With text===
 
===With text===
Line 29: Line 26:
 
{{ObsoleteProgram
 
{{ObsoleteProgram
 
| text=[[SonED2]] has support for split disassemblies, allowing you to add and delete objects in levels.
 
| text=[[SonED2]] has support for split disassemblies, allowing you to add and delete objects in levels.
| nocat
+
| nocat=yes
 
}}
 
}}
  
[[Category:Sonic Retro Templates|{{PAGENAME}}]]
+
[[Category:Sonic Retro templates]]
 
</noinclude>
 
</noinclude>

Revision as of 14:26, 31 July 2018

This template is for use in pages for hacking programs that are obsolete.

Usage

{{ObsoleteProgram
|text=
}}

text is an optional piece of text that will be inserted below the usual message, preferably listing a newer program that should be used instead.

Example

Normal use

{{ObsoleteProgram}}


Exclamation.svg
This page describes an obsolete hacking tool that should not be used for new hacks/projects or with new disassemblies/tools.
This page (and associated files) is being kept for historical purposes only, as it documents and archives the history of the Sonic scene.

With text

{{ObsoleteProgram
| text=[[SonED2]] has support for split disassemblies, allowing you to add and delete objects in levels.
}}


Exclamation.svg
This page describes an obsolete hacking tool that should not be used for new hacks/projects or with new disassemblies/tools.
This page (and associated files) is being kept for historical purposes only, as it documents and archives the history of the Sonic scene.
SonED2 has support for split disassemblies, allowing you to add and delete objects in levels.