helialprofile.png
Welcome to IOPWiki, Commander. You can contribute to this wiki without an account. Learn how to contribute and join our Discord server.

Template:HOCMatrix

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Revision as of 12:03, 6 January 2020 by Messing with data (talk | contribs) (Added chipcolor parameter)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Documentation icon Template documentation[view] [edit] [history] [purge]

A template for creating a small HOC Matrix symbol.

Parameters[edit]

Parameter name Required? Default value Description
chipcolor Yes (n/a) The color scheme the tiles should be rendered in.
data (or anonymous) Yes (n/a) The data for the matrix to set. Each row shall be separated by a ; and each column by a ,. The data is set by the following three digits:
  • 0 Blocked
  • 1 Unlocked on next rarity
  • 2 Unlocked

Usage[edit]

See the template's testcases:


Usual parameters with parameter name
Wiki code
{{HOCMatrix|chipcolor=blue
|data=
0,1,1,0,0,2;
0,1,1,0,2,2;
0,1,1,1,1,2;
2,1,1,1,1,0;
2,2,0,1,1,0;
2,0,0,1,1,0}}
Main version                                     
Sandbox version Template:HOCMatrix/sandbox
Usual parameters without parameter name
Wiki code
{{HOCMatrix|chipcolor=orange|
0,1,1,0,0,2;
0,1,1,0,2,2;
0,1,1,1,1,2;
2,1,1,1,1,0;
2,2,0,1,1,0;
2,0,0,1,1,0}}
Main version                                     
Sandbox version Template:HOCMatrix/sandbox

See also[edit]