Difference between revisions of "Template:Infobox Gear"

From WikiRaider
Jump to: navigation, search
m
Line 1: Line 1:
<noinclude>To use this template, copy the following into the gear (tool, weapon, key,...) article and fill it in. Do not delete unused variables from the infobox. Leave them open instead. Remove commentary tags '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>''' to add a certain template element.
+
<noinclude>To use this template, copy the following into the gear (tool, weapon, key,...), documents or relics/artefact article and fill it in. Do not delete unused variables from the infobox. Leave them open instead. Remove commentary tags '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>''' to add a certain template element.
  
 +
Most of the elements are for artefacts only!!! (e.g. created_date, created_place, disappeared_date, disappeared_place, found_date, found_place, destroyed_date, destroyed_place, current_status)
  
 
<pre>{{Infobox Gear
 
<pre>{{Infobox Gear
Line 18: Line 19:
 
| current_status            =
 
| current_status            =
 
}}
 
}}
'''???Gear item name???''' is a <!--[[Weapon]], [[Pickup]], [[Key]], [[Tool]]...--> in [[Name of the Game]], [[Name of the Level]].
+
'''???Gear item name???''' is a <!--[[Weapon]], [[Pickup]], [[Key]], [[Tool]], [[Relic]], [[Document]]...--> in [[Name of the Game]], [[Name of the Level]].
 +
 
 +
 
 +
<!--{{Quote|"Source"<ref></ref>|"Text"}}-->
 +
 
 +
 
 +
<!--==History ==-->
 +
<!--Artefacts only-->
 +
 
 +
<!--===Creation===-->
 +
<!--Artefacts only!-->
 +
<!--Where does it come from, who created it...-->
 +
 
 +
<!--===Discovery===-->
 +
<!-- within the Tomb Raider storyline-->
 +
 
 +
 
 +
<!--==Appearance==-->
 +
<!--What is it, what does it look like.-->
 +
 
 +
 
 +
<!--==Powers==-->
 +
<!--Artefacts only! what does it do-->
 +
 
 +
 
 +
<!--==Historical Precedent ==-->
 +
<!-- Artefacts only-->
 +
<!--a few words about the real world precedent, if such a thing exists; e.g. for Excalibur, the Ark of the Covenant...-->
 +
 
 +
<!--==Gallery==-->
 +
<!--
 +
<gallery>
 +
Image:$IMAGE1_URL|IMAGE1_CAPTION
 +
Image:$IMAGE2_URL|IMAGE2_CAPTION
 +
</gallery>
 +
-->
 +
 
 +
 
 +
<!--==Related Articles==-->
 +
<!--e.g. [[King Arthur]] for Excalibur; [[Medusa]] for Medusa's Mask; [[Pandora]] for Pandora's Box-->
 +
 
 +
<!--{{ref}}-->
 +
<!--if there are any references-->
 +
 
 +
 
 +
<!--[[Category:Artefacts]]-->
 +
<!--[[Category:Gear]]-->
 +
<!--[[Category:???GAME/MOVIE/NOVEL/COMIC???]]-->
  
  
Line 30: Line 78:
  
 
</noinclude>
 
