Difference between revisions of "Template:Infobox software"

From Citadel Servers Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
<noinclude>
 +
This is the template for developer/publisher info.
 +
It should be used like this:
 
<pre>{{Infobox software
 
<pre>{{Infobox software
 
| name                  = Unreal Engine
 
| name                  = Unreal Engine
Line 20: Line 23:
 
| website                = {{URL|http://www.unrealengine.com|unrealengine.com}}
 
| website                = {{URL|http://www.unrealengine.com|unrealengine.com}}
 
}}</pre>
 
}}</pre>
 +
</noinclude>
  
 
<includeonly>{| class="wikitable" style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
 
<includeonly>{| class="wikitable" style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
Line 27: Line 31:
 
| {{{image|}}}
 
| {{{image|}}}
 
|-
 
|-
! Game Information
+
! Engine Name
 
| {{{gameinfopage|}}}
 
| {{{gameinfopage|}}}
 
|-
 
|-

Latest revision as of 08:43, 29 June 2019

This is the template for developer/publisher info. It should be used like this:

{{Infobox software
| name                   = Unreal Engine
| logo                   = UE Logo Black Centered.svg
| logo size              = 100px
| screenshot             = Unreal Engine 4 screenshot.png
| caption                = Unreal Engine 4.20 screenshot
| author                 = [[Tim Sweeney (game developer)|Tim Sweeney]]
| developer              = [[Epic Games]]
| released               = {{Start date and age|1998|5|}}
| latest release version = <!-- Used by Template:Latest stable software release/Unreal Engine -->
| latest preview version = <!-- Used by Template:Latest preview software release/Unreal Engine -->
| repo                   = 
| programming language   = [[C++]]
| operating system       = 
| platform               = 
| language               = 
| genre                  = [[Game engine]]
| license                = [[Source-available]] [[commercial software]] with [[Royalty payment|royalty]] model for commercial use<ref>{{cite web|accessdate=2018-08-26|title=Unreal Engine End User License Agreement|url=https://www.unrealengine.com/en-US/eula|website=Unreal Engine}}</ref>
| alexa                  = {{Alexa|up|1,973|{{As of|2019|06|10|df=US}}|inline=y}}<ref>{{Cite web |url=https://www.alexa.com/siteinfo/unrealengine.com |title=Unrealengine.com Competitive Analysis, Marketing Mix and Traffic |website=[[Alexa Internet]] |access-date=June 10, 2019}}</ref>
| website                = {{URL|http://www.unrealengine.com|unrealengine.com}}
}}