1,797
edits
(table) |
(templatedata; typo; -wip (could still do with more emblems)) |
||
Line 1: | Line 1: | ||
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]]. | 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]]. | ||
Line 60: | Line 58: | ||
| Rigelian Assembly || {{emblem|Rigelian Assembly}} | | Rigelian Assembly || {{emblem|Rigelian Assembly}} | ||
|- | |- | ||
| | | Risian || {{emblem|Risian}} | ||
|- | |- | ||
| rowspan="2" |Romulan Republic | | rowspan="2" |Romulan Republic | ||
Line 125: | Line 123: | ||
<pre>{{Emblem|Federation|link=Narala|text=no}}</pre> | <pre>{{Emblem|Federation|link=Narala|text=no}}</pre> | ||
{{Emblem|Federation|link=Narala|text=no}} | {{Emblem|Federation|link=Narala|text=no}} | ||
== TemplateData == | |||
{{Navbox|title=TemplateData| | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Name", | |||
"description": "Name of the entity. See documentation for recognized entities.", | |||
"example": "Federation", | |||
"type": "line", | |||
"required": true | |||
}, | |||
"variant": { | |||
"label": "Variant", | |||
"description": "Variant of the emblem. See documentation for recognized variants.", | |||
"type": "line" | |||
}, | |||
"size": { | |||
"label": "Size", | |||
"description": "Size of emblem in px", | |||
"type": "line", | |||
"default": "20x20px" | |||
}, | |||
"link": { | |||
"label": "Link", | |||
"description": "Link to another article. If \"no\", displays plain text instead.", | |||
"type": "wiki-page-name" | |||
}, | |||
"text": { | |||
"label": "Text", | |||
"description": "Text after the emblem. If \"no\", no text displayed.", | |||
"type": "line" | |||
}, | |||
"font size": { | |||
"label": "Font size", | |||
"description": "Font size of text after the emblem. Use e.g. px, em, %.", | |||
"type": "line", | |||
"default": "95%" | |||
}, | |||
"tstyle": { | |||
"label": "Text style", | |||
"description": "CSS style for text", | |||
"type": "content" | |||
} | |||
}, | |||
"description": "Displays emblem and name of faction/state/entity", | |||
"format": "inline" | |||
} | |||
</templatedata>}} | |||
<includeonly>[[Category:Templates|*]]__NOTOC__</includeonly> | <includeonly>[[Category:Templates|*]]__NOTOC__</includeonly> | ||
<noinclude>[[Category:Documentation subpages]]</noinclude> | <noinclude>[[Category:Documentation subpages]]</noinclude> |
edits