Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:CMBSite/doc: Difference between revisions

Template page
mNo edit summary
No edit summary
Line 3: Line 3:
;Syntax
;Syntax
:Type <code>{{t|CMBSite|complex_name}}</code> somewhere.
:Type <code>{{t|CMBSite|complex_name}}</code> somewhere.
:Additional Variables that can be used when calling the template include:
:<code>|OverviewSectionY/N= </code>
:    "Y" to include the Overview section.
:<code>    |OverviewSectionText= </code>
:            Text entered after this will be shown at the top of the Overview section
:<code>    |OverviewRecommendedShips= </code>
:            List of recommended ships can be entered after this variable to be shown in the Site Overview table
:<code>    |OverviewEstPayout= </code>
:            The estimated total ISK from the site can be entered after this variable to be shown in the Site Overview table
:<code>    |Difficulty&ShipRecommendationSectionY/N= </code>
:            "Y" to include the Ship Recommendation Section
:<code>        |Difficulty&ShipRecommendationSectionText= </code>
:                    Text entered after this variable will be shown at the top of the Ship Recommendation section
:<code>    |TotalExpectedEnemiesSectionY/N= </code>
:            "Y" to include the Total Expected Enemies Section
:<code>        |TotalExpectedEnemiesSectionText= </code>
:                    Text entered after this variable will be shown at the top of the Total Expected Enemies Section
:<code>        |TotalExpectedFrigates= </code>
:                    The total number of frigates in the combat site can be entered after this variable to be shown in the Total Expected Enemies table
:<code>        |TotalExpectedDestroyers= </code>
:                    The total number of destroyers in the combat site can be entered after this variable to be shown in the Total Expected Enemies table
:<code>        |TotalExpectedCruisers= </code>
:                    The total number of cruisers in the combat site can be entered after this variable to be shown in the Total Expected Enemies table
:<code>        |TotalExpectedBattlecruisers= </code>
:                    The total number of battlecruisers in the combat site can be entered after this variable to be shown in the Total Expected Enemies table
:<code>        |TotalExpectedBattleships= </code>
:                    The total number of battleships in the combat site can be entered after this variable to be shown in the Total Expected Enemies table
:<code>        |TotalExpectedCapitals= </code>
:                    The total number of capitals in the combat site can be entered after this variable to be shown in the Total Expected Enemies table
:<code>        |TotalExpectedSentries= </code>
:                    The total number of sentries in the combat site can be entered after this variable to be shown in the Total Expected Enemies table
;Sample output
;Sample output
<pre>{{CMBSite |Serpentis Hideout
<pre>{{CMBSite |Serpentis Hideout
Line 32: Line 64:
     |TotalExpectedEnemiesSectionY/N=Y
     |TotalExpectedEnemiesSectionY/N=Y
         |TotalExpectedEnemiesSectionText="TEES text goes here."
         |TotalExpectedEnemiesSectionText="TEES text goes here."
         |TotalExpectedFrigates=1-5
         |TotalExpectedFrigates=1 - 5
         |TotalExpectedDestroyers=2-6
         |TotalExpectedDestroyers=2 - 6
         |TotalExpectedCruisers=3-7
         |TotalExpectedCruisers=3 - 7
         |TotalExpectedBattlecruisers=4-8
         |TotalExpectedBattlecruisers=4 - 8
         |TotalExpectedBattleships=5-9
         |TotalExpectedBattleships=5 - 9
         |TotalExpectedCapitals=6-10
         |TotalExpectedCapitals=6 - 10
         |TotalExpectedSentries=7-11
         |TotalExpectedSentries=7 - 11
}}
}}