A Wiki in the Desert
Log in

Difference between revisions of "Template:Test/doc"

From A Wiki in the Desert
m (Updated example to match template)
(Removed references to levels)
Line 1: Line 1:
'''{{tl|Test}}''' is for use in any article about an in-game "test". The <code>level</code> parameter is ''required'' while all other parameters are ''optional'' and can be left blank, though it is preferred to include as many as possible; if undefined, these optional parameters will not appear as part of the template. The recommended image size is a width of 250px so that it will completely fill the infobox without increasing its size.
+
'''{{tl|Test}}''' is for use in any article about an in-game "test". All parameters are ''optional'' and can be left blank, though it is preferred to include as many as possible; if undefined, these optional parameters will not appear as part of the template. The recommended image size is a width of 250px so that it will completely fill the infobox without increasing its size.
  
 
__TOC__
 
__TOC__
Line 9: Line 9:
 
| discipline    =  
 
| discipline    =  
 
| image        =  
 
| image        =  
| level        =
 
 
| requirements  =  
 
| requirements  =  
 
| demonstration =  
 
| demonstration =  
Line 22: Line 21:
  
 
; image ''(optional)'' : File name of an image for the test. Should generally be the official in-game test "icon". The recommended size is 250px but, if larger, the image should scale to fit the template.
 
; image ''(optional)'' : File name of an image for the test. Should generally be the official in-game test "icon". The recommended size is 250px but, if larger, the image should scale to fit the template.
 
; level : The level required to begin the test at the relevant university.
 
  
 
; requirements ''(optional)'' : Other technology or skill requirements for the test. Should include requirements to unlock the test, as well as to complete the test's principles and to complete the test itself. Best displayed using an [[mw:Help:Lists|unordered list]] starting immediately below the <code>requirements = </code> line (see below example).
 
; requirements ''(optional)'' : Other technology or skill requirements for the test. Should include requirements to unlock the test, as well as to complete the test's principles and to complete the test itself. Best displayed using an [[mw:Help:Lists|unordered list]] starting immediately below the <code>requirements = </code> line (see below example).
Line 38: Line 35:
  
 
| content =  
 
| content =  
{{#invoke:Infobox|stacked|Level Required|Level 3}}
 
 
 
{{#invoke:Infobox|stacked|Other Requirements|
 
{{#invoke:Infobox|stacked|Other Requirements|
 
* [[Obelisk Construction]]
 
* [[Obelisk Construction]]
Line 45: Line 40:
 
}}
 
}}
  
{{#invoke:Infobox|stacked|Demonstration|{{Demonstration|demoplayer=Catote|demodate=March 12, 2018}} }}
+
{{#invoke:Infobox|stacked|Demonstration|{{Demonstration|demoplayer=merek|demodate=@1567250258}} }}
 
}}
 
}}
  
Line 52: Line 47:
 
| discipline    = Architecture
 
| discipline    = Architecture
 
| image        = Architecture Test Icons_Test Obelisk.png
 
| image        = Architecture Test Icons_Test Obelisk.png
| level        = 3
 
 
| requirements  =  
 
| requirements  =  
 
* [[Obelisk Construction]]
 
* [[Obelisk Construction]]
 
* [[Project Management]]
 
* [[Project Management]]
| demonstration = {{Demonstration|demoplayer=Catote|demodate=March 12, 2018}}
+
| demonstration = {{Demonstration|demoplayer=merek|demodate=@1567250258}}
 
}}</pre>
 
}}</pre>
  
 
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
 
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Revision as of 22:36, 31 August 2019

{{Test}} is for use in any article about an in-game "test". All parameters are optional and can be left blank, though it is preferred to include as many as possible; if undefined, these optional parameters will not appear as part of the template. The recommended image size is a width of 250px so that it will completely fill the infobox without increasing its size.

Template

{{Test
| name          = 
| discipline    = 
| image         = 
| requirements  = 
| demonstration = 
}}

Usage

name
The name of the test.
discipline (optional)
The discipline associated with the test (e.g. Architecture, Thought, etc.)
image (optional)
File name of an image for the test. Should generally be the official in-game test "icon". The recommended size is 250px but, if larger, the image should scale to fit the template.
requirements (optional)
Other technology or skill requirements for the test. Should include requirements to unlock the test, as well as to complete the test's principles and to complete the test itself. Best displayed using an unordered list starting immediately below the requirements = line (see below example).
demonstration (optional)
A description of when, where, and by whom the test was demonstrated (unlocked). This parameter should use the {{Demonstration}} template to reference this information.

Example

Test of the Obelisk
Test of the Obelisk
(Test - Architecture)
Other Requirements
Demonstration
merek on August 31, 2019


{{Test
| name          = Test of the Obelisk
| discipline    = Architecture
| image         = Architecture Test Icons_Test Obelisk.png
| requirements  = 
* [[Obelisk Construction]]
* [[Project Management]]
| demonstration = {{Demonstration|demoplayer=merek|demodate=@1567250258}}
}}