Template:IndexInline-Test

From MLexWiki
Revision as of 16:23, 11 October 2012 by Otter Jenkins (talk | contribs)
Jump to navigationJump to search

For insertion into index 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:

  • Art: Article name. Defaults to Placeholder
  • Auth: Author
  • SourceArt: Source article name that created the link
  • TC: Turn that source article created this link
  • Type: Type of record - "Dib", "Sub", "Acc", "FL", "FL-Dib", "FL-Sub", "FL-Acc"

Full usage syntax:

{{IndexInline-One
|Art=Archives of Aramathea
|DibAuth=Otter Jenkins
|Type=Dib}}

Output:


Typical usage syntax:

{{IndexInline-One
|Art=Archives of Aramathea
|DibAuth=Otter Jenkins
|Type=Dib}}

Output:


Syntax for Placeholders:

{{IndexInline-One
|DibAuth=Otter Jenkins}}

Output:

  • {{#ifeq: {{{Type}}} | FL-Acc | [[One:{{{Art}}}|{{{Art}}}]] (Auth: Otter Jenkins, FL: [[User:{{{FLAuth}}}|{{{FLAuth}}}]], TC: [[One:{{{SourceArt}}}|{{{TC}}}]]) | {{#ifeq: {{{Type}}} | FL-Sub | [[One:{{{Art}}}|{{{Art}}}]] (Auth: Otter Jenkins, FL: [[User:{{{FLAuth}}}|{{{FLAuth}}}]], TC: [[One:{{{SourceArt}}}|{{{TC}}}]]) | {{#ifeq: {{{Type}}} | FL-Dib | [[One:{{{Art}}}|{{{Art}}}]] (Auth: Otter Jenkins, FL: [[User:{{{FLAuth}}}|{{{FLAuth}}}]], TC: [[One:{{{SourceArt}}}|{{{TC}}}]]) | {{#ifeq: {{{Type}}} | FL | [[One:{{{Art}}}|{{{Art}}}]] (FL: [[User:{{{FLAuth}}}|{{{FLAuth}}}]], {{#ifeq: N/A | N/A | TC: {{{TC}}} | TC: [[One:{{{SourceArt}}}|{{{TC}}}]]}}) | {{#ifeq: {{{Type}}} | Acc | [[One:{{{Art}}}|{{{Art}}}]] (Auth: Otter Jenkins) | {{#ifeq: {{{Type}}} | Dib | [[One:{{{Art}}}|{{{Art}}}]] (Auth: Otter Jenkins) | {{#ifeq: {{{Type}}} | Sub | [[One:{{{Art}}}|{{{Art}}}]] (Auth: Otter Jenkins) | Placeholder (Auth: Otter Jenkins) }} }} }} }} }} }} }}


Syntax for First Links:

{{IndexInline-One
|Art=Archives of Aramathea
|FLAuth=Otter Jenkins
|SourceArt=Archives of Aramathea
|TC=A
|Type=FL}}

Output:


For combo FL and Dibs, Subs and Accs: NOTE: Be sure to change Type to FL-Dib, FL-Sub and FL-Acc. Field DibAuthor remains the same in name and data.

{{IndexInline-One
|Art=Archives of Aramathea
|DibAuth=Otter Jenkins
|FLAuth=Otter Jenkins
|SourceArt=Balthazar Clock Tower Incident
|TC=A
|Type=FL-Dib}}

Output:

Default output with empty inputs:

  • {{#ifeq: {{{Type}}} | FL-Acc | [[One:{{{Art}}}|{{{Art}}}]] (Auth: [[User:{{{DibAuth}}}|{{{DibAuth}}}]], FL: [[User:{{{FLAuth}}}|{{{FLAuth}}}]], TC: [[One:{{{SourceArt}}}|{{{TC}}}]] - ACCEPTED) | {{#ifeq: {{{Type}}} | FL-Sub | [[One:{{{Art}}}|{{{Art}}}]] (Auth: [[User:{{{DibAuth}}}|{{{DibAuth}}}]], FL: [[User:{{{FLAuth}}}|{{{FLAuth}}}]], TC: [[One:{{{SourceArt}}}|{{{TC}}}]] - Submitted) | {{#ifeq: {{{Type}}} | FL-Dib | [[One:{{{Art}}}|{{{Art}}}]] (Auth: [[User:{{{DibAuth}}}|{{{DibAuth}}}]], FL: [[User:{{{FLAuth}}}|{{{FLAuth}}}]], TC: [[One:{{{SourceArt}}}|{{{TC}}}]] - Dibbed) | {{#ifeq: {{{Type}}} | FL | [[One:{{{Art}}}|{{{Art}}}]] (FL: [[User:{{{FLAuth}}}|{{{FLAuth}}}]], {{#ifeq: N/A | N/A | TC: {{{TC}}} | TC: [[One:{{{SourceArt}}}|{{{TC}}}]]}}) | {{#ifeq: {{{Type}}} | Acc | [[One:{{{Art}}}|{{{Art}}}]] (Auth: [[User:{{{DibAuth}}}|{{{DibAuth}}}]] - ACCEPTED) | {{#ifeq: {{{Type}}} | Dib | [[One:{{{Art}}}|{{{Art}}}]] (Auth: [[User:{{{DibAuth}}}|{{{DibAuth}}}]] - Dibbed) | {{#ifeq: {{{Type}}} | Sub | [[One:{{{Art}}}|{{{Art}}}]] (Auth: [[User:{{{DibAuth}}}|{{{DibAuth}}}]] - Submitted) | Placeholder (Auth: Unspecified) }} }} }} }} }} }} }}