Difference between revisions of "User:Evon R'al/Sandbox"

From EVE University Wiki
Jump to: navigation, search
(→‎Test: Some CSS testing)
Line 4: Line 4:
  
 
== Test ==
 
== Test ==
 +
'''subst and not'''
 +
 
date= <nowiki>{{#time: F Y}}</nowiki> - date= {{#time: F Y}} (The present)<br>  
 
date= <nowiki>{{#time: F Y}}</nowiki> - date= {{#time: F Y}} (The present)<br>  
 
date= <nowiki>{{subst:#time: F Y}}</nowiki> - date= June 2021 (At time of saving the edit)
 
date= <nowiki>{{subst:#time: F Y}}</nowiki> - date= June 2021 (At time of saving the edit)
 +
 +
 +
'''Indent behavior'''
  
 
;Test 1
 
;Test 1
Line 12: Line 17:
 
; Test 6 : Test 7<br>
 
; Test 6 : Test 7<br>
 
Test 8
 
Test 8
 +
 +
 +
''' template Co'''
  
 
{{Co|red|This text is red}}<br>
 
{{Co|red|This text is red}}<br>
 
{{Co|red||This text is also red}}<br>
 
{{Co|red||This text is also red}}<br>
 
{{Co||red|Here the background is red}}
 
{{Co||red|Here the background is red}}
 +
 +
 +
'''NAMESPACE test'''
  
 
* <nowiki>{{ #if: {{NAMESPACE}} | page | article }} or section</nowiki> - {{ #if: {{NAMESPACE}} | page | article }} or section
 
* <nowiki>{{ #if: {{NAMESPACE}} | page | article }} or section</nowiki> - {{ #if: {{NAMESPACE}} | page | article }} or section
 +
 +
 +
'''MessageBox with logo'''
  
 
[[File:Logo ded.png|Logo ded.png]]
 
[[File:Logo ded.png|Logo ded.png]]
Line 29: Line 43:
 
|collapsed= yes
 
|collapsed= yes
 
}}
 
}}
 +
 +
 +
'''Note box'''
  
 
{{Note box|italics= no
 
{{Note box|italics= no
Line 40: Line 57:
 
Surprisingly the slaves where still in the cargo hold when reporting back to the agent so the mission could be completed.  
 
Surprisingly the slaves where still in the cargo hold when reporting back to the agent so the mission could be completed.  
 
}}
 
}}
 +
 +
 +
'''CSS testing'''
 +
{{#css:
 +
  ul.checkedList, ul.uncheckedList {
 +
    list-style: none;
 +
    padding: 0px;
 +
    margin: 0.3em 0 0 1.6em;
 +
  }
 +
  .checkedList li::before {
 +
    content: '\2705';
 +
    padding-right: 0.5em;
 +
  }
 +
  .uncheckedList li::before {
 +
    content: '\2610';
 +
    padding-right: 0.5em;
 +
  }
 +
  ul.checklist {
 +
    list-style: none;
 +
    /* padding: 0px; */
 +
    /* margin: 0.3em 0 0 1.6em; */
 +
  }
 +
  ul.checklist>li.checked::before {
 +
  content: '\2705';
 +
  font-size: 0.9em
 +
  }
 +
  ul.checklist>li::before {
 +
  content: '\2610';
 +
  font-size: 1.4em
 +
}}
 +
<ul class="checklist">
 +
<li> Line one
 +
<li class="checked"> line two
 +
<li> line three
 +
</ul>
 +
 +
 +
 +
<ul>
 +
<li> line one
 +
 +
</ul>
  
 
== Template being worked on ==
 
== Template being worked on ==

Revision as of 13:19, 30 October 2021

This article details the Level ? <Faction> of this mission. For other variants, see [[<Mission>|<Mission> (disambiguation)]].

Various mission site locations have had mineable asteroids replaced with cosmetic asteroids. (30/03/2020)[1]

Test

subst and not

date= {{#time: F Y}} - date= September 2024 (The present)
date= {{subst:#time: F Y}} - date= June 2021 (At time of saving the edit)


Indent behavior

Test 1
Test 2
Test 3
Test 4
Test 5
Test 6
Test 7

Test 8


template Co

This text is red
This text is also red
Here the background is red


NAMESPACE test

  • {{ #if: {{NAMESPACE}} | page | article }} or section - page or section


MessageBox with logo

Logo ded.png icon warning.png Icon information square.png Helpicon.png

On activating gate: DED logo Database Information
Text


Note box

While running this mission inside Minmatar Republic space.

Message when jumping back to the agents solar system

question mark Hand over contraband?
Minmatar Republic has discovered the contraband which you are transporting. If you decline to hand it over, your ship will be destroyed. Do not be alarmed, while we are waiting for for your response, one of our number will target, warp scramble and stasis web you – for your safety ….

Handing over the slaves incurred a 60.000 ISK fine and -0.1 standing loss towards Minmatar Republic.

Surprisingly the slaves where still in the cargo hold when reporting back to the agent so the mission could be completed.


CSS testing

  • Line one
  • line two
  • line three


  • line one

Template being worked on

No template being worked on.

Original:


Draft:


References