Template:Manufacturer/EnumImage: Difference between revisions
(add clothing manufacturers) |
(add docs for clothing mfrs) |
||
Line 65: | Line 65: | ||
*kubara product | *kubara product | ||
*kubara | *kubara | ||
; CUBIC STAR: | |||
cubic star | |||
; CUBIC MODE: | |||
cubic mode | |||
; CUBIC GIRL: | |||
cubic girl | |||
; MUTAN: | |||
mutan | |||
; MATOI: | |||
matoi | |||
; MINAMO: | |||
minamo | |||
; ASFA: | |||
asfa | |||
; Do-GAIM: | |||
do-gaim | |||
; monivan | |||
monivan | |||
; SHELL-CASEAL | |||
shell-caseal | |||
; SHELL-CAST | |||
shell-cast | |||
For image options, a guide on syntax can be found here: [https://www.mediawiki.org/wiki/Help:Images#Syntax] | For image options, a guide on syntax can be found here: [https://www.mediawiki.org/wiki/Help:Images#Syntax] |
Revision as of 02:20, 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
- CUBIC STAR
cubic star
- CUBIC MODE
cubic mode
- CUBIC GIRL
cubic girl
- MUTAN
mutan
- MATOI
matoi
- MINAMO
minamo
- ASFA
asfa
- Do-GAIM
do-gaim
- monivan
monivan
- SHELL-CASEAL
shell-caseal
- SHELL-CAST
shell-cast
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