Difference between revisions of "Template:InfoBoxProtoMech/doc"

m (Added targeting system and communications system per Doneve's request.)
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>
+
{{Documentation subpage}}
 +
{{Convert to use Infobox}}
 
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
 
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
==Usage instructions==
+
== Usage ==
*Copy and paste the following code into the top of the article, filling the appropriate fields.
+
Copy and paste the following code into the top of the article, filling the appropriate fields. If a field is unknown, delete it.
 
**If a field is unknown, leave it blank.
 
**If a field is unknown, leave it blank.
 
**If a ProtoMech does not have jumpjets, '''completely''' remove the jump jet line.
 
**If a ProtoMech does not have jumpjets, '''completely''' remove the jump jet line.
 
**For the '''image''' field, just the <u>name</u> of the image is sufficient. e.g., ''Example.jpg'', ''Example.png'', etc.
 
**For the '''image''' field, just the <u>name</u> of the image is sufficient. e.g., ''Example.jpg'', ''Example.png'', etc.
 +
<pre><nowiki>
 +
{InfoBoxProtoMech
 +
|image=
 +
|name=
 +
|manufacturer=
 +
|Tech Base=
 +
|Introduced=
 +
|cost=
 +
|model=
 +
|class=
 +
|mass=
 +
|chassis=
 +
|armor=
 +
|engine=
 +
|comsys=
 +
|T&T=
 +
|speed=
 +
|jumpjets=
 +
|armament=
 +
|BV (1.0)=
 +
|BV (2.0)=
 +
}}</nowiki></pre>
  
 
+
<includeonly>{{Sandbox other||
<code class="block">&#123;{InfoBoxProtoMech<br/>
+
<!-- Categories below this line -->
|image=<br/>
 
|name=<br/>
 
|manufacturer=<br/>
 
|Tech Base=<br/>
 
|Introduced=<br/>
 
|cost=<br/>
 
|model=<br/>
 
|class=<br/>
 
|mass=<br/>
 
|chassis=<br/>
 
|armor=<br/>
 
|engine=<br/>
 
|comsys=<br>
 
|T&T=<br>
 
|speed=<br/>
 
|jumpjets=<br/>
 
|armament=<br/>
 
|BV (1.0)=<br/>
 
|BV (2.0)=<br/>
 
}}</code>
 
<includeonly>
 
<!-- ADD CATEGORIES BELOW THIS LINE -->
 
 
[[Category:Infobox templates|ProtoMech]]
 
[[Category:Infobox templates|ProtoMech]]
[[Category:Templates using ParserFunctions|InfoBoxProtoMech]]
+
}}</includeonly>
[[Category:Templates|{{PAGENAME}}]]
 
<!-- ADD INTERWIKIS BELOW THIS LINE -->
 
 
 
</includeonly>
 

Latest revision as of 21:51, 4 April 2024

Usage[edit]

Copy and paste the following code into the top of the article, filling the appropriate fields. If a field is unknown, delete it.

    • If a field is unknown, leave it blank.
    • If a ProtoMech does not have jumpjets, completely remove the jump jet line.
    • For the image field, just the name of the image is sufficient. e.g., Example.jpg, Example.png, etc.
{InfoBoxProtoMech
|image=
|name=
|manufacturer=
|Tech Base=
|Introduced=
|cost=
|model=
|class=
|mass=
|chassis=
|armor=
|engine=
|comsys=
|T&T=
|speed=
|jumpjets=
|armament=
|BV (1.0)=
|BV (2.0)=
}}