Template:Manufacturer/EnumImage: Difference between revisions
(add docs for clothing mfrs) |
m (forgot list format) |
||
Line 66: | Line 66: | ||
*kubara | *kubara | ||
; CUBIC STAR: | ; CUBIC STAR: | ||
cubic star | *cubic star | ||
; CUBIC MODE: | ; CUBIC MODE: | ||
cubic mode | *cubic mode | ||
; CUBIC GIRL: | ; CUBIC GIRL: | ||
cubic girl | *cubic girl | ||
; MUTAN: | ; MUTAN: | ||
mutan | *mutan | ||
; MATOI: | ; MATOI: | ||
matoi | *matoi | ||
; MINAMO: | ; MINAMO: | ||
minamo | *minamo | ||
; ASFA: | ; ASFA: | ||
asfa | *asfa | ||
; Do-GAIM: | ; Do-GAIM: | ||
do-gaim | *do-gaim | ||
; monivan | ; monivan | ||
monivan | *monivan | ||
; SHELL-CASEAL | ; SHELL-CASEAL | ||
shell-caseal | *shell-caseal | ||
; SHELL-CAST | ; SHELL-CAST | ||
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