Jump to content

Template:Infobox predictive model/doc

From Wikipedia, the free encyclopedia

Usage

[edit]

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 predictive model
| title = 
| name = 
| logo = <!-- File name without 'File:' -->
| logo caption = 
| logo alt = 
| logo_upright =
| 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 = 
}}