User:Egocarib: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
mNo edit summary
m (:D :D)
Line 19: Line 19:
{{Qud look
{{Qud look
| title={{Qud text|&Ce&cg&bo&Bca&br&ci&Cb|notxml}}
| title={{Qud text|&Ce&cg&bo&Bca&br&ci&Cb|notxml}}
| text=A peculiar contraption.<br><br>Also known as {{Qud text|&Bexanguination microtubules|notxml}} in some parasangs.
| text=A peculiar contraption.<br><br>Also known as {{Qud text|&Bexsanguination microtubules|notxml}} in some parasangs.
}}
}}
{{Qud quote
{{Qud quote

Revision as of 13:08, 1 October 2020

My Pages

Other Useful Pages

CSS

egocarib

A peculiar contraption.

Also known as exsanguination microtubules in some parasangs.

Perfect

Wiki to do list:

  • Revamp the Item infobox.
  • Update the Inventory section of the Character infobox to show PV/Damage.
    • Add better hover tooltips to the Inventory section
  • Fix <math> equations so they don't overflow page containers.
  • Improve or create some Modding articles.
  • Eventually migrate Mobile.css styles into Gadget-mobile.css when things feel stable.



Example of how to use the debug console when editing/creating a Module

frame=mw.getCurrentFrame()
frame.args={someArg='this is the argument'}
val = frame.args.someArg
mw.log(val)

<outputs this is the argument>

val2 = frame:preprocess(val)

<expands any templates if they were passed into the argument>

mw.logObject(frame.args)

<shows the full structure of the frames.args object>