User:Sundark/Sandbox: Difference between revisions

From Ephinea PSO Wiki
Line 163: Line 163:
===Item template stuff===
===Item template stuff===
really close to getting this working
really close to getting this working
* this ''might'' be what I want but im scurred to push it just yet, needs more tinkering
<!--
<!--
<table class="psoStyle psoBackground">
<tr><td colspan="2"><table class="psoStyle psoBackground" align="center" style="min-width: 200px; width: 100%">
{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
<tr>
<tr>
Line 172: Line 173:
{{#if:{{{desc|}}}|
{{#if:{{{desc|}}}|
<tr>
<tr>
<td colspan="2" style="text-align:center; max-width: 200px;">''{{{desc}}}''</td>
<td colspan="2" style="text-align:left; max-width: 200px;">''{{{desc}}}''</td>
</tr>
</tr>
}}
}}
Line 180: Line 181:
</tr>
</tr>
}}
}}
</table>
</table></td>
-->
-->

Revision as of 18:48, 25 September 2024

Why does this message box need an "if" statement??? Hi, this is my mess-around-with-stuff page!
- Sundark

Wiki list

To-do

Full pages

  • Game modes
    • Lots to do there
      • Normal, Battle, Challenge, One Person
      • Difficulties
      • idk

Multiple pages

  • Technique pages
    • Wording
      • status effect links
      • order of information
      • chance on freeze for bartas
    • Gifoie?
    • Reorganize?
    • Add non-level 30 disk locations
  • ES weapon pages
    • More polishing
  • Area pages
    • Writeups

Single pages

  • Probably condense Crater route layouts into one infobox
  • Always more

Done

  • Amplifier pages
  • Technique pages
    • Tidy/format pages
    • Add formulas
    • Add level 30 disk location
  • Rare enemies in enemy tables
    • tentative, watch for breaks
  • Inferno Bazooka page
  • Set effect template (left-align etc)
  • Wording on quest rewards from RT
  • ES weapon pages
    • Template added
  • List of set effects

How to fix "Seabed Lower/Control Tower" red link

  • Add "nolink=1" attribute
  • Do "[[Seabed Lower]], [[Control Tower]]"
    • Easy copy-pastes:
      • nolink=1|[[Seaside]], [[Central Control Area]]
      • nolink=1|[[Seabed Lower]], [[Control Tower]]

Hidden stuff

Ooohhhhh spooky

Damage formula

Equipment

Area pages template

Box drops

Item template stuff

really close to getting this working

  • this might be what I want but im scurred to push it just yet, needs more tinkering