Fallout Wiki
Advertisement
Icon template doc
このページには に関する使用法の情報 ATX table.

Template for tables formatted for the Atomic Shop subpages. This template creates a table with different layouts for mobile and desktop views, improving accessibility.

Example[]

Shelters
Example
Shelters shelterentrance vaultstorageroom lVault Utility Room Shelter
005c5d83
Quest
Home Expansion
Build the vault of your dreams in the safety of your Vault Utility Room Shelter.
{{ATX table|start|slot=<big>'''Shelters'''</big>}}
{{ATX table|row
|header =Example
}}
{{ATX table|row
|image  =[[File:Shelters shelterentrance vaultstorageroom l.png|100x100px]]
|name   =[[Fallout 76 shelters|Vault Utility Room Shelter]]
|desc   =''Build the vault of your dreams in the safety of your Vault Utility Room Shelter.''
|atom   ={{icon|quest|big}}<br /><small>''[[Home Expansion]]''</small>
|formid ={{ID|005C5D83}}
}}
{{ATX table|end}}

Usage[]

The template should be placed:

Parameters[]

Required
start
Initiates the table. Options:
  • slot=: Alters the text for the top row, used for the dropdown menu. Use the format <big>'''Text'''</big>.
Required
row
Inserts a new row. Options:
  • header=: Creates a subsection header. This should be the only field for that row. Use the format <big>'''[[Text]]'''</big>.
  • image=: Place the main storefront image here using the format [[File:|thumb|center|90x90px]].
  • name=: Insert the name as it appears on the Atomic Shop Entitlement data.
  • desc=: Insert the description text from the Atomic Shop entitlement. Additional information (such as: - APPEARS IN CAMP BUILD MODE -) may be summarized or omitted.
  • atom=: Insert an icon which identifies the unlock procedure for this item.
    • {{atom|PRICE}} is used for items purchasable with Atoms.
    • {{icon|score|30px}} is used for items rewarded through Scoreboards.
    • {{icon|FO1st|30px}} is used for items only offered to Fallout 1st subscribers.
    • {{icon|nw|30px}} is used for items rewarded by progressing Overseer rank in Nuclear Winter.
    • {{icon|limitedtime|30px}} is used for items offered for free, or earned via limited-time events, which are not anticipated to return to the Atomic Shop.
    • {{icon|unused|30px}} is used for items in the live build that have yet to be offered in the Atomic Shop.
    • {{icon|upcoming|30px}} is used for items that have yet to be added to the game.
    • {{icon|cut|30px}} is used for items which are explicitly labeled as cut content.
  • formid=: Insert the Form ID within the template {{ID|}}.
  • Required
    end
    Terminates the table.
    Advertisement