Template:Platform Infobox: Difference between revisions
Appearance
Xinreality (talk | contribs) Created page with "{| class="infobox" style="font-size:89%; width:21em; -moz-border-radius: .2em; -webkit-border-radius: .2em;" |- ! colspan="2" style="background-color: #BDBDBD; color: #000000;..." |
No edit summary |
||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox" style="font-size:89%; width:21em; -moz-border-radius: .2em; -webkit-border-radius: .2em;" | {| class="infobox" style="font-size:89%; width:21em; -moz-border-radius: .2em; -webkit-border-radius: .2em;display:inline-table!important;" | ||
|- | |- | ||
! colspan="2" style="background-color: # | ! colspan="2" style="background-color: #eab267; color: #ffffff; font-size:120%; padding:0.5em;" | {{{name|{{PAGENAME}}}}} | ||
|- | |- | ||
! colspan="2" |{{#if:{{{image|}}}|{{{image|}}}}} | ! colspan="2" |{{#if:{{{image|}}}|{{{image|}}}}} | ||
|- | |- | ||
! colspan="2" style="background-color: # | ! colspan="2" style="background-color: #eab267; color: #ffffff; padding:0em;" | Information | ||
|- | |- | ||
{{#if: {{{Type|}}}| | {{#if: {{{Type|}}}| | ||
Line 26: | Line 26: | ||
{{!}} '''Manufacturer''' | {{!}} '''Manufacturer''' | ||
{{!}} {{{Manufacturer|}}} }} | {{!}} {{{Manufacturer|}}} }} | ||
|- | |||
{{#if: {{{Operating System|}}}| | |||
{{!}} '''Operating System''' | |||
{{!}} {{{Operating System|}}} }} | |||
|- | |||
{{#if: {{{Browser|}}}| | |||
{{!}} '''Browser''' | |||
{{!}} {{{Browser|}}} }} | |||
|- | |- | ||
{{#if: {{{Devices|}}}| | {{#if: {{{Devices|}}}| | ||
Line 53: | Line 61: | ||
==Usage== | ==Usage== | ||
<pre> | <pre> | ||
{{ | {{Platform Infobox | ||
|image= | |image= | ||
|Type= | |Type= | ||
Line 60: | Line 68: | ||
|Developer= | |Developer= | ||
|Manufacturer= | |Manufacturer= | ||
|Operating System= | |||
|Browser= | |||
|Devices= | |Devices= | ||
|Accessories= | |Accessories= | ||
Line 73: | Line 83: | ||
: E.g. [[]] | : E.g. [[]] | ||
'''<nowiki>|Type=</nowiki>''' | '''<nowiki>|Type=</nowiki>''' | ||
: Type of | : Type of platform. For example [[Virtual Reality]], [[Augmented Reality]]. | ||
'''<nowiki>|Subtype=</nowiki>''' | '''<nowiki>|Subtype=</nowiki>''' | ||
: Subtype of | : Subtype of the platform. | ||
'''<nowiki>|Creator=</nowiki>''' | '''<nowiki>|Creator=</nowiki>''' | ||
: Person(s) that created | : Person(s) that created platform. | ||
'''<nowiki>|Developer=</nowiki>''' | '''<nowiki>|Developer=</nowiki>''' | ||
: Developer of the | : Developer of the platform. | ||
'''<nowiki>|Manufacturer=</nowiki>''' | '''<nowiki>|Manufacturer=</nowiki>''' | ||
: Manufacturer of the | : Manufacturer of the platform. | ||
'''<nowiki>|Operating System=</nowiki>''' | |||
: Operating System(s) for the Platform | |||
'''<nowiki>|Browser=</nowiki>''' | |||
: Browser(s) for the Platform | |||
'''<nowiki>|Devices=</nowiki>''' | '''<nowiki>|Devices=</nowiki>''' | ||
: Devices for the Platform | : Devices for the Platform | ||
Line 87: | Line 101: | ||
: Accessories for the Platform | : Accessories for the Platform | ||
'''<nowiki>|Release Date=</nowiki>''' | '''<nowiki>|Release Date=</nowiki>''' | ||
: Release Date of the | : Release Date of the platform | ||
'''<nowiki>|Price=</nowiki>''' | '''<nowiki>|Price=</nowiki>''' | ||
: Price of the | : Price of the platform | ||
'''<nowiki>|Website=</nowiki>''' | '''<nowiki>|Website=</nowiki>''' | ||
: | : Platform Website | ||
<br><br> | <br><br> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |