Template:FeatureInfobox: Difference between revisions
Jump to navigation
Jump to search
Created page with "<noinclude> This is the {{PAGENAME}} template. Used to display feature/article metadata in a standardized infobox. Usage: {{FeatureInfobox | name = Feature Name | type = Quest / Event / System / Mechanic | location = New Reno | requirements = Level 15, BoS membership }} </noinclude> <includeonly> <table class="wikitable" style="float:right; margin:0 0 1em 1em; width:320px"> <tr> <th colspan="2" style="background-color:#3d6f4a; color:white; text-align:cente..." |
No edit summary |
||
| Line 6: | Line 6: | ||
{{FeatureInfobox | {{FeatureInfobox | ||
| name = Feature Name | | name = Feature Name | ||
| type = | | type = Event | ||
| location = New Reno | | location = New Reno | ||
| requirements = Level 15, BoS membership | | requirements = Level 15, BoS membership | ||
| rewards = Caps, XP, faction reputation | |||
}} | }} | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{| class="wikitable" style="float:right; margin:0 0 1em 1em; width:320px" | |||
|- | |||
! colspan="2" style="background-color:#3d6f4a; color:white; text-align:center" | {{{name|{{PAGENAME}}}}} | |||
|- | |||
! Type | |||
| {{{type|}}} | |||
|- | |||
! Location | |||
| {{{location|}}} | |||
|- | |||
! Requirements | |||
| {{{requirements|}}} | |||
|- | |||
! Rewards | |||
| {{{rewards|}}} | |||
|} | |||
</includeonly> | </includeonly> | ||
Revision as of 10:34, 3 June 2026
This is the FeatureInfobox template. Used to display feature/article metadata in a standardized infobox.
Usage:
| Feature Name | |
|---|---|
| Type | Event |
| Location | New Reno |
| Requirements | Level 15, BoS membership |
| Rewards | Caps, XP, faction reputation |