Difference between revisions of "Template:Beta"
(Created page with "<span style="color:red; font-weight:bold; font-size:30%; vertical-align:super;">BETA</span>") |
|||
Line 1: | Line 1: | ||
− | <span style="color:red; font-weight:bold; font-size: | + | <span style="color:red; font-weight:bold; font-size:40%; vertical-align:super;">BETA</span><noinclude> |
+ | |||
+ | |||
+ | ;Purpose: Display a supertext "Beta" text flag. The flag will be sized relative to the font-size of the element it is contained in. | ||
+ | |||
+ | ;Examples: | ||
+ | {| class="wikitable" | ||
+ | | <code><nowiki>== paragraph{{beta}} ==</nowiki></code> | ||
+ | | paragraph{{beta}}</h2> | ||
+ | |- | ||
+ | | <code><nowiki>== Header-2{{beta}} ==</nowiki></code> | ||
+ | | <h2>Header-2{{beta}}</h2> | ||
+ | |- | ||
+ | |} | ||
+ | </noinclude> |
Latest revision as of 20:18, 11 June 2020
BETA
- Purpose
- Display a supertext "Beta" text flag. The flag will be sized relative to the font-size of the element it is contained in.
- Examples
== paragraph{{beta}} ==
|
paragraphBETA</h2> |
== Header-2{{beta}} ==
|
Header-2BETA |