Difference between revisions of "Template:Argbox/doc"

From Game Detectives Wiki
Jump to: navigation, search
[checked revision][checked revision]
(11 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
| name        = Valve ARG
 
| name        = Valve ARG
 
| image      = File:NewExample3.png
 
| image      = File:NewExample3.png
| imagewidth  = 150
+
| imagewidth  = 400
 
| description = This it the description of an arg, I somehow forgot about it
 
| description = This it the description of an arg, I somehow forgot about it
 
| creator    = [[Valve]]
 
| creator    = [[Valve]]
 
| creator2    = [[Valve]]
 
| creator2    = [[Valve]]
 
| type        = Official
 
| type        = Official
| status      = Completed
+
| status      = Active
 
| discovered  = 1970-01-01
 
| discovered  = 1970-01-01
 
| completed  = 1971-01-01
 
| completed  = 1971-01-01
Line 29: Line 29:
 
| name        = Valve ARG
 
| name        = Valve ARG
 
| image      = File:NewExample3.png
 
| image      = File:NewExample3.png
| imagewidth  = 150
+
| imagewidth  = 400
 
| description = This it the description of an arg, I somehow forgot about it
 
| description = This it the description of an arg, I somehow forgot about it
 
| creator    = [[Valve]]
 
| creator    = [[Valve]]
 
| creator2    = [[Valve]]
 
| creator2    = [[Valve]]
| status      = Completed
+
| status      = Active
 
| type        = Official
 
| type        = Official
 
| discovered  = 1970-01-01
 
| discovered  = 1970-01-01
Line 44: Line 44:
  
 
;Parameters
 
;Parameters
{| class="wikitable"
+
{| class="wikitable sortable"
 
! Parameter
 
! Parameter
 
! Description
 
! Description
Line 81: Line 81:
 
|-
 
|-
 
| imagewidth
 
| imagewidth
| Width of the thumb image of the ARG info box
+
| Width of the thumb image of the ARG info box. Also controls the width of the argbox itself.
|<code>250</code>
+
|<code>400</code>
 
|any valid integer
 
|any valid integer
 
| Int
 
| Int
Line 144: Line 144:
 
|-
 
|-
 
| closed
 
| closed
| Date of the ARG closing, YYYY-MM-DD (to be used ONLY in conjunction with reopened)
+
| Date of the ARG closing, YYYY-MM-DD
 
|
 
|
 
|
 
|
Line 169: Line 169:
 
| <code>true</code> or emtpy
 
| <code>true</code> or emtpy
 
| Boolean
 
| Boolean
 +
| Optional
 +
|-
 +
| popupContent
 +
| Manual override for given arg's investigation list dialog popup
 +
|
 +
| Any string including parsable wikitext (no HTML)
 +
| String
 
| Optional  
 
| Optional  
 
|}
 
|}

Revision as of 22:46, 20 August 2018

Description

This is the {{argbox}} or ARG Info Box meta-template. This template is used to create an arg infobox on a given page, as well as assign the page to a category determined by the root page name.

Syntax

Type {{argbox}} somewhere, with parameters as shown below.

Sample output
{{argbox
| float       = left
| name        = Valve ARG
| image       = File:NewExample3.png
| imagewidth  = 400
| description = This it the description of an arg, I somehow forgot about it
| creator     = [[Valve]]
| creator2    = [[Valve]]
| type        = Official
| status      = Active
| discovered  = 1970-01-01
| completed   = 1971-01-01
| closed      = 1971-01-01
| reopened    = 1972-01-01 
| timeline    = [[Valve]]
}}

Results in...

Valve ARG
Active since 1970-01-01
NewExample3.png
This it the description of an arg, I somehow forgot about it
Type Official
Creators Valve & Valve
Discovered 1970-01-01
Completed 1971-01-01
Closed 1971-01-01
Reopened 1972-01-01
Timeline Valve
Parameters
Parameter Description Default Accepted Values Type Status
float box is aligned to the the left or the right. right left or right String Optional
clear content is delayed until just the right or left column is complete. right left or right String Optional
name The name of the ARG infobox Title of the current page String Optional
image The thumb of the ARG infobox Image:Example.png any valid link from local source or external String Optional
imagewidth Width of the thumb image of the ARG info box. Also controls the width of the argbox itself. 400 any valid integer Int Optional
description Short description of the ARG String Optional
creator A creator of the ARG String Optional
creator2 A second creator of the ARG String Optional
creator3 A third creator of the ARG String Optional
type The type of the ARG Official, Unofficial, Investigation String Optional
status Status of the ARG Active, On Hold, Completed or Discontinued String Optional
discovered Date of the ARG discovery, YYYY-MM-DD Date Optional
completed Date of the ARG completion, YYYY-MM-DD Date Optional
closed Date of the ARG closing, YYYY-MM-DD Date Optional
reopened Date of the ARG reopening, YYYY-MM-DD Date Optional
timeline Wikilink to the timeline article of the ARG String Optional
halloffame Whether to render a link to a Hall of Fame true or emtpy Boolean Optional
popupContent Manual override for given arg's investigation list dialog popup Any string including parsable wikitext (no HTML) String Optional