Template:Infobox subsystem/doc

From SlyMods
Revision as of 14:47, 12 September 2022 by TheOnlyZac (talk | contribs) (Cleanup, added example)
Jump to navigation Jump to search

This is the infobox template for subsystems. It will automatically categorize the article based on its namespace.

Usage

Infobox subsystem/doc
Subsystem
Click here to upload a new image.[[Media:|Dummy link]]
Startup Function0x00123456
Update Function0x002468C0
{{Infobox subsystem
| title=
| startup= 0x00123456
| update= 0x002468C0
}}

The template takes the following optional parameters:

  • title - Title of the infobox. Default is the page name.
  • startup - Memory offset of the startup function for the system in the executable.
  • update - Memory offset of the update function for the system in the executable.

Template data

This is the TemplateData documentation for this template used by VisualEditor and other tools.

TemplateData for Infobox subsystem

An infobox for use on subsystem articles.

Template parameters

ParameterDescriptionTypeStatus
namename

no description

Stringoptional
imageimage

no description

Fileoptional
captioncaption

no description

Stringoptional
widthwidth

no description

Unknownoptional
startup functionstartup

The memory address of the startup function in the ELF

Example
0x00123456
Numbersuggested