User:Egocarib
Jump to navigation
Jump to search
My Pages
Other Useful Pages
- Expand Templates
- Cargo Tables
- API Sandbox
- Version & Extensions
- Top-Level Category
- All Categories
- User:Teamtoto
CSS
- Common.css
- Mobile.css
- Gadget-mobile.css
- Vector.css
- Hydradark.css (no longer used)
User CSS
JS
User JS
egocarib
A peculiar contraption.
Also known as exsanguination microtubules in some parasangs.
Wiki to do list:
|
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>