Template:Manufacturer/EnumImage: Difference between revisions
(add ids) |
(add clothing manufacturers) |
||
Line 19: | Line 19: | ||
|kubara product | |kubara product | ||
|kubara = {{EnumImage|image=Kubara_logo.png|name=Kubara product|options={{{options|}}}}} | |kubara = {{EnumImage|image=Kubara_logo.png|name=Kubara product|options={{{options|}}}}} | ||
|cubic star = {{EnumImage|image=File:CUBIC DESIGN logo.gif|name=CUBIC STAR|options={{{options|}}}}} | |||
|cubic mode = {{EnumImage|image=File:CUBIC DESIGN logo.gif|name=CUBIC MODE|options={{{options|}}}}} | |||
|cubic girl = {{EnumImage|image=File:CUBIC DESIGN logo.gif|name=CUBIC GIRL|options={{{options|}}}}} | |||
|mutan = {{EnumImage|image=File:MIYA-B.png|name=MUTAN|options={{{options|}}}}} | |||
|matoi = {{EnumImage|image=File:MIYA-B.png|name=MATOI|options={{{options|}}}}} | |||
|minamo = {{EnumImage|image=File:MIYA-B.png|name=MINAMO|options={{{options|}}}}} | |||
|asfa = {{EnumImage|image=File:ROAR ROARS logo.gif|name=ASFA|options={{{options|}}}}} | |||
|do-gaim = {{EnumImage|image=File:ROAR ROARS logo.gif|name=Do-GAIM|options={{{options|}}}}} | |||
|monivan = {{EnumImage|image=File:ROAR ROARS logo.gif|name=monivan|options={{{options|}}}}} | |||
|shell-caseal = {{EnumImage|image=File:GRM SHELL logo.gif|name=SHELL-CASEAL|options={{{options|}}}}} | |||
|shell-cast = {{EnumImage|image=File:GRM SHELL logo.gif|name=SHELL-CAST|options={{{options|}}}}} | |||
|#default = | |#default = | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> |
Revision as of 02:17, 23 December 2023
Purpose
Shortcut template for all equipment manufacturers. Currently, clothing manufacturers are not supported. Contains mouseover for the manufacturer string that would appear ingame.
Parameter List
{{Manufacturer | <!-- Anonymous parameter. The desired manufacturer name or weapon manufacturer's octet, case insensitive. Invalid strings will render nothing. --> |options <!-- The desired image options. If options aren't provided, the link to the image is disabled. --> }}
For manufacturers, the valid list of strings, case insensitive, are:
- GRM
- 00
- general resource manufacturer
- g
- g.r.m
- g.r.m.
- grm
- Yohmei
- 01
- y
- yohmei corporation
- yohmei corp
- yohmei
- TENORA WORKS
- 02
- t
- tenora works
- tenora
- Kubara
- 03
- k
- kubara product
- kubara
For image options, a guide on syntax can be found here: [1]
Examples
Icon for "yohmei"
{{Manufacturer|yohmei}}
Function: CargoSQLQuery::run Query: SELECT `mwhd_cargo__Manufacturers`.`_pageID` AS `cargo_backlink_page_id_Manufacturers`,`name` AS `name` FROM `mwhd_cargo__Manufacturers` WHERE sort_order = yohmei ORDER BY `mwhd_cargo__Manufacturers`.`_pageID`,`name` LIMIT 100
Icon for "GRM"
{{Manufacturer|GRM}}
Function: CargoSQLQuery::run Query: SELECT `mwhd_cargo__Manufacturers`.`_pageID` AS `cargo_backlink_page_id_Manufacturers`,`name` AS `name` FROM `mwhd_cargo__Manufacturers` WHERE sort_order = GRM ORDER BY `mwhd_cargo__Manufacturers`.`_pageID`,`name` LIMIT 100
Icon for "GRM", Options="16px"
{{Manufacturer|GRM|options=16px}}
Function: CargoSQLQuery::run Query: SELECT `mwhd_cargo__Manufacturers`.`_pageID` AS `cargo_backlink_page_id_Manufacturers`,`name` AS `name` FROM `mwhd_cargo__Manufacturers` WHERE sort_order = GRM ORDER BY `mwhd_cargo__Manufacturers`.`_pageID`,`name` LIMIT 100
Icon for "GRM", Options="16px|link="
{{Manufacturer|GRM|options=16px{{!}}link=}}
Function: CargoSQLQuery::run Query: SELECT `mwhd_cargo__Manufacturers`.`_pageID` AS `cargo_backlink_page_id_Manufacturers`,`name` AS `name` FROM `mwhd_cargo__Manufacturers` WHERE sort_order = GRM ORDER BY `mwhd_cargo__Manufacturers`.`_pageID`,`name` LIMIT 100
Icon for "asdasd"
{{Manufacturer|asdasd}}
Function: CargoSQLQuery::run Query: SELECT `mwhd_cargo__Manufacturers`.`_pageID` AS `cargo_backlink_page_id_Manufacturers`,`name` AS `name` FROM `mwhd_cargo__Manufacturers` WHERE sort_order = asdasd ORDER BY `mwhd_cargo__Manufacturers`.`_pageID`,`name` LIMIT 100