Template:Infobox CPU architecture/doc: Difference between revisions

Content deleted Content added
m Usage: add space before property and pipe
m syntaxhighlight lang="wikitext"
Line 7:
 
=== Usage ===
<syntaxhighlight lang="wikitext">
<pre>
{{Infobox CPU architecture
| name =
Line 33:
| vpr =
}}
</syntaxhighlight>
</pre>
 
=== Description ===
<syntaxhighlight lang="wikitext">
<pre>
{{Infobox CPU architecture
| name = Name of architecture, e.g. x86, SPARC, PowerPC, MIPS, ARM
Line 58:
| vpr = Number of vector registers (and size, if not indicated by bits=)
}}
</syntaxhighlight>
</pre>
All fields are optional.
 
Line 79:
| fpr = 32
}}
<syntaxhighlight lang="wikitext">
<pre>
{{Infobox CPU architecture
| name = SPARC
Line 97:
| fpr = 32
}}
</syntaxhighlight>
</pre>
 
=== Parameters ===