Anonymous

Changes

From Open Educational Resources
861 bytes added ,  10:35, 17 November 2016
Created page with "{|class=wikitable !Markup !Renders as |- | <code><nowiki>{{ font color | green | green text }}</nowiki></code> | {{ font color | green | green text }} |- | <code><nowiki>{{..."
{|class=wikitable
!Markup
!Renders as
|-
| <code><nowiki>{{ font color | green | green text }}</nowiki></code>
| {{ font color | green | green text }}
|-
| <code><nowiki>{{ font color | blue | do not style text as a link }}</nowiki></code>
| {{ font color | blue | do not style text as a link }}
|-
| <code><nowiki>{{ font color | white | black | white with black background }}</nowiki></code>
| {{ font color | white | black | white with black background }}
|-
| | <code>{<nowiki/>{ font color'''{{big | {{! }}<nowiki/>{{! }} }}'''yellow | default text in yellow background }}</code>
| {{ font color | | yellow | default text in yellow background }}
|-
| | <code>{<nowiki/>{ font color'''{{big | {{! }} }}'''bg=yellow | text = default text in yellow background }}</code>
| {{ font color | bg=yellow | text = default text in yellow background }}
|}