User:Mif: Difference between revisions

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


I made this: https://greasyfork.org/en/scripts/473832-dgg-wiki-dark-mode
And I reuse this code:
<nowiki>
<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>
</nowiki>
which looks like this
<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>

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