You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
{{Documentation}}
{{t|Infobox data MFU}} is used by various infobox templates to format the manufacturer value. It takes the manufacturer code and output in the <code>Manufacturer name (Code)</code> format.
== Usage ==
{{t|Infobox data MFU|Manufacturer code}}
== Example ==
<code><nowiki>{{Infobox data MFU|AEGS}}</nowiki></code> gives {{Infobox data MFU|AEGS}}
== TemplateData ==
<templatedata>
{
"params": {
"1": {
"label": "Manufacturer code",
"example": "AEGS",
"type": "string",
"required": true
}
},
"description": "Takes the manufacturer code and output in the Manufacturer name (Code) format.",
"format": "inline"
}
</templatedata>
<includeonly>[[Category:Infobox utility templates]]</includeonly>
Return to Template:Infobox data MFU/doc.