Template:TAG
[[{{{1}}}]]
Purpose
Prints a link to an INCAR tag, optionally with colored background and/or as TAG = value pair.
Parameters
 {{TAG|<tag_name>|<<value>>|<<color=color_name>>|<<op=operator>>}}
- tag_name: The INCAR tag for which a link should be generated.
- value: (optional) Value associated with INCAR tag, with no other arguments writes- MY_TAG = value
- color=color_name: (optional) Apply a color background, available- color_namearguments are:- green,- grey,- blue,- redand- purple. Works also without the- valueargument.
- op=operator: (optional) In case a different operator than- =is required it can be provided as with the- op=argument, e.g.,- {{TAG|MY_TAG|3|op=>=}}produces- MY_TAG >= 3.
Examples
 {{TAG|IBRION}}
 
 {{TAG|IBRION|color=blue}}
 {{TAG|IBRION|3|color=green}}
 {{TAG|IBRION|5|op=<}}
 {{TAG|IBRION|4|color=red|op=?=}}
results in
- IBRION = 3
- IBRION < 5
- IBRION ?= 4
Remarks
- Can be combined with bold and italics format:
 ''{{TAG|IBRION|4|color=red|op=>}}''
 '''{{TAG|IBRION|4|color=blue|op=>}}'''
 '''''{{TAG|IBRION|4|color=purble|op=>}}'''''
- Also works inside of Template:NB boxes:
- Tip: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd ML_MODE gubergren, no sea - ML_MODE = RUNtakimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita- IBRION > 3kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
