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

User:Evon R'al/Draft: Difference between revisions

From EVE University Wiki
m Add links. Fix some inconsistencies. Fix typo. Formatting
m Add table with nav templates.
Line 1: Line 1:
{{MissionLinks}}__NOTOC__{{NPCTableCSS}}
{{MissionLinks}}__NOTOC__{{NPCTableCSS}} <!-- in-page CSS at the end of the page -->
{{#css:
 
.guideline {
  margin-top: 1em;
  margin-left: 2em;
  margin-right: 2em;
  border-left: 1em solid SlateBlue;
  padding-top: 0.4em;
  padding-left: 0.5em;
  padding-bottom: 0.4em;
  width: 80%;
  background: #202020;
}
}}


This article lays out how mission reports should be formatted for the wiki. Example mission details are given in wiki markup, and then repeated as they would appear on a completed mission article.
This article lays out how mission reports should be formatted for the wiki. Example mission details are given in wiki markup, and then repeated as they would appear on a completed mission article.
Line 19: Line 5:
== Housekeeping ==
== Housekeeping ==
<div class="guideline">
<div class="guideline">
Start the page by adding the navigational templates {{Tl|MissionLinks}}, a box with mission related links at the top right of the page, and {{Tl|Missionrelated}} for a footer with mission-related links. When headings are used, add the magic word  <nowiki>__NOTOC__</nowiki>  to suppress the table of contents. Add the applicable category or categories. If the article has [[Template:NPCTableHead|NPC tables]] then add the template {{Tl|NPCTableCSS}} to make the CSS for the NPC table(s) available.
Start the page by adding the navigational templates {{Tl|MissionLinks}}, a box with mission related links at the top right of the page, and {{Tl|Missionrelated}} for a footer with mission-related links.  
{| Style="margin-left: auto; margin-right: auto;" class="collapsible collapsed"
|+ style="min-width: fit-content;" | Other possible navigation templates
|-
! !! NavBox !! NavFooter
 
|-
! style'" text-align: left;" | Basic missions
| {{Tl|MissionLinks}} || {{Tl|Missionrelated}}
 
|-
! style'" text-align: left;" | Epic arcs
| {{Tl|SistersOfEVEEpicArcNav}} || None
 
|-
!
| {{Tl|AmarrEpicArcNav}} || None
 
|-
!
| {{Tl|AngelEpicArcNav}} || None
 
|-
!
| {{Tl|CaldariEpicArcNav}} || None
 
|-
!
| {{Tl|GallenteEpicArcNav}} || None
 
|-
!
| {{Tl|GuristasEpicArcNav}} || None
 
|-
!
| {{Tl|MinmatarEpicArcNav}} || None
 
|-
! style'" text-align: left;" | Anomic Missions
| None || {{Tl|AnomicMissionNav}}
 
|-
! style'" text-align: left;" | Data centers
| As Basic missions
 
|-
! style'" text-align: left;" | Circle missions
| As Basic missions
 
|}
When headings are used, add the magic word  <nowiki>__NOTOC__</nowiki>  to suppress the table of contents. Add the applicable category or categories. If the article has [[Template:NPCTableHead|NPC tables]] then add the template {{Tl|NPCTableCSS}} to make the CSS for the NPC table(s) available.
</div>
</div>
{{Code|<nowiki>{{MissionLinks}} __NOTOC__ {{NPCTableCSS}}
{{Code|<nowiki>{{MissionLinks}} __NOTOC__ {{NPCTableCSS}}
Line 269: Line 306:


[[Category:Wiki Information]][[Category:Guides]][[Category:Mission reports]]
[[Category:Wiki Information]][[Category:Guides]][[Category:Mission reports]]
{{#css:
.guideline {
  margin-top: 1em;
  margin-left: 2em;
  margin-right: 2em;
  border-left: 1em solid SlateBlue;
  padding-top: 0.4em;
  padding-left: 0.5em;
  padding-bottom: 0.4em;
  width: 80%;
  background: #202020;
}
}}