Template:Emblem
Usage
Simple usage:
{{Emblem | }}
More complex usage:
{{Emblem | | variant = | link = }}
Full usage:
{{Emblem | | variant = | link = | text = | size = | font size = | tstyle = }}
Unnamed parameter determines the emblem of which entity is shown. If the entity is not on the list or is spelled differently, a placeholder is displayed. Unless text or link parameters are used, the name of the entity is displayed as spelled in the unnamed parameter. Different capitalizations are accepted by the emblem picker, but not by the links, so be careful to check how the article name is spelled or create a redirect. Note also that some entities don't have articles written about them. Important: Be careful with species names! In some cases, the species name is also accepted for the entity name. Remember that not all members of a species serve or live in the same state.
variant determines which variant of is used for the emblem if multiple exist. Some entities may have, for example, a grey variant, historical variants or flags. Unless determined, a default emblem is displayed.
link changes the link of the emblem and the text following it. If “no” entered, disables links. If text parameter is not given and link is, the value of the link parameter is displayed as text.
text determines the text displayed after the link. If “no” entered, disables the text and only shows the emblem.
size determines the size of the emblem. Use standard wiki image size options. Defaults to 20x20px.
font size determines the size of the text after the emblem. Use standard wiki font size options.
tstyle allows further text formatting options. Use CSS.
List of recognized emblems
Examples
Basic example
{{Emblem|Federation}}
Note how the name of the entity changes when the given name is changed. Be careful with capitalization!
{{Emblem|United Federation of Planets}}
If the entity has no recognized emblem, a placeholder is displayed. Consider adding one if you know one!
{{Emblem|Da'al}}
Some emblems have different variants:
{{Emblem|Klingon Empire|variant=grey}}
Different text
The text following the emblem doesn't have to be the name of the entity! For example, it can be a location within the entity, a person serving the entity, an agency of the entity or something else! Note how the link behaves in the following examples, depending on if text or link parameters are used.
{{Emblem|Federation|link=Narala}}
{{Emblem|Federation|link=Narala}}
{{Emblem|Federation|text=President|link=Narala}}
If link is set to “no”, the text won't be a link. Likewise, if text is set to “no”, the text is not visible at all.
{{Emblem|Federation|link=no}}
Federation
{{Emblem|Federation|link=no|text=Narala}}
Narala
{{Emblem|Federation|link=Narala|text=no}}
TemplateData
Displays emblem and name of faction/state/entity
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | 1 | Name of the entity. See documentation for recognized entities.
| Line | required |
Variant | variant | Variant of the emblem. See documentation for recognized variants. | Line | optional |
Size | size | Size of emblem in px
| Line | optional |
Link | link | Link to another article. If "no", displays plain text instead. | Page name | optional |
Text | text | Text after the emblem. If "no", no text displayed. | Line | optional |
Font size | font size | Font size of text after the emblem. Use e.g. px, em, %. | Line | optional |
Text style | tstyle | CSS style for text | Content | optional |