Template:Quest Infobox: Difference between revisions
Jump to navigation
Jump to search
(Blanked the page) |
m (7 revisions imported) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | |||
An infobox for storing common, basic information about [[Quest]]s. | |||
</noinclude> | |||
<includeonly> | |||
<table style="width:20em; border:1px solid #aaaaaa; float: right; clear: right; margin: 0.5em 0 0.5em 1em; padding: 0.2em"> | |||
<tr> | |||
<th colspan="3" style="text-align: center; background: lightsteelblue">{{#if:{{{name|}}}|''{{{name}}}''|TESTING}}</th> | |||
</tr> | |||
{{#if:{{{picture|}}}| | |||
<tr> | |||
<td colspan="3" style="text-align:center">{{{picture}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{authors|}}}| | |||
<tr> | |||
<th colspan="3" style="text-align:center; background: lightsteelblue">Quest run by {{{authors}}}</th> | |||
</tr> | |||
}} | |||
{{#if:{{{length|}}}| | |||
<tr> | |||
<th style="width:8.2em; text-align:left; vertical-align: top">Length</th> | |||
<td colspan="2" style="width:11em">{{{length}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{start|}}}| | |||
<tr> | |||
<th style="width:8.2em; text-align:left; vertical-align: top">Ran from</th> | |||
<td colspan="2" style="width:11em">{{{start}}} {{#if:{{{end|}}}|to {{{end}}}}} </td> | |||
</tr> | |||
}} | |||
{{#if:{{{status|}}}| | |||
<tr> | |||
<th style="width:8.2em; text-align:left; vertical-align: top">Status</th> | |||
<td colspan="2" style="width:11em">{{{status}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{index|}}}| | |||
<tr> | |||
<th style="width:8.2em; text-align:left; vertical-align: top">Index of threads</th> | |||
<td colspan="2" style="width:11em">{{{index}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{art|}}}| | |||
<tr> | |||
<th style="width:8.2em; text-align:left; vertical-align: top">Original art</th> | |||
<td colspan="2" style="width:11em">{{{art}}}</td> | |||
</tr> | |||
}} | |||
</table> | |||
</includeonly> | |||
<noinclude> | |||
{{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 = [[Quest|On 1d4chan]] | |||
|art = No | |||
}} | |||
==Usage== | |||
<pre style="overflow: auto"> | |||
{{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) | |||
}} | |||
</pre> | |||
(All fields are optional) | |||
</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)