Template:Emblem: Difference between revisions

Jump to navigation Jump to search
splitting doc to subpage
(some more entites & variants)
(splitting doc to subpage)
Line 55: Line 55:
-->{{#ifeq: {{{text|}}} | no ||&nbsp;<span style="font-size:{{{font size|95%}}};{{{tstyle|}}}">{{#ifeq: {{lc: {{{link|}}}}} | no | {{{text|{{{1|}}}}}} | [[{{{link|{{{1|}}}}}}|{{{text|{{{link|{{{1|}}}}}}}}}]]}}</span>}}</includeonly><!--
-->{{#ifeq: {{{text|}}} | no ||&nbsp;<span style="font-size:{{{font size|95%}}};{{{tstyle|}}}">{{#ifeq: {{lc: {{{link|}}}}} | no | {{{text|{{{1|}}}}}} | [[{{{link|{{{1|}}}}}}|{{{text|{{{link|{{{1|}}}}}}}}}]]}}</span>}}</includeonly><!--


--><noinclude>{{Documentation|Content={{UnderConstruction|Jovenan}}
--><noinclude>{{Documentation}}</noinclude>
 
Displays a small emblem (such as a seal, arms or flag) for a [[Factions|faction]], planetary government or similar entity. For ship logo picker, see [[Template:Logo]].
 
== Usage ==
Simple usage:
<pre>{{Emblem | }}</pre>
 
More complex usage:
<pre>{{Emblem | | variant = | link = }}</pre>
 
Full usage:
<pre>{{Emblem | | variant = | link = | text = | size = | font size = | tstyle = }}</pre>
 
'''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. Note: Different capitalizations are accepted by the emblem picker, but not by the links! If you see the correct emblem but a red link, check your capitalization or use ''text'' or ''link'' parameters. The only mandatory parameter.
 
'''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. Defaults to 95%.
 
'''tstyle''' allows further text formatting options. Use CSS.
 
== Examples ==
 
=== Basic example ===
<pre>{{Emblem|Federation}}</pre>
{{Emblem|Federation}}
 
Note how the name of the entity changes when the given name is changed. Be careful with capitalization!
 
<pre>{{Emblem|United Federation of Planets}}</pre>
{{Emblem|United Federation of Planets}}
 
If the entity has no recognized emblem, a placeholder is displayed. Consider adding one if you know one!
 
<pre>{{Emblem|Da'al}}</pre>
{{Emblem|Da'al}}
 
Some emblems have different variants:
 
<pre>{{Emblem|Klingon Empire|variant=grey}}</pre>
{{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.
 
<pre>{{Emblem|Federation|link=Narala}}</pre>
{{Emblem|Federation|link=Narala}}
 
<pre>{{Emblem|Federation|link=Narala}}</pre>
{{Emblem|Federation|link=Narala}}
 
<pre>{{Emblem|Federation|text=President|link=Narala}}</pre>
{{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.
<pre>{{Emblem|Federation|link=no}}</pre>
{{Emblem|Federation|link=no}}
 
<pre>{{Emblem|Federation|link=no|text=Narala}}</pre>
{{Emblem|Federation|link=no|text=Narala}}
 
<pre>{{Emblem|Federation|link=Narala|text=no}}</pre>
{{Emblem|Federation|link=Narala|text=no}}
}}</noinclude>
1,769

edits

Navigation menu