<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[example of how to make tables in posts for those using other sources .]]></title><description><![CDATA[<h1><a class="anchor-offset" name="img-src-https-browsedns.net-assets-plugins-nodebb-plugin-emoji-emoji-apple-1f4ca.png-v-62dc75eaab8-class-not-responsive-emoji-emoji-apple-emoji-bar_chart-style-height-23px-width-auto-vertical-align-middle-title-alt-quick-guide-adding-tables-to-your-posts"></a><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f4ca.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--bar_chart" style="height:23px;width:auto;vertical-align:middle" title="📊" alt="📊" /> Quick Guide: Adding Tables to Your Posts</h1>
<p dir="auto">Tables are great for leaderboards, bug reports, rosters, or any info you want organized neatly.</p>
<hr />
<h2><a class="anchor-offset" name="1-how-to-write-a-table"></a>1️⃣ How to Write a Table</h2>
<h3><a class="anchor-offset" name="img-src-https-browsedns.net-assets-plugins-nodebb-plugin-emoji-emoji-apple-1f539.png-v-62dc75eaab8-class-not-responsive-emoji-emoji-apple-emoji-small_blue_diamond-style-height-23px-width-auto-vertical-align-middle-title-alt-code-what-you-type"></a><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f539.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--small_blue_diamond" style="height:23px;width:auto;vertical-align:middle" title="🔹" alt="🔹" /> Code (what you type)</h3>
<pre><code>| Name  | Platform | Rank |
|-------|----------|------|
| Paul  | Xbox     | Gold |
| Jamie | PC       | Plat |
</code></pre>
<h3><a class="anchor-offset" name="img-src-https-browsedns.net-assets-plugins-nodebb-plugin-emoji-emoji-apple-1f539.png-v-62dc75eaab8-class-not-responsive-emoji-emoji-apple-emoji-small_blue_diamond-style-height-23px-width-auto-vertical-align-middle-title-alt-result-what-it-looks-like"></a><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f539.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--small_blue_diamond" style="height:23px;width:auto;vertical-align:middle" title="🔹" alt="🔹" /> Result (what it looks like)</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Name</th>
<th>Platform</th>
<th>Rank</th>
</tr>
</thead>
<tbody>
<tr>
<td>Paul</td>
<td>Xbox</td>
<td>Gold</td>
</tr>
<tr>
<td>Jamie</td>
<td>PC</td>
<td>Plat</td>
</tr>
</tbody>
</table>
<hr />
<h2><a class="anchor-offset" name="2-quick-tips"></a>2️⃣ Quick Tips</h2>
<ul>
<li>First row = column titles</li>
<li>Second row = separator (must have <code>---</code>)</li>
<li>Every row starts &amp; ends with <code>|</code></li>
<li>Use <code>|</code> between each column</li>
</ul>
<p dir="auto">Minimum working table:</p>
<pre><code>| A | B |
|---|---|
| 1 | 2 |
</code></pre>
<hr />
<h2><a class="anchor-offset" name="3-styling-ideas"></a>3️⃣ Styling Ideas</h2>
<p dir="auto">Users can’t change colours per row, but admins can style all tables globally:</p>
<ul>
<li><strong>Alternating row colours</strong> → <code>table tr:nth-child(even) { background-color: #2a2a2a; }</code></li>
<li><strong>Header styling</strong> → <code>table th { background-color: #111; color: #00ffcc; }</code></li>
<li><strong>Hover effect</strong> → <code>table tr:hover { background-color: #333; }</code></li>
</ul>
<hr />
<h2><a class="anchor-offset" name="4-blank-template-to-copy"></a>4️⃣ Blank Template to Copy</h2>
<pre><code>| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
|          |          |          |
|          |          |          |
</code></pre>
<p dir="auto">Copy the template, replace with your info, and post! <img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f3ae.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--video_game" style="height:23px;width:auto;vertical-align:middle" title="🎮" alt="🎮" /></p>
]]></description><link>https://browsedns.net/topic/16257/example-of-how-to-make-tables-in-posts-for-those-using-other-sources-.</link><generator>RSS for Node</generator><lastBuildDate>Sat, 02 May 2026 12:33:47 GMT</lastBuildDate><atom:link href="https://browsedns.net/topic/16257.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 15 Feb 2026 19:32:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to example of how to make tables in posts for those using other sources . on Sun, 15 Feb 2026 20:43:32 GMT]]></title><description><![CDATA[<p dir="auto">i made a simple table creator for you guys..  <a href="https://wiiubru.com/table.html" rel="nofollow ugc">https://wiiubru.com/table.html</a>    hope it helps</p>
<p dir="auto">simply copy and paste your markdown to a post.</p>
]]></description><link>https://browsedns.net/post/183966</link><guid isPermaLink="true">https://browsedns.net/post/183966</guid><dc:creator><![CDATA[pwsincd]]></dc:creator><pubDate>Sun, 15 Feb 2026 20:43:32 GMT</pubDate></item><item><title><![CDATA[Reply to example of how to make tables in posts for those using other sources . on Sun, 15 Feb 2026 20:04:20 GMT]]></title><description><![CDATA[<p dir="auto">i might put this in my bio</p>
]]></description><link>https://browsedns.net/post/183944</link><guid isPermaLink="true">https://browsedns.net/post/183944</guid><dc:creator><![CDATA[Yanderemenhera]]></dc:creator><pubDate>Sun, 15 Feb 2026 20:04:20 GMT</pubDate></item><item><title><![CDATA[Reply to example of how to make tables in posts for those using other sources . on Sun, 15 Feb 2026 20:04:04 GMT]]></title><description><![CDATA[<p dir="auto">ok</p>
]]></description><link>https://browsedns.net/post/183943</link><guid isPermaLink="true">https://browsedns.net/post/183943</guid><dc:creator><![CDATA[Yanderemenhera]]></dc:creator><pubDate>Sun, 15 Feb 2026 20:04:04 GMT</pubDate></item><item><title><![CDATA[Reply to example of how to make tables in posts for those using other sources . on Sun, 15 Feb 2026 19:44:28 GMT]]></title><description><![CDATA[<h1><a class="anchor-offset" name="img-src-https-browsedns.net-assets-plugins-nodebb-plugin-emoji-emoji-apple-1f680.png-v-62dc75eaab8-class-not-responsive-emoji-emoji-apple-emoji-rocket-style-height-23px-width-auto-vertical-align-middle-title-alt-advanced-tables-guide-for-posts"></a><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f680.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--rocket" style="height:23px;width:auto;vertical-align:middle" title="🚀" alt="🚀" /> Advanced Tables Guide for Posts</h1>
<p dir="auto">You can make your tables more than just rows and columns!<br />
Here’s how to create tables with <strong>links, emojis, checkboxes, inline code, and images</strong>.</p>
<hr />
<h2><a class="anchor-offset" name="1-full-example-table"></a>1️⃣ Full Example Table</h2>
<h3><a class="anchor-offset" name="img-src-https-browsedns.net-assets-plugins-nodebb-plugin-emoji-emoji-apple-1f539.png-v-62dc75eaab8-class-not-responsive-emoji-emoji-apple-emoji-small_blue_diamond-style-height-23px-width-auto-vertical-align-middle-title-alt-code-copy-this"></a><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f539.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--small_blue_diamond" style="height:23px;width:auto;vertical-align:middle" title="🔹" alt="🔹" /> Code (Copy This)</h3>
<pre><code>| Player     | Status      | Action                       | Notes           | Avatar             |
|-----------|------------|-------------------------------|----------------|------------------|
| Paul      | 🟢 Online  | 🟩 [Join](https://example.com) | **Top scorer** | ![img](https://via.placeholder.com/20) |
| Jamie     | 🔴 Offline | 🟥 [Leave](https://example.com)| *Needs help*   | ![img](https://via.placeholder.com/20) |
| Sam       | 🟡 Busy    | 🟦 [Info](https://example.com) | `Testing`      | ![img](https://via.placeholder.com/20) |
</code></pre>
<h3><a class="anchor-offset" name="img-src-https-browsedns.net-assets-plugins-nodebb-plugin-emoji-emoji-apple-1f539.png-v-62dc75eaab8-class-not-responsive-emoji-emoji-apple-emoji-small_blue_diamond-style-height-23px-width-auto-vertical-align-middle-title-alt-rendered-result"></a><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f539.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--small_blue_diamond" style="height:23px;width:auto;vertical-align:middle" title="🔹" alt="🔹" /> Rendered Result</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Player</th>
<th>Status</th>
<th>Action</th>
<th>Notes</th>
<th>Avatar</th>
</tr>
</thead>
<tbody>
<tr>
<td>Paul</td>
<td>🟢 Online</td>
<td>🟩 <a href="https://example.com" rel="nofollow ugc">Join</a></td>
<td><strong>Top scorer</strong></td>
<td><img src="https://via.placeholder.com/20" alt="img" class=" img-fluid img-markdown" /></td>
</tr>
<tr>
<td>Jamie</td>
<td><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f534.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--red_circle" style="height:23px;width:auto;vertical-align:middle" title="🔴" alt="🔴" /> Offline</td>
<td>🟥 <a href="https://example.com" rel="nofollow ugc">Leave</a></td>
<td><em>Needs help</em></td>
<td><img src="https://via.placeholder.com/20" alt="img" class=" img-fluid img-markdown" /></td>
</tr>
<tr>
<td>Sam</td>
<td>🟡 Busy</td>
<td>🟦 <a href="https://example.com" rel="nofollow ugc">Info</a></td>
<td><code>Testing</code></td>
<td><img src="https://via.placeholder.com/20" alt="img" class=" img-fluid img-markdown" /></td>
</tr>
</tbody>
</table>
<hr />
<h2><a class="anchor-offset" name="2-features-used"></a>2️⃣ Features Used</h2>
<ul>
<li><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/2705.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> <strong>Links</strong> inside cells</li>
<li><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/2705.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> <strong>Emojis</strong> for status and button-like visuals</li>
<li><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/2705.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> <strong>Bold/italic/inline code</strong> for emphasis</li>
<li><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/2705.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> <strong>Inline images</strong> for avatars/icons</li>
<li><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/2705.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> <strong>Checklists</strong> or other symbols (Markdown compatible)</li>
</ul>
<p dir="auto">Example for tasks:</p>
<pre><code>| Task           | Done |
|----------------|------|
| Setup PC       | - [x] |
| Test Game      | - [ ] |
</code></pre>
<hr />
<h2><a class="anchor-offset" name="3-styling-ideas-admin-only"></a>3️⃣ Styling Ideas (Admin Only)</h2>
<p dir="auto">Users cannot change row colours individually, but global CSS can make tables look amazing:</p>
<pre><code class="language-css">/* Alternating rows */
table tr:nth-child(even) { background-color: #2a2a2a; }

/* Header styling */
table th { background-color: #111; color: #0f0; }

/* Hover effect for rows */
table tr:hover { background-color: #333; }
</code></pre>
<hr />
<h2><a class="anchor-offset" name="4-quick-blank-template"></a>4️⃣ Quick Blank Template</h2>
<pre><code>| Column 1      | Column 2        | Column 3        | Column 4     |
|---------------|----------------|----------------|-------------|
|               |                |                |             |
|               |                |                |             |
|               |                |                |             |
</code></pre>
<p dir="auto">Copy this template and fill it with your info.<br />
Combine <strong>links, emojis, code, and images</strong> to make your posts stand out! <img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f3ae.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--video_game" style="height:23px;width:auto;vertical-align:middle" title="🎮" alt="🎮" /></p>
<hr />
<p dir="auto"><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f4cc.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--pushpin" style="height:23px;width:auto;vertical-align:middle" title="📌" alt="📌" /> <strong>Tip:</strong> Keep tables readable, use consistent headers, and don’t overcrowd cells.</p>
]]></description><link>https://browsedns.net/post/183938</link><guid isPermaLink="true">https://browsedns.net/post/183938</guid><dc:creator><![CDATA[pwsincd]]></dc:creator><pubDate>Sun, 15 Feb 2026 19:44:28 GMT</pubDate></item><item><title><![CDATA[Reply to example of how to make tables in posts for those using other sources . on Sun, 15 Feb 2026 19:44:08 GMT]]></title><description><![CDATA[<p dir="auto">further examples</p>
]]></description><link>https://browsedns.net/post/183937</link><guid isPermaLink="true">https://browsedns.net/post/183937</guid><dc:creator><![CDATA[pwsincd]]></dc:creator><pubDate>Sun, 15 Feb 2026 19:44:08 GMT</pubDate></item><item><title><![CDATA[Reply to example of how to make tables in posts for those using other sources . on Sun, 15 Feb 2026 19:40:12 GMT]]></title><description><![CDATA[<h1><a class="anchor-offset" name="img-src-https-browsedns.net-assets-plugins-nodebb-plugin-emoji-emoji-apple-1f4ca.png-v-62dc75eaab8-class-not-responsive-emoji-emoji-apple-emoji-bar_chart-style-height-23px-width-auto-vertical-align-middle-title-alt-advanced-guide-tables-in-nodebb-posts"></a><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f4ca.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--bar_chart" style="height:23px;width:auto;vertical-align:middle" title="📊" alt="📊" /> Advanced Guide: Tables in NodeBB Posts</h1>
<p dir="auto">Tables let you organize information neatly.<br />
You can also include links, emoji “buttons,” and plan for styling.</p>
<hr />
<h2><a class="anchor-offset" name="1-basic-table"></a>1️⃣ Basic Table</h2>
<h3><a class="anchor-offset" name="img-src-https-browsedns.net-assets-plugins-nodebb-plugin-emoji-emoji-apple-1f539.png-v-62dc75eaab8-class-not-responsive-emoji-emoji-apple-emoji-small_blue_diamond-style-height-23px-width-auto-vertical-align-middle-title-alt-code"></a><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f539.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--small_blue_diamond" style="height:23px;width:auto;vertical-align:middle" title="🔹" alt="🔹" /> Code</h3>
<pre><code>| Player | Platform | Rank |
|--------|----------|------|
| Paul   | Xbox     | Gold |
| Jamie  | PC       | Plat |
| Sam    | PS5      | Dia  |
</code></pre>
<h3><a class="anchor-offset" name="img-src-https-browsedns.net-assets-plugins-nodebb-plugin-emoji-emoji-apple-1f539.png-v-62dc75eaab8-class-not-responsive-emoji-emoji-apple-emoji-small_blue_diamond-style-height-23px-width-auto-vertical-align-middle-title-alt-result"></a><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f539.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--small_blue_diamond" style="height:23px;width:auto;vertical-align:middle" title="🔹" alt="🔹" /> Result</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Player</th>
<th>Platform</th>
<th>Rank</th>
</tr>
</thead>
<tbody>
<tr>
<td>Paul</td>
<td>Xbox</td>
<td>Gold</td>
</tr>
<tr>
<td>Jamie</td>
<td>PC</td>
<td>Plat</td>
</tr>
<tr>
<td>Sam</td>
<td>PS5</td>
<td>Dia</td>
</tr>
</tbody>
</table>
<hr />
<h2><a class="anchor-offset" name="2-table-with-links"></a>2️⃣ Table with Links</h2>
<h3><a class="anchor-offset" name="img-src-https-browsedns.net-assets-plugins-nodebb-plugin-emoji-emoji-apple-1f539.png-v-62dc75eaab8-class-not-responsive-emoji-emoji-apple-emoji-small_blue_diamond-style-height-23px-width-auto-vertical-align-middle-title-alt-code"></a><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f539.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--small_blue_diamond" style="height:23px;width:auto;vertical-align:middle" title="🔹" alt="🔹" /> Code</h3>
<pre><code>| Item        | Link                         |
|------------|------------------------------|
| Game Guide | [View Guide](https://example.com) |
| Patch Notes| [See Notes](https://example.com)  |
</code></pre>
<h3><a class="anchor-offset" name="img-src-https-browsedns.net-assets-plugins-nodebb-plugin-emoji-emoji-apple-1f539.png-v-62dc75eaab8-class-not-responsive-emoji-emoji-apple-emoji-small_blue_diamond-style-height-23px-width-auto-vertical-align-middle-title-alt-result"></a><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f539.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--small_blue_diamond" style="height:23px;width:auto;vertical-align:middle" title="🔹" alt="🔹" /> Result</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Item</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr>
<td>Game Guide</td>
<td><a href="https://example.com" rel="nofollow ugc">View Guide</a></td>
</tr>
<tr>
<td>Patch Notes</td>
<td><a href="https://example.com" rel="nofollow ugc">See Notes</a></td>
</tr>
</tbody>
</table>
<hr />
<h2><a class="anchor-offset" name="3-button-like-links-using-emojis"></a>3️⃣ “Button-Like” Links Using Emojis</h2>
<p dir="auto">You can make links <strong>look like buttons</strong> inside table cells:</p>
<h3><a class="anchor-offset" name="img-src-https-browsedns.net-assets-plugins-nodebb-plugin-emoji-emoji-apple-1f539.png-v-62dc75eaab8-class-not-responsive-emoji-emoji-apple-emoji-small_blue_diamond-style-height-23px-width-auto-vertical-align-middle-title-alt-code"></a><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f539.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--small_blue_diamond" style="height:23px;width:auto;vertical-align:middle" title="🔹" alt="🔹" /> Code</h3>
<pre><code>| Action       | Link                               |
|-------------|------------------------------------|
| 🟩 Start    | [Go](https://example.com/start)   |
| 🟥 Stop     | [Go](https://example.com/stop)    |
| 🟦 Info     | [More](https://example.com/info)  |
</code></pre>
<h3><a class="anchor-offset" name="img-src-https-browsedns.net-assets-plugins-nodebb-plugin-emoji-emoji-apple-1f539.png-v-62dc75eaab8-class-not-responsive-emoji-emoji-apple-emoji-small_blue_diamond-style-height-23px-width-auto-vertical-align-middle-title-alt-result"></a><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f539.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--small_blue_diamond" style="height:23px;width:auto;vertical-align:middle" title="🔹" alt="🔹" /> Result</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Action</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr>
<td>🟩 Start</td>
<td><a href="https://example.com/start" rel="nofollow ugc">Go</a></td>
</tr>
<tr>
<td>🟥 Stop</td>
<td><a href="https://example.com/stop" rel="nofollow ugc">Go</a></td>
</tr>
<tr>
<td>🟦 Info</td>
<td><a href="https://example.com/info" rel="nofollow ugc">More</a></td>
</tr>
</tbody>
</table>
<blockquote>
<p dir="auto"><img src="https://browsedns.net/assets/plugins/nodebb-plugin-emoji/emoji/apple/26a0.png?v=62dc75eaab8" class="not-responsive emoji emoji-apple emoji--warning" style="height:23px;width:auto;vertical-align:middle" title="⚠" alt="⚠" />️ These are visual “buttons” only. You cannot run scripts or create interactive form buttons inside posts.</p>
</blockquote>
<hr />
<h2><a class="anchor-offset" name="4-blank-advanced-template"></a>4️⃣ Blank Advanced Template</h2>
<p dir="auto">Copy and fill in your own data:</p>
<pre><code>| Column 1      | Column 2        | Column 3        |
|---------------|----------------|----------------|
|               |                |                |
|</code></pre>
]]></description><link>https://browsedns.net/post/183936</link><guid isPermaLink="true">https://browsedns.net/post/183936</guid><dc:creator><![CDATA[pwsincd]]></dc:creator><pubDate>Sun, 15 Feb 2026 19:40:12 GMT</pubDate></item><item><title><![CDATA[Reply to example of how to make tables in posts for those using other sources . on Sun, 15 Feb 2026 19:34:36 GMT]]></title><description><![CDATA[<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Name</th>
<th>Occupation</th>
<th>Rank</th>
</tr>
</thead>
<tbody>
<tr>
<td>Adrian</td>
<td>friend group explainer</td>
<td>tuff</td>
</tr>
<tr>
<td>Enrique</td>
<td>idk</td>
<td>tuff</td>
</tr>
</tbody>
</table>
]]></description><link>https://browsedns.net/post/183935</link><guid isPermaLink="true">https://browsedns.net/post/183935</guid><dc:creator><![CDATA[Andyboi]]></dc:creator><pubDate>Sun, 15 Feb 2026 19:34:36 GMT</pubDate></item></channel></rss>