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/Sandbox: Difference between revisions

From EVE University Wiki
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 ==