User:Mif: Difference between revisions

From Destiny Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Testing OOOO
This is my personal page OOOO


{{collapse |title= |1= }}
I made this: https://greasyfork.org/en/scripts/473832-dgg-wiki-dark-mode


{{cot|bg=#F0F2F5}}
And I reuse this code:


{{Collapse top|This is the title text}}
<nowiki>
{{lorem ipsum}}
<div class="toccolours mw-collapsible mw-collapsed" style="width:400px;overflow:auto;">
{{Collapse bottom}}
This text is not collapsible; but the next is collapsible and hidden by default:
<div class="mw-collapsible-content">
* 1
* 2
* 3
</div></div>
</nowiki>
 
which looks like this


<div class="toccolours mw-collapsible mw-collapsed">
<div class="toccolours mw-collapsible mw-collapsed" style="width:400px;overflow:auto;">
This text is not collapsible; but the next is collapsible and hidden by default:
This text is not collapsible; but the next is collapsible and hidden by default:
<div class="mw-collapsible-content">{{Lorem}}</div>
<div class="mw-collapsible-content">
</div>
* 1
* 2
* 3
</div></div>

Latest revision as of 22:03, 24 August 2023

This is my personal page OOOO

I made this: https://greasyfork.org/en/scripts/473832-dgg-wiki-dark-mode

And I reuse this code:

<div class="toccolours mw-collapsible mw-collapsed" style="width:400px;overflow:auto;">
This text is not collapsible; but the next is collapsible and hidden by default:
<div class="mw-collapsible-content">
* 1
* 2
* 3
</div></div>

which looks like this

This text is not collapsible; but the next is collapsible and hidden by default:

  • 1
  • 2
  • 3