NOTICE
The lore articles on the wiki are currently being rewritten in some capacity. If you wish for the most updated information, or knowledge on a specific article, the best place to reach out is in #sim-lore-general on Discord.
Template:Infobox faction: Difference between revisions
From New Frontiers Wiki
No edit summary |
(Redesigned from the ground up. Previous template did not function at all.) |
||
Line 1: | Line 1: | ||
<div class="padded" width=" | |||
{| style="cellpadding: 5px; text-align: | |||
<div class="padded" width="40%" style="font-size: 12px; padding: 5px; text-align:right;"> | |||
{| style="cellpadding: 5px; text-align: right;width: 40%;float:right;" class="mw-collapsible mw-uncollapsed wikitable" | |||
|- | |||
! colspan="3" style="width: 100%; background-color:darkgrey" | <data source="name">{{{name}}}</data> | |||
|- | |||
! colspan="3" style="width: 100%;text-align:center;" | <data source="image" style="max-width=100%;">{{{image}}}</data> | |||
|- | |||
! style="width: 50%" colspan="2"| Faction Leader | |||
| align="left" | <data source="fl-name">{{{fl-name}}}</data> | |||
|- | |||
! style="width: 50%" colspan="2"| Faction Senior Staff | |||
| align="left" | <data source="senior-staff">{{{senior-staff}}}</data> | |||
|- | |- | ||
! | ! style="width: 50%" colspan="2"| Faction Alignment | ||
| align="left" | <data source="alignment">{{{alignment}}}</data> | |||
|- | |- | ||
|} | |} | ||
</div><noinclude> | </div><noinclude> | ||
'''DO NOT EDIT THIS PAGE WITHOUT TESTING FIRST!!!!''' | '''DO NOT EDIT THIS PAGE WITHOUT TESTING FIRST!!!!''' | ||
[[Category:Templates]] | [[Category:Templates]] | ||
===Syntax=== | |||
<pre> | |||
{{Infobox faction | |||
|name=Dusklight Sheriff's Department | |||
|image=[[File:BlackDLSD.png|200px]] | |||
|fl-name=Sue | |||
|senior-staff=Person Longname #1, Person Shortname #2, Person Name #3 | |||
|alignment=Lawful Good | |||
}}</pre> | |||
===Example=== | |||
{{Infobox faction}} | {{Infobox faction | ||
|name=Dusklight Sheriff's Department | |||
|image=[[File:BlackDLSD.png|200px]] | |||
|fl-name=Sue | |||
|senior-staff=Person Longname #1, Person Shortname #2, Person Name #3 | |||
|alignment=Lawful Good | |||
}} | |||
</noinclude> |
Revision as of 21:50, 23 May 2020
{{{name}}} | ||
---|---|---|
{{{image}}} | ||
Faction Leader | {{{fl-name}}} | |
Faction Senior Staff | {{{senior-staff}}} | |
Faction Alignment | {{{alignment}}} |
DO NOT EDIT THIS PAGE WITHOUT TESTING FIRST!!!!
Syntax
{{Infobox faction |name=Dusklight Sheriff's Department |image=[[File:BlackDLSD.png|200px]] |fl-name=Sue |senior-staff=Person Longname #1, Person Shortname #2, Person Name #3 |alignment=Lawful Good }}