Template:Infobox Imageboard Site: Difference between revisions

From Qa2triots Wiki
Jump to navigationJump to search
hopefully this is fixed
remaking this
Line 1: Line 1:
<includeonly><div style="float:right;color:#121213"><div id="center" style="background-color:white; width:240px; text-align:center;color:black;font-size:14px;"><b>{{{imageboard_name}}}</b><br />
<includeonly><templatestyles src="Infobox Imageboard Site/styles.css" />
{{{imageboard_logo}}}</div>
<div class="site-infobox">
<div>
<div class="site-infobox-title">
<table style="background-color:#d6daf0; width:240px;color:#121213">
{{{imageboard_name|Website}}}
<tr><td style="background-color:#9988ee;width:30%">'''Foundation'''</td><td>{{{date_founded}}}</td></tr>
</div>
{{#if:{{{date_defunct|}}}|<tr><td style="background-color:#9988ee;width:30%">'''Closure'''</td><td>{{{date_defunct}}}</td></tr>|}}
 
{{#if:{{{creator|}}}|<tr><td style="background-color:#9988ee;width:30%">'''Creator'''</td><td>{{{creator}}}</td></tr>|}}
{{#if:{{{imageboard_logo|}}}|
{{#if:{{{owner|}}}|<tr><td style="background-color:#9988ee;width:30%">'''Owner'''</td><td>{{{owner}}}</td></tr>|}}
<div class="site-infobox-logo">
<tr><td style="background-color:#9988ee;width:30%">'''Major Boards'''</td><td>{{{major_boards}}}</td></tr>
{{{imageboard_logo}}}
<tr><td style="background-color:#9988ee;width:30%">'''Total posts'''</td><td>{{{total_posts}}}</td></tr>
</div>
{{#if:{{{notable_events|}}}|<tr><td style="background-color:#9988ee;width:30%">'''Notable Events'''</td><td>{{{notable_events}}}</td></tr>|}}
}}
<tr><td style="background-color:#9988ee;width:30%">'''Website'''</td><td>{{{homepage}}}</td></tr>
 
</table></div>
<table class="site-infobox-table">
<tbody>
{{#if:{{{date_founded|}}}|
<tr>
<th scope="row">Founded</th>
<td>{{{date_founded}}}</td>
</tr>
}}
 
{{#if:{{{date_defunct|}}}|
<tr>
<th scope="row">Closed</th>
<td>{{{date_defunct}}}</td>
</tr>
}}
 
{{#if:{{{creator|}}}|
<tr>
<th scope="row">Creator</th>
<td>{{{creator}}}</td>
</tr>
}}
 
{{#if:{{{owner|}}}|
<tr>
<th scope="row">Owner</th>
<td>{{{owner}}}</td>
</tr>
}}
 
{{#if:{{{major_boards|}}}|
<tr>
<th scope="row">Major boards</th>
<td>{{{major_boards}}}</td>
</tr>
}}
 
{{#if:{{{total_posts|}}}|
<tr>
<th scope="row">Total posts</th>
<td>{{{total_posts}}}</td>
</tr>
}}
 
{{#if:{{{notable_events|}}}|
<tr>
<th scope="row">Notable events</th>
<td>{{{notable_events}}}</td>
</tr>
}}
 
{{#if:{{{homepage|}}}|
<tr>
<th scope="row">Website</th>
<td>{{{homepage}}}</td>
</tr>
}}
</tbody>
</table>
</div></includeonly><noinclude>
</div></includeonly><noinclude>
==Usage==
== Usage ==
<pre><nowiki>{{Infobox Imageboard Site
 
|imageboard_name =
<pre><nowiki>
|imageboard_logo =
|date_founded =
|date_defunct =
|creator =
|owner =
|major_boards =
|total_posts =
|notable_events = (optional)
|homepage =
}}</nowiki></pre>
{{Infobox Imageboard Site
{{Infobox Imageboard Site
|imageboard_name = qa2triots.win
| imageboard_name =
|imageboard_logo = [[File:Favicon.png|100px]]
| imageboard_logo =
|date_founded = April 8th 2026
| date_founded =
|creator = Frogmin/Nu-Frog
| date_defunct =
|owner = Frogmin/Nu-Frog
| creator =
|major_boards = /qa2/, /q/
| owner =
|total_posts = 7996+
| major_boards =
|notable_events = Foundation, the Real Donald J. Trump posting on /qa2/
| total_posts =
|homepage = [https://qa2triots.win/ qa2triots.win]}}
| notable_events =
[[Category:Infobox Templates]][[Category:Templates]]</noinclude><noinclude>[[Category:Diagram templates]]</noinclude>
| homepage =
}}
</nowiki></pre>
 
== Example ==
 
<pre><nowiki>
{{Infobox Imageboard Site
| imageboard_name = qa2triots.win
| imageboard_logo = [[File:Favicon.png|100px]]
| date_founded = April 8th 2026
| creator = Frogmin/Nu-Frog
| owner = Frogmin/Nu-Frog
| major_boards = /qa2/, /q/
| total_posts = 7996+
| notable_events = Foundation, the Real Donald J. Trump posting on /qa2/
| homepage = [https://qa2triots.win/ qa2triots.win]
}}
</nowiki></pre>
 
[[Category:Infobox templates]]
[[Category:Templates]]
</noinclude>

Revision as of 09:51, 7 June 2026

Usage

{{Infobox Imageboard Site
| imageboard_name =
| imageboard_logo =
| date_founded =
| date_defunct =
| creator =
| owner =
| major_boards =
| total_posts =
| notable_events =
| homepage =
}}

Example

{{Infobox Imageboard Site
| imageboard_name = qa2triots.win
| imageboard_logo = [[File:Favicon.png|100px]]
| date_founded = April 8th 2026
| creator = Frogmin/Nu-Frog
| owner = Frogmin/Nu-Frog
| major_boards = /qa2/, /q/
| total_posts = 7996+
| notable_events = Foundation, the Real Donald J. Trump posting on /qa2/
| homepage = [https://qa2triots.win/ qa2triots.win]
}}