Jump to content

Template:Infobox predictive model/doc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by InfiniteNexus (talk | contribs) at 17:35, 25 June 2023 (InfiniteNexus moved page Template:Predictive model/doc to Template:Infobox predictive model/doc without leaving a redirect). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Usage

The following is the base code required to generate an infobox. One can copy and paste the base code into an article and insert relevant information in front of the = signs. Removing HTML comments (<!-- anything -->) is optional. To avoid accidental misuse, this base code does not have a handful of parameters that must be handled with absolute care and are not normally needed, such as {{{bodystyle}}}.


{{Infobox software
| title = 
| name = 
| logo = <!-- File name without 'File:' -->
| logo caption = 
| logo alt = 
| logo size =
| collapsible = <!-- Any text here will collapse the screenshot. -->
| screenshot = <!-- File name without 'File:' -->
| screenshot size =
| screenshot alt = 
| caption = 
| other_names =
| author = 
| developer = 
| released = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| ver layout = <!-- simple (default) or stacked -->
| discontinued = <!-- Set to yes, if software is discontinued, otherwise omit. -->
| latest release version = 
| latest release date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| latest preview version = 
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| repo = <!-- {{URL|example.org}} -->
| qid = 
| programming language = 
| middleware =
| engine = <!-- or |engines= -->
| operating system = 
| platform = 
| included with = 
| replaces =
| replaced_by =
| service_name = 
| size = 
| standard = 
| language = 
| language count = <!-- Number only -->
| language footnote = 
| genre = 
| license = <!-- or |licence= -->
| website = <!-- {{URL|example.org}} or {{official URL}} -->
| AsOf = 
}}