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

User:Luxxianna Seraph/Sandbox/MissionHoverBox/PVEArticle/doc: Difference between revisions

From EVE University Wiki
m Testing for the doc problem.
m Fix broken link.
 
(One intermediate revision by the same user not shown)
Line 126: Line 126:


::; Damage
::; Damage
::; The damage type dealt by Faction. Auto populated by Faction value, only include (and use {{T|Damagetype}} ) if the damage dealt differs from the standard for that Faction (or is specific for a site where the Faction usually varies)
::: The damage type dealt by Faction. Auto populated by Faction value, only include (and use {{T|Damagetype}} ) if the damage dealt differs from the standard for that Faction (or is specific for a site where the Faction usually varies)
::; Resist
::; Resist
::: The resist values of the Faction. Auto populated by Faction value, only include (and use {{T|Damagetype}} ) if the resistances differ from the standard for that Faction (or is specific for a site where the Faction usually varies)
::: The resist values of the Faction. Auto populated by Faction value, only include (and use {{T|Damagetype}} ) if the resistances differ from the standard for that Faction (or is specific for a site where the Faction usually varies)
Line 148: Line 148:
:; Wiki Code Editable
:; Wiki Code Editable
::; Walkthrough
::; Walkthrough
::: Use Walkthrough to put ... anything. Tables are a potential issue, so use {{T|NPCTableHead}} {{T|NPCTableSeperator}} {{T|NPCTableRow}} {{T|EndTable}} or similar. Always use {{T|EndTable}} and not <nowiki>|}</nowiki> because that will mess up tables. {{T|EndTable}} is generic and will work for any Table set of templates
::: Use Walkthrough to put ... anything. Tables are a potential issue, so use {{T|NPCTableHead}} {{T|NPCTableSeparator}} {{T|NPCTableRow}} {{T|EndTable}} or similar. Always use {{T|EndTable}} and not <nowiki>|}</nowiki> because that will mess up tables. {{T|EndTable}} is generic and will work for any Table set of templates


; Boilerplate
; Boilerplate
: This template is designed to work in concert with {{T|PVE}}, {{T|PVEBoxTooltip}}, and {{T|PVEBoxLarge}} as the base page that the others will draw from. (In the same manner as {{T|ShipArticle}} and the Ship Database)
: This template is designed to work in concert with {{T|PVE}}, {{T|PVEBoxTooltip}}, and {{T|PVEBoxLarge}} as the base page that the others will draw from. (In the same manner as {{T|ShipArticle}} and the Ship Database)
: As such, the following boilerplate should be used on every page that implements this template as its primary (ie: all individual pages for Anomaly Sites and Missions)
: As such, the following boilerplate should be used on every page that implements this template as its primary (ie: all individual pages for Anomaly Sites and Missions)
<pre>
<pre><! Checked with ShipArticle/doc these noinclude markup-set needs escaping -->
<onlyinclude>{{{{#if:{{{mode|}}}|{{#switch:{{lc: {{{mode}}}}}|box=PVEBoxLarge|#default=PVEBoxTooltip}}|<!--/ is this the reason doc doesn't work? -->PVEArticle}} <!--  Template marker : DON'T EDIT LINE -->
&lt;onlyinclude>{{{{#if:{{{mode|}}}|{{#switch:{{lc: {{{mode}}}}}|box=PVEBoxLarge|#default=PVEBoxTooltip}}|<!--/ is this the reason doc doesn't work? partly. -->PVEArticle}} <!--  Template marker : DON'T EDIT LINE -->


  <!-----------------------------------------------------------
  <!-----------------------------------------------------------
Line 167: Line 167:
   | Rating  =  
   | Rating  =  
... all the attributes used  
... all the attributes used  
}}</onlyinclude> <!-- Template marker : DON'T EDIT LINE -->
}}&lt;/onlyinclude> <!-- Template marker : DON'T EDIT LINE -->


</pre>
</pre>