Template:Education/Button/doc

From Outreach Wiki
Jump to navigation Jump to search

Required:

  • link = internal link that you would normally include in double square brackets [[ ]]
  • text = button/link text (can include bold or italic wikitext formatting)

Variables:

  • type = progressive (blue), destructive (red), constructive (green)
  • background = custom color for button background (CSS value)

Examples:

{{Education/Button| link= Education| text = Education portal}}

Education portal

{{Education/Button| link= Education| text = Education portal| type = destructive}}

Education portal

{{Education/Button| link= Education| text = Education portal| type = constructive}}

Education portal

{{Education/Button| link= Education| text = Education portal| type =| background= #F15C33}}

Education portal


You can also add emphasis to part of the button text with bold wikitext ('''bold text'''):

{{Education/Button| link= Education| text = visit the '''Education portal'''| type =| background= #4355A5}}

visit the Education portal