doc

From Botnets.fr
Jump to navigation Jump to search

Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

Usage

This template is used to enlarge the size (but compensate for line height while doing so) in order to make diacritic marks in linguistic articles easier to discern in detail and distinguish from each other.

  • {{Huge|diacritic mark to make large}}

If the value passed to the template is or contains a "=" (equals sign) character it must be done like so:

or

This template is compatible with the {{Unicode}}, {{IPA}}, and similar templates:

  • {{Huge|{{Unicode|῾}}}}
Example of typical usage
  • Blah blah blah {{Huge|῾}} versus {{Huge|᾽}} blah blah.

This looks like:

  • Blah blah blah versus blah blah.

The size may also be specified, setting equivalent line spacing by default:

{{Huge|&=|500%}}

&=

Or, you may choose to specify line spacing:


{{Huge|&<br />=|300%}}


{{Huge|&<br />=|300%|0%}}


&
=


&
=



Alignment can also be altered:

valign can be set to "sub" (the default), "super", or "normal".

{{Huge|sub}} {{Huge|super|valign=super}} {{Huge|normal|valign=normal}}

subsupernormal


Finally, here's an example of putting it all together:

{{Huge|Wiki<br />Wiki|300%|200%|valign=super}}<br />Wiki Wiki.


Wiki
Wiki

Wiki Wiki.

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

See the monthly error report for this template.

TemplateData for Huge

<templatedata> {

   "description": "Enlarge the size of diacritic marks and compensate for line height.",
   "params": {
       "1": {
           "label": "Mark",
           "description": "The diacritic mark to make large.",
           "type": "string",
           "required": true
       },
       "2": {
           "label": "Font size",
           "description": "Font size a a percentage. Default is 180%.",
           "type": "string",
           "required": false
       },
       "3": {
           "label": "Line height",
           "description": "Line height, defaults to font size or 180%.",
           "type": "string",
           "required": false
       },
       "valign": {
           "label": "valign",
           "description": "Vertical alignment. Either 'normal', 'super' or 'sub' (the default).",
           "type": "string",
           "required": false
       }
   }

} </templatedata>

See also

  • {{Big}} - similar but not as big and doesn't do anything about vertical alignment.
  • {{Small}} - ditto, but in the other direction