Template:Infobox Imageboard Site: Difference between revisions
From Qa2triots Wiki
Jump to navigationJump to search
hopefully this is fixed |
TruePatriot (talk | contribs) remaking this |
||
| Line 1: | Line 1: | ||
<includeonly>< | <includeonly><templatestyles src="Infobox Imageboard Site/styles.css" /> | ||
{{{imageboard_logo}}}</div> | <div class="site-infobox"> | ||
<div class="site-infobox-title"> | |||
<table | {{{imageboard_name|Website}}} | ||
<tr>< | </div> | ||
{{#if:{{{date_defunct|}}}|<tr>< | |||
{{#if:{{{creator|}}}|<tr>< | {{#if:{{{imageboard_logo|}}}| | ||
{{#if:{{{owner|}}}|<tr>< | <div class="site-infobox-logo"> | ||
<tr>< | {{{imageboard_logo}}} | ||
<tr>< | </div> | ||
{{#if:{{{notable_events|}}}|<tr>< | }} | ||
<tr>< | |||
</ | <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 | |||
<pre><nowiki> | |||
{{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 | | 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]
}}