Skip to content
"tennotable", "listtable" and "foundrytable", new style classes for tables
Warframe

"tennotable", "listtable" and "foundrytable", new style classes for tables

Unlock the secrets of Warframe's table styling! Learn how to use tennotable, listtable, and foundrytable classes to create clear, informative, and visually appealing tables for your guides.

By ···10 min read·Multi-source verified
1 reading this guide  

Unlock the secrets of Warframe's table styling! Learn how to use tennotable, listtable, and foundrytable classes to create clear, informative, and visually appealing tables for your guides.

Hey there, Tenno! So, you're diving into the world of Warframe and want to make your guides shine? That's awesome! Today, we're going to talk about something super important for making your walkthroughs and info dumps easy to read and understand: table styles. Specifically, we'll cover the new 'tennotable', 'listtable', and 'foundrytable' classes. Think of these as your secret weapons for organizing information so your readers don't get lost in a sea of text.

These new styles are designed to make your tables look clean and professional, whether you're listing weapon stats, mission details, or crafting components. They help break down complex information into bite-sized, digestible chunks. Let's get these sorted so your guides are as slick as a Volt Prime entering a speed run!

What Are These New Table Styles?

Basically, these are special classes you can apply to your HTML tables to give them a distinct look and feel. They're not just for show; they're built to improve readability and user experience. Each one has a slightly different purpose, making it easier to pick the right one for the job.

The 'tennotable' Class

This is your go-to for general-purpose tables. Think of it as the standard, reliable option. It's great for displaying straightforward data like mission requirements, enemy stats, or basic item comparisons. It keeps things neat and tidy without being overly flashy.

The 'listtable' Class

As the name suggests, this one is perfect when your table is essentially a list of items, but you want to present it in a tabular format. This is ideal for things like lists of mods, Warframes, companions, or any situation where you have multiple entries with similar sets of information. It makes scanning through options a breeze.

The 'foundrytable' Class

This style is specifically designed for crafting and resource tables, like you'd find in the Foundry. It’s great for showing what components you need to build a new weapon, Warframe, or item. It clearly lays out the required materials, costs, and build times, making your crafting guides super efficient.

Why Use These Styles?

Using these classes isn't just about making things look pretty. It's about making your guides more effective:

  • Improved Readability: They help break up text and present data in a structured way, making it easier for players to find the information they need quickly.
  • Professional Appearance: A well-formatted table looks much more professional and trustworthy than a jumbled mess of text.
  • User Experience: When players can easily understand your guides, they're more likely to stick around, find what they need, and come back for more.
  • Consistency: Using these standard styles across your guides ensures a consistent look and feel, which builds familiarity for your readers.

How to Use Them (The Basics)

Implementing these styles is pretty straightforward if you're comfortable with a little bit of HTML. You'll typically add the class name directly to your <table> tag. For example:

<table class="tennotable">

<table class="listtable">

<table class="foundrytable">

You'll then populate these tables with your data using standard HTML table tags like <thead>, <tbody>, <tr>, <th>, and <td>. The specific styling for each class will handle the rest, making sure it looks just right for its intended purpose.

Putting It All Together

When you're writing your next Warframe guide, think about the kind of data you're presenting. Is it a simple list of stats? Use tennotable. Are you detailing crafting requirements? foundrytable is your best bet. Need to list out a bunch of mods or weapons with their key attributes? listtable will make it super clear.

Mastering these table styles will seriously level up the quality of your guides. It shows you're paying attention to the details, and that's exactly what fellow Tenno are looking for when they need help navigating the Origin System. Happy guiding!

100% Human-Written. AI Fact-Checked. Community Verified. Learn how AntMag verifies content