Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Please sign up or log in to edit the wiki.

View source for Template:Infobox data MFU/doc

Template page

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in one of the groups: Users.
    Sign up or Log in to edit a page.
    The Star Citizen Wiki is made by people like you! Anyone can edit and improve any pages.
  • You do not have permission to edit pages in the Template namespace.
    You can submit an edit request by commenting on the talk page or contact us through Discord.

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.