Template:Infobox subsystem/doc: Difference between revisions

Cleanup, added example
(Added template doc)
 
(Cleanup, added example)
Line 2:
 
== Usage ==
{{Infobox subsystem
| title=
| startup= 0x00123456
| update= 0x002468C0
}}
<pre>
{{Infobox subsystem
| title=
| startup= 0x00123456
| update= 0x002468C0
}}
</pre>
 
The template takes the following optional parameters:
* <tt>startuptitle</tt> - The memory offsetTitle of the startupinfobox. functionDefault foris the systempage name.
* <tt>startup</tt> - Memory offset of the startup function for the system in the executable.
* <tt>update</tt> - Memory offset of the update function for the system in the executable.
{{clear}}
 
== Template data ==