Template:Infobox software/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(launch /doc page based on best info on template and talk)
 
m (Add to Formatting templates category)
 
(162 intermediate revisions by 80 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
== Usage ==
== Usage ==
<pre><nowiki>{{Infobox Software
<pre style="overflow:auto;">
| name =  
{{Infobox software
| logo =  
| name                   =
| screenshot =  
| title                  =
| caption =  
| logo                  = <!-- [[File: ]] -->
| developer =  
| logo caption          =  
| latest_release_version =  
| screenshot             = <!-- [[File: ]] -->
| latest_release_date =  
| caption               =
| latest_preview_version =  
| collapsible            =
| latest_preview_date =  
| author                =  
| operating_system =  
| developer             =  
| platform =  
| released              =  
| genre =  
| discontinued          =  
| license =  
| Stable release =  
| website =  
| preview release    =  
}}</nowiki></pre>
| programming language  =
| operating system      =  
| platform               =
| size                  =
| language              =
| status                =  
| genre                 =  
| license               =  
| website               =  
}}
</pre>
{{-}}<includeonly>


=== Notes ===
* Pick either ''license'' (American English) or ''licence'' (Commonwealth English), not both - select the one which matches the content of the article the template is used in.
* For Unix-like multi-OS programs use: Any [[[[Unix-like]]]]
* For multi-platform programs use: [[[[Cross-platform]]]]
== Examples ==
{{Infobox_Software
| name = BZFlag
| logo = [[Image:MacBZFlag.png|48px]]
| screenshot = [[Image:Bzfi0001.png|250px]]
| caption = A screenshot from version 2.0. In the picture, "Lan," the player, fires Guided Missiles at another tank, while "dummy1_(tm)" chats, all while it rains. Taken from the low-quality release of the game. They are playing a map called "Battle City" by Brad2901.
| author = Chris Schoeneman
| developer = Tim Riker
| latest_release_version = 2.0.4
| latest_release_date = [[2005-09-30]]
| operating_system = [[Cross-platform]]
| operating_system_desc =
| genre = [[Computer and video games|Game]]
| license = [[GNU Lesser General Public License|LGPL]]
| website = [http://www.bzflag.org/ www.bzflag.org]
}}
<tt><nowiki>{{Infobox_Software</nowiki><br />
<nowiki>| name = BZFlag</nowiki><br />
<nowiki>| logo = [[Image:MacBZFlag.png|48px]]</nowiki><br />
<nowiki>| screenshot = [[Image:Bzfi0001.png|250px]]</nowiki><br />
<nowiki>| caption = A screenshot from version 2.0. In the picture, "Lan," the player, fires Guided Missiles at another tank, while "dummy1_(tm)" chats, all while it rains. Taken from the low-quality release of the game. They are playing a map called "Battle City" by Brad2901.</nowiki><br />
<nowiki>| author = Chris Schoeneman</nowiki><br />
<nowiki>| developer = Tim Riker</nowiki><br />
<nowiki>| latest_release_version = 2.0.4</nowiki><br />
<nowiki>| latest_release_date = [[2005-09-30]]</nowiki><br />
<nowiki>| operating_system = [[Cross-platform]]</nowiki><br />
<nowiki>| operating_system_desc =</nowiki><br />
<nowiki>| genre = [[Computer and video games|Game]]</nowiki><br />
<nowiki>| license = [[GNU Lesser General Public License|LGPL]]</nowiki><br />
<nowiki>| website = [http://www.bzflag.org/ www.bzflag.org]</nowiki><br />
<nowiki>}}</nowiki></tt>
{{-}}
{{Infobox_Software
| name = '''Example''': Yoyodyne
| logo =
| screenshot = [[Image:Yoyo patent 1866.png|200px]]
| caption = Yoyodyne v0.9 screenshot
| developer = Yoyodyne Industries Inc.
| latest_release_version = 0.9
| latest_release_date = [[2006-01-01]]
| operating_system = Windows
| operating_system_desc =
| genre = Game
| license = [[GNU General Public License]]
| website = [http://www.example.org example.org]
}}
<tt><nowiki>{{Infobox_Software</nowiki><br />
<nowiki>| name = '''Example''': Yoyodyne</nowiki><br />
<nowiki>| logo = </nowiki><br />
<nowiki>| screenshot = [[Image:Yoyo patent 1866.png|200px]]</nowiki><br />
<nowiki>| caption = Yoyodyne v0.9 screenshot</nowiki><br />
<nowiki>| developer = Yoyodyne Industries Inc.</nowiki><br />
<nowiki>| latest_release_version = 0.9</nowiki><br />
<nowiki>| latest_release_date = [[2006-01-01]]</nowiki><br />
<nowiki>| operating_system = Windows</nowiki><br />
<nowiki>| operating_system_desc =</nowiki><br />
<nowiki>| genre = Game</nowiki><br />
<nowiki>| license = [[GNU General Public License]]</nowiki><br />
<nowiki>| website = [http://www.example.com example.com]</nowiki><br />
<nowiki>}}</nowiki></tt>
{{-}}


== See also ==
[[Category:Formatting templates]]</includeonly>
<!-- self-listing for quick access on edit history -->
* {{Lts|Infobox Software}}
* {{Lts|Infobox Software2}}
* {{Lts|Infobox OS}} for [[operating systems]]
* {{Lts|Infobox OS 2}}
* {{Lts|Infobox cvg}} for [[video games]]

Latest revision as of 18:35, 23 March 2021


Usage

{{Infobox software
| name                   = 
| title                  = 
| logo                   = <!-- [[File: ]] -->
| logo caption           = 
| screenshot             = <!-- [[File: ]] -->
| caption                = 
| collapsible            = 
| author                 = 
| developer              = 
| released               = 
| discontinued           = 
| Stable release = 
| preview release    = 
| programming language   = 
| operating system       = 
| platform               = 
| size                   = 
| language               = 
| status                 = 
| genre                  = 
| license                = 
| website                = 
}}