Template:Quest Infobox: Difference between revisions
Jump to navigation
Jump to search
1d4chan>NotBrandX mNo edit summary |
1d4chan>Not LongPoster Again (Trying to fix this template.) |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
An infobox for storing common, basic information about [[Quest]]s. | |||
</noinclude> | |||
<includeonly> | <includeonly> | ||
<table style="width:20em; border:1px solid #aaaaaa; float: right; clear: right; margin: 0.5em 0 0.5em 1em; padding: 0.2em"> | <table style="width:20em; border:1px solid #aaaaaa; float: right; clear: right; margin: 0.5em 0 0.5em 1em; padding: 0.2em"> | ||
Line 10: | Line 12: | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{authors|}}}| | ||
<tr> | <tr> | ||
<th colspan="3" style="text-align:center; background: lightsteelblue"> | <th colspan="3" style="text-align:center; background: lightsteelblue">Quest run by {{{authors}}}</th> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{length|}}}| | ||
<tr> | <tr> | ||
<th style="width:8.2em; text-align:left; vertical-align: top"> | <th style="width:8.2em; text-align:left; vertical-align: top">Length</th> | ||
<td colspan="2" style="width:11em">{{{ | <td colspan="2" style="width:11em">{{{length}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{start|}}}| | ||
<tr> | <tr> | ||
<th style="width:8.2em; text-align:left; vertical-align: top"> | <th style="width:8.2em; text-align:left; vertical-align: top">Ran from</th> | ||
<td colspan="2" style="width:11em">{{{ | <td colspan="2" style="width:11em">{{{start}}} {{#if:{{{end|}}}|to {{{end}}}}} </td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{status|}}}| | ||
<tr> | <tr> | ||
<th style="width:8.2em; text-align:left; vertical-align: top"> | <th style="width:8.2em; text-align:left; vertical-align: top">Status</th> | ||
<td colspan="2" style="width:11em">{{{ | <td colspan="2" style="width:11em">{{{status}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{ | |||
{{#if:{{{index|}}}| | |||
<tr> | <tr> | ||
<th style="width:8.2em; text-align:left; vertical-align: top"> | <th style="width:8.2em; text-align:left; vertical-align: top">Index of threads</th> | ||
<td colspan="2" style="width:11em">{{{ | <td colspan="2" style="width:11em">{{{index}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{art|}}}| | ||
<tr> | <tr> | ||
<th style="width:8.2em; text-align:left; vertical-align: top"> | <th style="width:8.2em; text-align:left; vertical-align: top">Original art</th> | ||
<td colspan="2" style="width:11em">{{{ | <td colspan="2" style="width:11em">{{{art}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
Line 54: | Line 51: | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
{{ | {{Quest Infobox | ||
|name = The | |name = The Quest | ||
|picture = [[Image:Big Gay Purple d4.png|40px]] | |picture = [[Image:Big Gay Purple d4.png|40px]] | ||
|authors = Nobody | |authors = Nobody | ||
| | |length = 0 threads | ||
| | |start = 2/30/2000 | ||
|end = 2/31/2000 | |||
|status = Never happened | |||
|index = 1d4chan.org | |||
|art = No | |||
}} | }} | ||
==Usage== | ==Usage== | ||
<pre style="overflow: auto"> | <pre style="overflow: auto"> | ||
{{Quest Infobox | {{Quest Infobox | ||
|name = | |name = The Quest | ||
|picture = Image | |picture = [[Image:Big Gay Purple d4.png|40px]] | ||
| | |authors = Nobody | ||
| | |length = 0 threads | ||
| | |start = 2/30/2000 | ||
| | |end = 2/31/2000 | ||
| | |status = Never happened | ||
| | |index = 1d4chan.org | ||
| | |art = No | ||
| | |||
}} | }} | ||
</pre> | </pre> | ||
(All fields are optional) | (All fields are optional) | ||
</noinclude> | </noinclude> |
Revision as of 14:37, 26 March 2014
An infobox for storing common, basic information about Quests.
The Quest | ||
---|---|---|
Quest run by Nobody | ||
Length | 0 threads | |
Ran from | 2/30/2000 to 2/31/2000 | |
Status | Never happened | |
Index of threads | 1d4chan.org | |
Original art | No |
Usage
{{Quest Infobox |name = The Quest |picture = [[Image:Big Gay Purple d4.png|40px]] |authors = Nobody |length = 0 threads |start = 2/30/2000 |end = 2/31/2000 |status = Never happened |index = 1d4chan.org |art = No }}
(All fields are optional)