Difference between revisions of "Template:Infobox SoC"
From Rockchip open source Document
| Line 20: | Line 20: | ||
<tr class=""><th scope="row" style="text-align:left;">Storage</th><td class="" style=""> | <tr class=""><th scope="row" style="text-align:left;">Storage</th><td class="" style=""> | ||
{{{storage}}}</td></tr> | {{{storage}}}</td></tr> | ||
| − | <tr class=""><th scope="row" style="text-align:left;">USB</th><td class="" style=""> | + | {{#if:{{{Connectivity|}}}|<tr class=""><th scope="row" style="text-align:left;">Storage</th><td class="" style=""> |
| − | {{{usb}}}</td></tr> | + | {{{Connectivity}}}</td></tr>}} |
| − | <tr class=""><th scope="row" style="text-align:left;">Release Date</th><td class="" style=""> | + | {{#if:{{{Interface|}}}|<tr class=""><th scope="row" style="text-align:left;">Storage</th><td class="" style=""> |
| − | {{{release_date}}}</td></tr> | + | {{{Interface}}}</td></tr>}} |
| − | <tr class=""><th scope="row" style="text-align:left;">Website</th><td class="" style=""> | + | {{#if:{{{usb|}}}|<tr class=""><th scope="row" style="text-align:left;">USB</th><td class="" style=""> |
| − | [{{{website}}} Product Page] | + | {{{usb}}}</td></tr>}} |
| + | {{#if:{{{release_date|}}}|<tr class=""><th scope="row" style="text-align:left;">Release Date</th><td class="" style=""> | ||
| + | {{{release_date}}}</td></tr>}} | ||
| + | {{#if:{{{website|}}}|<tr class=""><th scope="row" style="text-align:left;">Website</th><td class="" style=""> | ||
| + | [{{{website}}} Product Page]}} | ||
</td></tr> | </td></tr> | ||
</table> | </table> | ||
Revision as of 17:06, 10 March 2017
| {{{title}}} | |
|---|---|
| {{{image}}} | |
| Manufacturer | {{{manufacturer}}} |
| Process | {{{process}}} |
| CPU | {{{cpu}}} |
| Memory | {{{memory}}} |
| GPU | {{{gpu}}} |
| Connectivity | |
| Video | {{{video}}} |
| Audio | {{{audio}}} |
| Storage | {{{storage}}} |

