User:Egocarib: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
No edit summary
(Undo revision 83598 by Egocarib (talk))
Tag: Undo
 
(39 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="qud-box-wrapper"><div class="qud-box"><span class="qud-box-header">{{Qud text|&Ce&cg&bo&Bca&br&ci&Cb|notxml}}</span><div class="qud-box-content"><b><p>A peculiar contraption.</p>
<div style="float:right;padding:0 3em 1em 3em;margin:1em;background:#0f3b3a;">
<p></p>
===My Pages===
<p>Also known as {{Qud text|&Bexanguination microtubules|notxml}} in some parsangs.</p></b></div><span class="qud-box-footer-left">Perfect</span></div></div>
* [[/Sandbox]]
* [[/Sandbox/Sprites]]
* [https://wiki.cavesofqud.com/Special:PrefixIndex?prefix=Egocarib&namespace=2 (full list)]
 
===Other Useful Pages===
* [[Special:ExpandTemplates|Expand Templates]]
* [[Special:CargoTables|Cargo Tables]]
* [[Special:ApiSandbox|API Sandbox]]
* [[Special:Version|Version & Extensions]]
* [[:Category:Caves_of_Qud_Wiki|Top-Level Category]]
* [[Special:Categories|All Categories]]
* [[User:Teamtoto]]
 
===CSS===
* [[MediaWiki:Common.css|Common.css]]
* [[MediaWiki:Mobile.css|Mobile.css]]
* [[MediaWiki:Gadget-mobile.css|Gadget-mobile.css]]
* [[MediaWiki:Vector.css|Vector.css]]
* [[MediaWiki:Hydradark.css|Hydradark.css]] (no longer used)
 
===User CSS===
* [[/common.css|common.css]]
* [[/mobile.css|mobile.css]]
* [[/hydradark.css|hydradark.css]]
* [[/vector.css|vector.css]]
 
===JS===
* [[MediaWiki:Common.js|Common.js]]
* [[MediaWiki:Mobile.js|Mobile.js]]
 
===User JS===
* [[/common.js|common.js]]
* [[/mobile.js|mobile.js]]
</div>
{{Qud look
| title={{Qud text|&Ce&cg&bo&Bca&br&ci&Cb|notxml}}
| text=A peculiar contraption.<br><br>Also known as {{Qud text|&Bexsanguination microtubules|notxml}} in some parasangs.
}}
{{Qud quote
|Wiki to do list:
* Add cargo queries to Damage page showing all things that cause certain types of damage (would require storing more data in Cargo that isn't currently)
* Revisit [[Template:Item|Item]] and [[Template:Character|Character]] infoboxes.
* <s>Update the '''Inventory''' section of the [[Template:Character|Character]] infobox to show PV/Damage.</s>
** Add better hover tooltips to the '''Inventory''' section
* Fix <code><nowiki><math></nowiki></code> equations so they don't overflow page containers.
* Eventually migrate [[MediaWiki:Mobile.css|Mobile.css]] styles into [[MediaWiki:Gadget-mobile.css|Gadget-mobile.css]] when things feel stable.
** (not sure if this is still accurate/relevant after wiki move)
}}
 
 
 
 
=== Page Values ===
Add <code>?action=pagevalues</code> to the end of a page URL to see its page values, including cargo store data.
 
===Example of how to use the debug console when editing/creating a Module===
<div style="font-family:'Source Code Pro';">
frame=mw.getCurrentFrame()<br>
frame.args={someArg='this is the argument'}<br>
val = frame.args.someArg<br>
mw.log(val)<br>
:&lt;outputs <code>this is the argument</code>&gt;
val2 = frame:preprocess(val)<br>
:&lt;expands any templates if they were passed into the argument&gt;
mw.logObject(frame.args)<br>
:&lt;shows the full structure of the frames.args object&gt;
</div>
 
 
 
 
&nbsp;
__NOTOC__

Latest revision as of 21:47, 22 December 2022

My Pages

Other Useful Pages

CSS

User CSS

JS

User JS

egocarib

A peculiar contraption.

Also known as exsanguination microtubules in some parasangs.

Perfect

Wiki to do list:

  • Add cargo queries to Damage page showing all things that cause certain types of damage (would require storing more data in Cargo that isn't currently)
  • Revisit Item and Character infoboxes.
  • 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.
  • Eventually migrate Mobile.css styles into Gadget-mobile.css when things feel stable.
    • (not sure if this is still accurate/relevant after wiki move)



Page Values

Add ?action=pagevalues to the end of a page URL to see its page values, including cargo store data.

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>