Template:SimpleBox1: Difference between revisions
From MLexWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
From [http://www.mwusers.com/forums/showthread.php?10776-Looking-for-basic-infobox-template-template discussion on simplified/simple infobox type templates] on [http://www.mwusers.com MediaWiki Forums]. | |||
For insertion into articles to help track Dibs, Submission, Acceptance and other metadata about the article. Assists GMs in tracking and coordination. Assists players in recognizing the status of any given article. | For insertion into articles to help track Dibs, Submission, Acceptance and other metadata about the article. Assists GMs in tracking and coordination. Assists players in recognizing the status of any given article. | ||
Line 19: | Line 21: | ||
|FL=Otter Jenkins | |FL=Otter Jenkins | ||
|TC=Before Time Began | |TC=Before Time Began | ||
|Dib=September 1, 2012|Sub=September 2, 2012 | |Dib=September 1, 2012 | ||
|Acc=September 3, 2012|Notes=These are my sample notes.}} | |Sub=September 2, 2012 | ||
|Acc=September 3, 2012 | |||
|Notes=These are my sample notes.}} | |||
</pre> | |||
Typical usage syntax: | |||
<pre> | |||
{{SimpleBox1 | |||
|Auth=Otter Jenkins | |||
|FL=Otter Jenkins | |||
|TC=Before Time Began | |||
|Dib=September 1, 2012 | |||
|Sub=September 2, 2012 | |||
|Acc=September 3, 2012 | |||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
<div style="border:3px ridge darkblue; | <div style="border:3px ridge darkblue; | ||
background-color: white; | background-color: white; | ||
Line 39: | Line 56: | ||
</div> | </div> | ||
<div style="padding:5px;"> | <div style="padding:5px;"> | ||
<table class="wikitable"> | <table class="wikitable" width=100%> | ||
<tr> | <tr> | ||
< | <td>'''Author:'''</td> | ||
<td>[[User:{{{Auth|Unattributed}}}|{{{Auth|Unattributed}}}]]</td> | <td>[[User:{{{Auth|Unattributed}}}|{{{Auth|Unattributed}}}]]</td> | ||
</tr> | </tr> | ||
Line 54: | Line 71: | ||
<tr> | <tr> | ||
<td>'''Dibbed:'''</td> | <td>'''Dibbed:'''</td> | ||
<td> | <td>{{{Dib|''N/A''}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>'''Submitted:'''</td> | <td>'''Submitted:'''</td> | ||
<td> | <td>{{{Sub|''N/A''}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>'''Accepted:'''</td> | <td>'''Accepted:'''</td> | ||
<td> | <td>{{{Acc|''N/A''}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> |
Latest revision as of 08:52, 6 September 2012
From discussion on simplified/simple infobox type templates on MediaWiki Forums.
For insertion into articles to help track Dibs, Submission, Acceptance and other metadata about the article. Assists GMs in tracking and coordination. Assists players in recognizing the status of any given article.
Fields:
- Acc: Accepted (overrides dibs and submittal data)
- Auth: Author
- Dib: Dibs (first activity date)
- FL: First linking author data
- Notes: Generic notes text for box
- Sub: Submitted (overrides dibs data)
- TC: Turn the phantom was created
- Title: Box title
Full usage syntax:
{{SimpleBox1 |Title=Article Metadata |Auth=Otter Jenkins |FL=Otter Jenkins |TC=Before Time Began |Dib=September 1, 2012 |Sub=September 2, 2012 |Acc=September 3, 2012 |Notes=These are my sample notes.}}
Typical usage syntax:
{{SimpleBox1 |Auth=Otter Jenkins |FL=Otter Jenkins |TC=Before Time Began |Dib=September 1, 2012 |Sub=September 2, 2012 |Acc=September 3, 2012
Article Metadata
Author: | Unattributed |
First Linked By: | Unattributed |
Turn Link Created: | N/A |
Dibbed: | N/A |
Submitted: | N/A |
Accepted: | N/A |
Sample notes