Template:FeatureInfobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the {{PAGENAME}} template. | This is the {{PAGENAME}} template. | ||
Used to display feature/article metadata in a standardized infobox. | |||
Usage: | Usage: | ||
{{ | {{FeatureInfobox | ||
|name= | | name = Feature Name | ||
| | | type = Event | ||
| location = New Reno | |||
| requirements = Level 15, BoS membership | |||
| rewards = Caps, XP, faction reputation | |||
}} | |||
</noinclude> | |||
<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 | ||
| | | {{{type|}}} | ||
|- | |||
! Location | |||
| {{{location|}}} | |||
|- | |||
! Requirements | |||
| {{{requirements|}}} | |||
|- | |- | ||
! | ! Rewards | ||
| | | {{{rewards|}}} | ||
|} | |||
</includeonly> | </includeonly> | ||
Revision as of 10:40, 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 |