Template:Quest Infobox: Difference between revisions
Jump to navigation
Jump to search
1d4chan>NotBrandX mNo edit summary |
m (7 revisions imported) |
||
(5 intermediate revisions by 3 users not shown) | |||
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 = [[Quest|On 1d4chan]] | |||
|art = No | |||
}} | }} | ||
==Usage== | ==Usage== | ||
<pre style="overflow: auto"> | <pre style="overflow: auto"> | ||
{{Quest Infobox | {{Quest Infobox | ||
|name = | |name = Quest Name | ||
|picture = Image Representing | |picture = Image Representing Quest (Should be no wider than 200px) | ||
| | |authors = Author(s) / QM(s) | ||
|length = How many threads | |||
| | |start = Start date (day optional) | ||
| | |end = End date (if applicable, day optional) | ||
| | |status = Finished, On-going, Stalled, or Dropped (or other value as appropriate) | ||
| | |index = Link to index of threads (on pastebin, or sup/tg/, or foolz, or wherever) | ||
| | |art = Original art, yes or no (i.e. is it a drawquest) | ||
| | |||
}} | }} | ||
</pre> | </pre> | ||
(All fields are optional) | (All fields are optional) | ||
</noinclude> | </noinclude> |
Latest revision as of 13:18, 24 June 2023
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 | On 1d4chan | |
Original art | No |
Usage[edit]
{{Quest Infobox |name = Quest Name |picture = Image Representing Quest (Should be no wider than 200px) |authors = Author(s) / QM(s) |length = How many threads |start = Start date (day optional) |end = End date (if applicable, day optional) |status = Finished, On-going, Stalled, or Dropped (or other value as appropriate) |index = Link to index of threads (on pastebin, or sup/tg/, or foolz, or wherever) |art = Original art, yes or no (i.e. is it a drawquest) }}
(All fields are optional)