</noinclude>
<includeonly>{| class="infobox"  
+
<includeonly>
 +
<includeonly>{| class="Infobox Gear"  
 
|-
 
|-
| align="center" colspan="3" class="infoline"| '''''{{{name}}}'''''
+
! colspan="3" | '''''{{{name}}}'''''
 
|-
 
|-
 
{{#if: {{{image|}}} |
 
{{#if: {{{image|}}} |
<!-- -->{{!}} align="center" colspan="3"{{!}}[[Image:{{{image}}}|250px]]
+
<!-- -->{{!}} colspan="3"{{!}}[[Image:{{{image}}}|250px]]
 
}}
 
}}
 
|-
 
|-
{{#if: {{{Occurrence|}}} |
+
{{#if: {{{type|}}} |
<!-- -->{{!}}align="left" valign="top" style="font-size:11px; font-weight:bold;"{{!}} '''Occurrence'''
+
<!-- -->{{!}} {{!}} '''Type'''
<!-- -->{{!}} colspan="2" valign="top" style="font-size:11px;" {{!}}  
+
<!-- -->{{!}} colspan="2" {{!}}  
{{{Occurrence}}}
+
{{{type}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
|-
 
|-
{{#if: {{{type|}}} |
+
{{#if: {{{created_date|}}} |
<!-- -->{{!}}align="left" valign="top" style="font-size:11px; font-weight:bold;"{{!}} '''Type'''
+
<!-- -->{{!}} {{!}} '''Created'''
<!-- -->{{!}} colspan="2" valign="top" style="font-size:11px;"{{!}} {{{type}}}
+
<!-- -->{{!}} colspan="2" {{!}} {{{created_date}}}{{#if: {{{created_place|}}} |<br />{{{created_place}}} }}
 +
<!-- -->{{!-}}
 +
}}
 +
|-
 +
{{#if: {{{disappeared_date|}}} |
 +
<!-- -->{{!}} {{!}} '''Disappeared'''
 +
<!-- -->{{!}} colspan="2" {{!}} {{{disappeared_date}}}{{#if: {{{disappeared_place|}}} |<br />{{{disappeared_place}}} }}
 +
<!-- -->{{!-}}
 +
}}
 +
|-
 +
{{#if: {{{found_date|}}} |
 +
<!-- -->{{!}} {{!}} '''Found'''
 +
<!-- -->{{!}} colspan="2" {{!}} {{{found_date}}}{{#if: {{{found_place|}}} |<br />{{{found_place}}} }}
 +
<!-- -->{{!-}}
 +
}}
 +
|-
 +
{{#if: {{{destroyed_date|}}} |
 +
<!-- -->{{!}} {{!}} '''Destroyed'''
 +
<!-- -->{{!}} colspan="2" {{!}} {{{destroyed_date}}}{{#if: {{{destroyed_place|}}} |<br />{{{destroyed_place}}} }}
 +
<!-- -->{{!-}}
 +
}}
 +
|-
 +
{{#if: {{{current_status|}}} |
 +
<!-- -->{{!}} {{!}} '''Current Status'''
 +
<!-- -->{{!}} colspan="2" {{!}} {{{current_status}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
|-
 
|-
{{#if: {{{properties|}}} |
+
{{#if: {{{occurrence_game|}}} |
<!-- -->{{!}}align="left" valign="top" style="font-size:11px; font-weight:bold;"{{!}} '''Properties'''
+
<!-- -->{{!}} {{!}} '''Game(s)'''
<!-- -->{{!}} colspan="2" valign="top" style="font-size:11px;"{{!}} {{{properties}}}
+
<!-- -->{{!}} colspan="2" {{!}} {{{occurrence_game}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
|-
 
|-
{{#if: {{{created_date|}}} |
+
{{#if: {{{level_found|}}} |
<!-- -->{{!}}align="left" valign="top" style="font-size:11px; font-weight:bold;"{{!}} '''Created'''
+
<!-- -->{{!}} {{!}} '''Level Found'''
<!-- -->{{!}} colspan="2" valign="top" style="font-size:11px;"{{!}} {{{created_date}}}{{#if: {{{created_place|}}} |<br />{{{created_place}}} }}
+
<!-- -->{{!}} colspan="2" {{!}} {{{level_found}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
|-
 
|-
{{#if: {{{disappeared_date|}}} |
+
{{#if: {{{level_used|}}} |
<!-- -->{{!}}align="left" valign="top" style="font-size:11px; font-weight:bold;"{{!}} '''Disappeared'''
+
<!-- -->{{!}} {{!}} '''Level Used'''
<!-- -->{{!}} colspan="2" valign="top" style="font-size:11px;"{{!}} {{{disappeared_date}}}{{#if: {{{disappeared_place|}}} |<br />{{{disappeared_place}}} }}
+
<!-- -->{{!}} colspan="2" {{!}} {{{level_used}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
|-
 
|-
{{#if: {{{found_date|}}} |
+
{{#if: {{{occurrence_movie|}}} |
<!-- -->{{!}}align="left" valign="top" style="font-size:11px; font-weight:bold;"{{!}} '''Found'''
+
<!-- -->{{!}} {{!}} '''Movie(s)'''
<!-- -->{{!}} colspan="2" valign="top" style="font-size:11px;"{{!}}{{{found_date}}}{{#if: {{{found_place|}}} |<br />{{{found_place}}} }}
+
<!-- -->{{!}} colspan="2" {{!}} {{{occurrence_movie}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
|-
 
|-
{{#if: {{{destroyed_date|}}} |
+
{{#if: {{{occurrence_comic|}}} |
<!-- -->{{!}}align="left" valign="top" style="font-size:11px; font-weight:bold;"{{!}} '''Destroyed'''
+
<!-- -->{{!}} {{!}} '''Comic(s)'''
<!-- -->{{!}} colspan="2" valign="top" style="font-size:11px;"{{!}} {{{destroyed_date}}}{{#if: {{{destroyed_place|}}} |<br />{{{destroyed_place}}} }}
+
<!-- -->{{!}} colspan="2" {{!}} {{{occurrence_comic}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
|-
 
|-
{{#if: {{{current_status|}}} |
+
{{#if: {{{occurrence_book|}}} |
<!-- -->{{!}}align="left" valign="top" style="font-size:11px; font-weight:bold;"{{!}} '''Current Status'''
+
<!-- -->{{!}} {{!}} '''Book(s)'''
<!-- -->{{!}} colspan="2" valign="top" style="font-size:11px;"{{!}} {{{current_status}}}
+
<!-- -->{{!}} colspan="2" {{!}} {{{occurrence_book}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
|}
 
|}
 +
</includeonly>
 +
 
</includeonly>
 
</includeonly>

Revision as of 03:48, 11 November 2016

To use this template, copy the following into the gear (tool, weapon, key,...), documents or relics/artefact article and fill it in. Do not delete unused variables from the infobox. Leave them open instead. Remove commentary tags <!-- and --> to add a certain template element.

Most of the elements are for artefacts only!!! (e.g. created_date, created_place, disappeared_date, disappeared_place, found_date, found_place, destroyed_date, destroyed_place, current_status)

{{Infobox Gear
| name                      =
| image                     =
| Occurrence                =
| type                      = 
| properties                =
| created_date              =
| created_place             =
| disappeared_date          =
| disappeared_place         =
| found_date                =
| found_place               =
| destroyed_date            =
| destroyed_place           =
| current_status            =
}}
'''???Gear item name???''' is a <!--[[Weapon]], [[Pickup]], [[Key]], [[Tool]], [[Relic]], [[Document]]...--> in [[Name of the Game]], [[Name of the Level]].


<!--{{Quote|"Source"<ref></ref>|"Text"}}-->


<!--==History ==-->
<!--Artefacts only-->

<!--===Creation===-->
<!--Artefacts only!-->
<!--Where does it come from, who created it...-->

<!--===Discovery===-->
<!-- within the Tomb Raider storyline-->


<!--==Appearance==-->
<!--What is it, what does it look like.-->


<!--==Powers==-->
<!--Artefacts only! what does it do-->


<!--==Historical Precedent ==-->
<!-- Artefacts only-->
<!--a few words about the real world precedent, if such a thing exists; e.g. for Excalibur, the Ark of the Covenant...-->

<!--==Gallery==-->
<!--
<gallery>
Image:$IMAGE1_URL|IMAGE1_CAPTION
Image:$IMAGE2_URL|IMAGE2_CAPTION
</gallery>
-->


<!--==Related Articles==-->
<!--e.g. [[King Arthur]] for Excalibur; [[Medusa]] for Medusa's Mask; [[Pandora]] for Pandora's Box-->

<!--{{ref}}-->
<!--if there are any references-->


<!--[[Category:Artefacts]]-->
<!--[[Category:Gear]]-->
<!--[[Category:???GAME/MOVIE/NOVEL/COMIC???]]-->


[[de:$GERMAN_NAME]]]





</includeonly>