User:Natromo: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
====== Useful bits and strings for me ====== | ====== Useful bits and strings for me ====== | ||
[[Help:Style Guide]] | |||
[[Special:WantedFiles]] | |||
[[:Category:Equipment_pages_without_images|Equipment pages without images]] | |||
<syntaxhighlight> | <syntaxhighlight> | ||
[[File:Dancing Lights Icon.png|frameless|upright=0.1|link=Dancing Lights]] <-- Icon and redirect to spell page | [[File:Dancing Lights Icon.png|frameless|upright=0.1|link=Dancing Lights]] <-- Icon and redirect to spell page | ||
</syntaxhighlight> | </syntaxhighlight> | ||
TD: Kereska's conditions -> check if reloads per short or long rest | TD: Kereska's conditions -> check if reloads per short or long rest | ||
Collapsible box for quest branches: | |||
<syntaxhighlight> | |||
<div class="toccolours mw-collapsible mw-collapsed" style="margin-top: 10px;"> | |||
<div style="font-weight: bold; line-height: 1.6;">BRANCH QUEST NAME HERE</div> | |||
<div class="mw-collapsible-content"> | |||
BRANCH OBJECTIVES HERE | |||
</div></div> | |||
</syntaxhighlight> | |||
Result: | |||
<div class="toccolours mw-collapsible mw-collapsed" style="margin-top: 10px;"> | |||
<div style="font-weight: bold; line-height: 1.6;">BRANCH QUEST NAME HERE</div> | |||
<div class="mw-collapsible-content"> | |||
BRANCH OBJECTIVES HERE | |||
</div></div> |
Latest revision as of 19:30, 17 August 2023
Hi
Useful bits and strings for me[edit | edit source]
Equipment pages without images
[[File:Dancing Lights Icon.png|frameless|upright=0.1|link=Dancing Lights]] <-- Icon and redirect to spell page
TD: Kereska's conditions -> check if reloads per short or long rest
Collapsible box for quest branches:
<div class="toccolours mw-collapsible mw-collapsed" style="margin-top: 10px;">
<div style="font-weight: bold; line-height: 1.6;">BRANCH QUEST NAME HERE</div>
<div class="mw-collapsible-content">
BRANCH OBJECTIVES HERE
</div></div>
Result:
BRANCH QUEST NAME HERE
BRANCH OBJECTIVES HERE