Difference between revisions of "Template:Infobox Computer"
Jump to navigation
Jump to search
imported>Samsara (→Usage: note of disabled parameter) |
imported>Ligulem (Converted to use m:ParserFunctions instead of bad Wikipedia:hiddenStructure) |
||
| Line 1: | Line 1: | ||
| − | |||
{| class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;" | {| class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;" | ||
! colspan="2" style="font-size: larger; text-align: center" | {{{name}}} | ! colspan="2" style="font-size: larger; text-align: center" | {{{name}}} | ||
| − | |- | + | |- |
| − | + | {{#if: {{{photo<includeonly>|</includeonly>}}} | | |
| − | |- | + | {{!}} colspan="2" style="text-align: center;"{{!}} {{{photo<includeonly>|</includeonly>}}}{{ |
| + | #if: {{{caption<includeonly>|</includeonly>}}} | <br>{{{caption}}} }} }} | ||
| + | |- | ||
| + | {{#if: {{{type<includeonly>|</includeonly>}}} | | ||
! Type: | ! Type: | ||
| − | + | {{!}} {{{type}}} }} | |
| − | |- | + | |- |
| + | {{#if: {{{developer<includeonly>|</includeonly>}}} | | ||
! Developer: | ! Developer: | ||
| − | + | {{!}} {{{developer}}} }} | |
| − | |- | + | |- |
| + | {{#if: {{{first_release_date<includeonly>|</includeonly>}}} | | ||
! Released: | ! Released: | ||
| − | + | {{!}} {{{first_release_date}}} }} | |
| − | + | |- | |
| + | {{#if: {{{discontinuation_date<includeonly>|</includeonly>}}} | | ||
! Discontinued: | ! Discontinued: | ||
| − | + | {{!}} {{{discontinuation_date}}} }} | |
| − | |- | + | |- |
| + | {{#if: {{{processor<includeonly>|</includeonly>}}} | | ||
! [[Central processing unit|Processor(s)]]: | ! [[Central processing unit|Processor(s)]]: | ||
| − | + | {{!}} {{{processor}}} }} | |
| − | |- | + | |- |
| + | {{#if: {{{baseprice<includeonly>|</includeonly>}}} | | ||
! Base Price: | ! Base Price: | ||
| − | + | {{!}} {{{baseprice}}} }} | |
| − | |- | + | |- |
| + | {{#if: {{{website<includeonly>|</includeonly>}}} | | ||
! Website: | ! Website: | ||
| − | + | {{!}} {{{website}}} }} | |
| − | |} | + | |}<noinclude> |
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{Infobox Computer | {{Infobox Computer | ||
| − | |name = | + | | name = |
| − | |developer = | + | | developer = |
| − | |type = | + | | type = |
| − | |photo = | + | | photo = |
| − | |caption = | + | | caption = |
| − | |first_release_date = | + | | first_release_date = |
| − | |discontinuation_date = | + | | discontinuation_date = |
| − | |processor = | + | | processor = |
| − | |baseprice = | + | | baseprice = |
| − | |website = | + | | website = |
}} | }} | ||
</pre> | </pre> | ||
| + | |||
[[Category:Computing templates|Infobox Computer]] | [[Category:Computing templates|Infobox Computer]] | ||
| + | |||
[[he:תבנית:מחשב]] | [[he:תבנית:מחשב]] | ||
[[nn:mal:Infoboks datamaskin]] | [[nn:mal:Infoboks datamaskin]] | ||
[[ja:Template:Infobox Computer]] | [[ja:Template:Infobox Computer]] | ||
</noinclude> | </noinclude> | ||
Revision as of 18:10, 8 October 2006
| {{{name}}} | |
|---|---|
| {{{photo}}} {{{caption}}} | |
| Type: | {{{type}}} |
| Developer: | {{{developer}}} |
| Released: | {{{first_release_date}}} |
| Discontinued: | {{{discontinuation_date}}} |
| Processor(s): | {{{processor}}} |
| Base Price: | {{{baseprice}}} |
| Website: | {{{website}}} |
Usage
{{Infobox Computer
| name =
| developer =
| type =
| photo =
| caption =
| first_release_date =
| discontinuation_date =
| processor =
| baseprice =
| website =
}}
he:תבנית:מחשב nn:mal:Infoboks datamaskin ja:Template:Infobox Computer