Lou Montana/Sandbox – User
Jump to navigation
Jump to search
Template Icon2 standing for Game Version Icon - should appear inline A L when in a paragraph.
Usage
{{Icon2|firstWord|secondWord|secondLetterColor|textOverride}}
- firstWord: first letter word, e.g "argument"
- secondWord: second letter word, e.g "local"
- secondLetterColor: (Optional, default blue) CSS color
- textOverride: bottom text override (default secondWord)
Code | Result |
---|---|
{{Icon2}} | -no arguments provided- |
{{Icon2|argument|local|blue}} |
A L |
{{Icon2|argument|N/A|grey}} |
A N |
{{Icon2|effect|global|darkorange}} |
E G |
{{Icon2|effect|local|blue}} |
E L |
{{Icon2|effect|N/A|grey}} |
E N |
{{Icon2|argument|global|darkorange}} |
A G |
{{Icon2|server|execution|green}} |
S E |
{{Icon2|server|execution|green|server}} |
S E |