Final wiki dump (#87)

* a few more pages

* a bunch more

* rest of the pages

* header swap
This commit is contained in:
David Holdeman 2020-08-27 16:32:54 -05:00 committed by GitHub
parent 18bc94c32a
commit 9030276d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
191 changed files with 2411 additions and 5 deletions

View File

@ -16,6 +16,8 @@ Uses breakout module noted here http://rusefi.com/forum/viewtopic.php?f=4&t=454
* Either configure rusEFI to use the proper crank decoder, or get a decoder developed from the dev console logs, then configure rusEFI to use the proper decoder.
* See reliable RPM values displayed on the gauge, and noise free crank signals.
![Harness and Analyzer](Images/Harness_and_analyzer.jpg)
### Capture MAP or MAF signal
* Cut OEM harness for the MAP or MAF wire(s), or install a MAP sensor, then put the leads to the breakout module, use the fuse to simple pass the signal through the breakout module, and verify that the OEM engine is operational.

12
FAQ/Common-Issues.md Normal file
View File

@ -0,0 +1,12 @@
## Protoboard does not show the ON light
Isolate to only USB power by disconnecting from vehicle and plugging in to USB power. If that helps. There is probably a problem with the 12V power supply.
Check the 3.3V LED
## ON light is bright, but can not communiate over USB
Check that the FTDI driver is installed and that you find your COM port.
## Can't open Java console
Make sure you have Java installed and are opening with Java.

BIN
Fuel/Aem_UEGO_pinout.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -1,6 +1,13 @@
# Wide Band Lambda Sensors - Also known as HEGO or WBO2
A reliable measurement of the AFR is vital for the tuner to be able to tune the engine and be sure that his changes to the fueling are correct. For this purpose we recommend one of the readily available aftermarket wideband gauges or controllers.
A wide-band oxygen sensor is pretty much a must for what we are doing here. Bosch is the only manufacturer of these sensors I am aware of. The wide-band precision of the sensor is achieved by a relatively sophisticated magic which happens inside the sensor, that's why 5 or 6 wises and that's why the sensor requires it's own controller (brain). Since there are at least two kinds of sensors it's safer to buy a kit.
As of April 2016 rusEfi does not have build-in WBO controller.
Wide-band controllers range from $35.00 for http://www.14point7.com/products/slc-free ($85 with sensor) all the way to high-200 for kits with a gauge.
TODO: an explanation why narrow band works for OEM but now for what we are doing here.
rusEFI is able to support most aftermarket wideband sensors that have a 5v analogue output.
We have implemented the CAN interface for the new series of AEM X-type sensors, these have been tested to work with both their analog and CAN interfaces.
@ -16,5 +23,35 @@ Sensors that have been used with rusEFI so far include:
Innovate's LC-2 serial interface is supported. The Innovate sensor controller has typically two serial connectors, the one labeled *OUT* needs to be connected to the ECU. AUX Serial needs to be configured with a baud rate of 19200BPs and *Enable Innovate LC-2 Serial* needs to be set to true in the EGO sensor window.
![Innovate LC-2 Settings](innovate_lc2_settings.png)
![Innovate LC-2 Settings](Fuel/innovate_lc2_settings.png)
## Misc Info
Bosch LSU 4.2
http://www.bosch-motorsport.de/media/catalog_resources/Lambda_Sensor_LSU_42_Datasheet_51_en_2779111435pdf.pdf
AEM 30-4100 Digital Wideband UEGO Gauge (donated by AlexL)
35-8469 35-8460 gauge
replacement sensor AEM 30-2001
alternative parts 2243, 170408, 48292001, 12575657, 213-1572, Type B, 57005
Manufacturer Part Number: 0258007206
"The resistor is put into the raised portion of the Plug end and is used to set the calibration of the sensor during the testing and assembly process at Bosch. When you change the O2 sensor, the resistor stays with it."
Based on LSU4.2, "Each AEM UEGO sensor is individually calibrated and a resistor integral at the
connector body is laser trimmed with this value."
0v = 10AFR
5v = 20AFR
http://www.aemelectronics.com/files/instructions/30-4100%20Digital%20Wideband%20UEGO%20Gauge.pdf
![Pinout](Fuel/aem_UEGO_pinout.png)
1j0973733 Bosch 4.2 6 pin connector available everywhere
http://www.ecotrons.com/products/wideband-controller-alm-can/

View File

@ -30,6 +30,8 @@ Place some place that is away from hot items like the exhaust. Mount on a piece
### Route the wires and harnesses
* Start by drawing our your engine layout. This an be as simple as a sketch on a napkin or pizza box. This is handy as it tracks how many injectors you need, what kind of IAC, TPS, IAT, ect options you need.
* It is recommended you route your wires in two different groups, analog and digital/high power. This helps ensure good signals make it to and from the ECU.
* Wire size and fusing go together. The fuse is used to protect the wire against electrical fire. So the wire you can use depends largely on the upstream fuse you select. High-Z injectors are going to draw about 1A, so you can technically get by with tiny stuff like 24AWG or 22AWG. However that is generally not very strong and is prone to breaking and failure. So you would be well advised to follow the NFPA79's suggestion to use a min of 18AWG, as smaller is easily mechanically damaged. In terms of electrical sizing this is very much over sized, which is only suggested to get more rugged mechanical properties.
@ -53,6 +55,27 @@ http://www.littelfuse.com/~/media/automotive/catalogs/littelfuse_fuseology.pdf
http://www.littelfuse.com/~/media/automotive/datasheets/fuses/passenger-car-and-commercial-vehicle/blade-fuses/littelfuse_mini_datasheet.pdf
* Check in the forums for additional information. Often members can identify bumps in the road before you hit them. Forum members can also make suggestions that could make things go smoothly.
* If you do something cool, or new, feel free to share in the forums, Slack, Github, e-mail or where ever. It's common that someone doing something new and cool will get more help than someone doing the same old thing.
### connecting ECU if it's not plug-and-play
* Start by getting junk yard ECU
* Delicately break apart the junk yard ECU salvaging the ECU connector and perhaps the enclosure.
![Harness on car](Images/Harness_on_car.jpg)
* If you have a connector that has a break out PCB board for it, you probably want to obtain the break out PCB for that harness connector. If not you can simply solder wires direct to the connector. Similar to this http://rusefi.com/forum/viewtopic.php?f=4&t=507
![Breakout Render](Images/176122-6_front.jpg)
![Breakout PCB](Images/64p_connector.jpg)
* Wire rusEFI like Frankenstein as shown below
![Frankenstein wired with connector breakout](Images/Aspire_20140306_state.jpg)
![Frankenstein wired in enclosure](Images/P1050839_zpsfdbdbd97.jpg)
* It will likely be helpful to get a partial harness from a junk yard, and switch to rusEFI circuit-by-circuit using a [breakout module.](Breakout-Module)
* Use junk hard harness to make extension harness. Use the junk yard ECU connector to break out the wire harness to the breakout board. Then from the far side of the breakout board, install the junk yard harness connector. Then connect the original ECU. This should allow you to start and run then engine as normal.
### Testing the wiring
Once connected you should test the wires. Especially the power wires like coil wires and injector wires. A poor connection with a slight resistance like .1 ohms can cause an electrical fire, which I'm sure you do not want. Once everything is connected measure both the voltage drop and current from the ECU connector, or where ever is applicably appropriate. Using your voltage and current readings, calculate the ohms, if it's above about .1 ohms fix the issue. Take note that .1 ohms at 1A is about .1watt that that connection will have to dissipate. If you have a 12 cyl, and 12 .1 ohm connections, the connector will have to dissipate 1.2 watts.
@ -60,8 +83,6 @@ Once connected you should test the wires. Especially the power wires like coil w
HOWTO start you engine with rusEfi for the first time
### test outputs
Both rusEfi console and TS allows you to test if rusEfi properly controls things like injectors (you would hear the clicks), cooling fan (you would hear it - if needed), fuel pump (you would usually hear it - if needed), ignition coil (that's challenging if you have a distributor)

12
Home.md
View File

@ -36,7 +36,17 @@ Automatic Transmission Control|✗
And many more! See [rusEFI-project](rusEFI-project) for more details.
The unsupported features listed here are all things that would be amazing to see! IF YOU have a project that includes any of those configurations or anything else, please jump in on the forums and we can work together to make it happen! 👍
### rusEFI in action!
## Get Started!
So you are thinking of doing an engine control project. You have stopped by the correct place. This rusEFI project has many options that can likely help you out. We have several forum members with a wide variety of skills that are often willing to help people out. As well we have several hardware options. If a feature doesn't exist inquire in the forums and it is likely that we can develop the feature. Or better yet, its an open source project, you can develop it yourself and if you feel like giving something back, you can share it with others.
[Quick Start](HOWTO-quick-start)
[Get Running](HOWTO-Get-Running)
[Get Tuning](Get-tuning-with-TunerStudio-and-your-rusEFI)
## rusEFI in action!
[Engines running rusEFI](List_of_engines_running_rusEfi)

BIN
Images/0280155868cs.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

BIN
Images/176122-6_front.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
Images/1990_miata_us.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

BIN
Images/1993_protege_ecu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

BIN
Images/1994_miata_1.8_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
Images/1994_miata_1.8_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

BIN
Images/1994_miata_1.8_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

BIN
Images/1996_miata_1.8_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
Images/1996_miata_1.8_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
Images/2003_cooper_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
Images/2003_cooper_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
Images/2003_cooper_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
Images/2003_cooper_4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
Images/2003_miata_ac.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
Images/2005_kia_spectra.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
Images/2006_audi_2_0T.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 645 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
Images/2011_Xterra_ECU.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

BIN
Images/64p_connector.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

BIN
Images/ABS_miata_2001.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 KiB

BIN
Images/Accord_pinout.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
Images/Dodge_Neon_2003.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -0,0 +1,229 @@
<!DOCTYPE html>
<html class="client-js" dir="ltr" lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>File:2001 accent 1 5 part2.png - rusEfi</title>
<script>document.documentElement.className = document.documentElement.className.replace( /(^|\s)client-nojs(\s|$)/, "$1client-js$2" );</script>
<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgCanonicalNamespace":"File","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":6,"wgPageName":"File:2001_accent_1_5_part2.png","wgTitle":"2001 accent 1 5 part2.png","wgCurRevisionId":3851,"wgRevisionId":3851,"wgArticleId":945,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":[],"wgBreakFrames":false,"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgMonthNamesShort":["","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"wgRelevantPageName":"File:2001_accent_1_5_part2.png","wgRelevantArticleId":945,"wgRequestId":"XpRKvErQOjcAABNUI3kAAAAU","wgCSPNonce":false,"wgIsProbablyEditable":false,"wgRelevantPageIsProbablyEditable":false,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgRestrictionUpload":[],"wgWikiEditorEnabledModules":[],"wgULSAcceptLanguageList":[],"wgULSCurrentAutonym":"English"});mw.loader.state({"site.styles":"ready","noscript":"ready","user.styles":"ready","user":"ready","user.options":"ready","user.tokens":"loading","filepage":"ready","mediawiki.action.view.filepage":"ready","mediawiki.legacy.shared":"ready","mediawiki.legacy.commonPrint":"ready","ext.uls.pt":"ready","mediawiki.skinning.interface":"ready","skins.vector.styles":"ready"});mw.loader.implement("user.tokens@0tffind",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"editToken":"+\\","patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
});RLPAGEMODULES=["mediawiki.action.view.metadata","site","mediawiki.page.startup","mediawiki.user","mediawiki.page.ready","mediawiki.searchSuggest","ext.uls.init","ext.uls.interface","skins.vector.js"];mw.loader.load(RLPAGEMODULES);});</script>
<link rel="stylesheet" href="File%202001%20accent%201%205%20part2.png%20-%20rusEfi_files/load.css">
<script async="" src="File%202001%20accent%201%205%20part2.png%20-%20rusEfi_files/load.php"></script>
<style>
.mw-metadata-show-hide-extended{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media print{.mw_metadata .mw-metadata-show-hide-extended{display:none}}
.suggestions{overflow:hidden;position:absolute;top:0;left:0;width:0;border:0;z-index:1099;padding:0;margin:-1px 0 0 0}.suggestions-special{position:relative;background-color:#fff;cursor:pointer;border:1px solid #a2a9b1;margin:0;margin-top:-2px;display:none;padding:0.25em 0.25em;line-height:1.25em}.suggestions-results{background-color:#fff;cursor:pointer;border:1px solid #a2a9b1;padding:0;margin:0}.suggestions-result{color:#000;margin:0;line-height:1.5em;padding:0.01em 0.25em;text-align:left; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestions-result-current{background-color:#2a4b8d;color:#fff}.suggestions-special .special-label{color:#72777d;text-align:left}.suggestions-special .special-query{color:#000;font-style:italic;text-align:left}.suggestions-special .special-hover{background-color:#c8ccd1}.suggestions-result-current .special-label,.suggestions-result-current .special-query{color:#fff}.highlight{font-weight:bold}
.uls-menu{border-radius:2px; font-size:medium}.uls-search,.uls-language-settings-close-block{border-top-right-radius:2px;border-top-left-radius:2px}.uls-language-list{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.uls-menu.callout:before,.uls-menu.callout:after{border-top:10px solid transparent;border-bottom:10px solid transparent;display:inline-block; top:17px;position:absolute;content:''}.uls-menu.callout.selector-right:before{ border-left:10px solid #c8ccd1; right:-11px}.uls-menu.callout.selector-right:after{ border-left:10px solid #fff; right:-10px}.uls-menu.callout.selector-left:before{ border-right:10px solid #c8ccd1; left:-11px}.uls-menu.callout.selector-left:after{ border-right:10px solid #fff; left:-10px}.uls-ui-languages button{margin:5px 15px 5px 0;white-space:nowrap;overflow:hidden}.uls-search-wrapper-wrapper{position:relative;padding-left:40px;margin-top:5px;margin-bottom:5px}.uls-icon-back{background:transparent url(/wiki/extensions/UniversalLanguageSelector/resources/images/back-grey-ltr.png?90e9b) no-repeat scroll center center;background-image:-webkit-linear-gradient(transparent,transparent),url(/wiki/extensions/UniversalLanguageSelector/resources/images/back-grey-ltr.svg?e226b);background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E %3Cpath fill=%22%2354595d%22 d=%22M7 13.1l8.9 8.9c.8-.8.8-2 0-2.8l-6.1-6.1 6-6.1c.8-.8.8-2 0-2.8L7 13.1z%22/%3E %3C/svg%3E");background-size:28px;background-position:center center;height:32px;width:40px;display:block;position:absolute;left:0;border-right:1px solid #c8ccd1;opacity:0.8}.uls-icon-back:hover{opacity:1;cursor:pointer}.uls-menu .uls-no-results-view .uls-no-found-more{background-color:#fff}.uls-menu .uls-no-results-view h3{padding:0 28px;margin:0;color:#54595d;font-size:1em;font-weight:normal} .skin-vector .uls-menu{border-color:#c8ccd1;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.25);box-shadow:0 2px 2px 0 rgba(0,0,0,0.25);font-size:0.875em}.skin-vector .uls-search{border-bottom-color:#c8ccd1}.skin-vector .uls-filtersuggestion{color:#72777d}.skin-vector .uls-lcd-region-title{color:#54595d}</style><style>
.suggestions a.mw-searchSuggest-link,.suggestions a.mw-searchSuggest-link:hover,.suggestions a.mw-searchSuggest-link:active,.suggestions a.mw-searchSuggest-link:focus{color:#000;text-decoration:none}.suggestions-result-current a.mw-searchSuggest-link,.suggestions-result-current a.mw-searchSuggest-link:hover,.suggestions-result-current a.mw-searchSuggest-link:active,.suggestions-result-current a.mw-searchSuggest-link:focus{color:#fff}.suggestions a.mw-searchSuggest-link .special-query{ overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#uls-settings-block{background-color:#f8f9fa;border-top:1px solid #c8ccd1;padding-left:10px;line-height:1.2em;border-radius:0 0 2px 2px}#uls-settings-block > button{background:left top transparent no-repeat;background-size:20px auto;color:#54595d;display:inline-block;margin:8px 15px;border:0;padding:0 0 0 26px;font-size:medium;cursor:pointer}#uls-settings-block > button:hover{color:#222}#uls-settings-block > button.display-settings-block{background-image:url(/wiki/extensions/UniversalLanguageSelector/resources/images/display.png?d25f1);background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Cpath fill=%22%23222%22 d=%22M.002 2.275V15.22h8.405c.535 1.624-.975 1.786-1.902 2.505 0 0 2.293-.024 3.439-.024 1.144 0 3.432.024 3.432.024-.905-.688-2.355-.868-1.902-2.505h8.527V2.275h-20zm6.81 1.84h.797l3.313 8.466H9.879L8.836 9.943H5.462l-1.043 2.638h-.982zm.368 1.104c-.084.369-.211.785-.368 1.227L5.83 9.023h2.699l-.982-2.577c-.128-.33-.234-.747-.368-1.227zm7.117.982c.753 0 1.295.157 1.656.491.365.334.552.858.552 1.595v4.294h-.675l-.184-.859h-.062c-.315.396-.605.655-.92.798-.311.138-.758.184-1.227.184-.626 0-1.115-.168-1.472-.491-.353-.323-.491-.754-.491-1.35 0-1.275 1.028-1.963 3.068-2.025h1.043v-.429c0-.495-.091-.87-.307-1.104-.211-.238-.574-.307-1.043-.307-.526 0-1.115.107-1.779.429l-.307-.675a4.748 4.748 0 0 1 1.043-.429 4.334 4.334 0 0 1 1.104-.123zm.307 3.313c-.761.027-1.318.157-1.656.368-.334.207-.491.54-.491.982 0 .346.1.617.307.798.211.181.544.245.92.245.595 0 1.012-.164 1.35-.491.342-.326.552-.762.552-1.35v-.552z%22/%3E %3C/svg%3E")}#uls-settings-block > button.input-settings-block{background-image:url(/wiki/extensions/UniversalLanguageSelector/resources/images/input.png?aea9e);background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Cpath fill=%22%23222%22 d=%22M9 1.281c-.124.259-.185.599-.5.688-.55.081-1.133.018-1.688 0-.866-.032-1.733-.148-2.594 0-.588.157-.953.727-1.188 1.25-.178.416-.271.836-.344 1.281H-.002V16h20V4.5H3.654c.109-.52.203-1.057.563-1.469.222-.231.587-.17.875-.188 1.212.003 2.415.179 3.625.063.463-.058.812-.455.969-.875l.188-.438-.875-.313zM1.875 7.125h1.563c.094 0 .188.093.188.188v1.531a.201.201 0 0 1-.188.188H1.875c-.094 0-.156-.093-.156-.188V7.313c0-.094.062-.188.156-.188zm2.844 0h1.563c.094 0 .156.093.156.188v1.531c0 .094-.062.188-.156.188H4.719c-.094 0-.156-.093-.156-.188V7.313c0-.094.062-.188.156-.188zm2.844 0h1.563c.094 0 .156.093.156.188v1.531c0 .094-.062.188-.156.188H7.563a.201.201 0 0 1-.188-.188V7.313c0-.094.093-.188.188-.188zm2.813 0h1.563c.094 0 .188.093.188.188v1.531a.201.201 0 0 1-.188.188h-1.563c-.094 0-.156-.093-.156-.188V7.313c0-.094.062-.188.156-.188zm2.844 0h1.563c.094 0 .156.093.156.188v1.531c0 .094-.062.188-.156.188H13.22c-.094 0-.156-.093-.156-.188V7.313c0-.094.062-.188.156-.188zm2.844 0h1.531c.094 0 .188.093.188.188v1.531a.201.201 0 0 1-.188.188h-1.531a.201.201 0 0 1-.188-.188V7.313c0-.094.093-.188.188-.188zm-12.844 3h1.563c.094 0 .156.093.156.188v1.563c0 .094-.062.156-.156.156H3.22c-.094 0-.156-.062-.156-.156v-1.563c0-.094.062-.188.156-.188zm2.906 0h1.563c.094 0 .188.093.188.188v1.563c0 .094-.093.156-.188.156H6.126c-.094 0-.156-.062-.156-.156v-1.563c0-.094.062-.188.156-.188zm2.938 0h1.531c.094 0 .188.093.188.188v1.563c0 .094-.093.156-.188.156H9.064c-.094 0-.188-.062-.188-.156v-1.563c0-.094.093-.188.188-.188zm2.906 0h1.563c.094 0 .156.093.156.188v1.563c0 .094-.062.156-.156.156H11.97c-.094 0-.188-.062-.188-.156v-1.563c0-.094.093-.188.188-.188zm2.906 0h1.563c.094 0 .156.093.156.188v1.563c0 .094-.062.156-.156.156h-1.563c-.094 0-.156-.062-.156-.156v-1.563c0-.094.062-.188.156-.188zM4.001 13.688h12c.088 0 .156.068.156.156v.844a.154.154 0 0 1-.156.156h-12a.154.154 0 0 1-.156-.156v-.844c0-.088.068-.156.156-.156z%22/%3E %3C/svg%3E")}</style><meta name="ResourceLoaderDynamicStyles" content="">
<meta name="generator" content="MediaWiki 1.32.0">
<link rel="shortcut icon" href="https://rusefi.com/favicon.ico">
<link rel="search" type="application/opensearchdescription+xml" href="https://rusefi.com/wiki/opensearch_desc.php" title="rusEfi (en)">
<link rel="EditURI" type="application/rsd+xml" href="http://rusefi.com/wiki/api.php?action=rsd">
<link rel="alternate" type="application/atom+xml" title="rusEfi Atom feed" href="https://rusefi.com/wiki/index.php?title=Special:RecentChanges&amp;feed=atom">
<!--[if lt IE 9]><script src="/wiki/load.php?debug=false&amp;lang=en&amp;modules=html5shiv&amp;only=scripts&amp;skin=vector&amp;sync=1"></script><![endif]-->
</head>
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-6 ns-subject page-File_2001_accent_1_5_part2_png rootpage-File_2001_accent_1_5_part2_png skin-vector action-view webfonts-changed"> <div id="mw-page-base" class="noprint"></div>
<div id="mw-head-base" class="noprint"></div>
<div id="content" class="mw-body" role="main">
<a id="top"></a>
<div class="mw-indicators mw-body-content">
</div>
<h1 id="firstHeading" class="firstHeading" lang="en">File:2001 accent 1 5 part2.png</h1> <div id="bodyContent" class="mw-body-content">
<div id="siteSub" class="noprint">From rusEfi</div> <div id="contentSub"></div>
<div id="jump-to-nav"></div> <a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
<a class="mw-jump-link" href="#p-search">Jump to search</a>
<div id="mw-content-text"><ul id="filetoc"><li><a href="#file">File</a></li>
<li><a href="#filehistory">File history</a></li>
<li><a href="#filelinks">File usage</a></li>
<li><a href="#metadata">Metadata</a></li></ul><div class="fullImageLink" id="file"><a href="https://rusefi.com/wiki/images/6/64/2001_accent_1_5_part2.png"><img alt="File:2001 accent 1 5 part2.png" src="File%202001%20accent%201%205%20part2.png%20-%20rusEfi_files/456px-2001_accent_1_5_part2.png" srcset="/wiki/images/thumb/6/64/2001_accent_1_5_part2.png/684px-2001_accent_1_5_part2.png 1.5x, /wiki/images/thumb/6/64/2001_accent_1_5_part2.png/912px-2001_accent_1_5_part2.png 2x" width="456" height="599"></a><div class="mw-filepage-resolutioninfo">Size of this preview: <a href="https://rusefi.com/wiki/images/thumb/6/64/2001_accent_1_5_part2.png/456px-2001_accent_1_5_part2.png" class="mw-thumbnail-link">456 × 599 pixels</a>. <span class="mw-filepage-other-resolutions">Other resolutions: <a href="https://rusefi.com/wiki/images/thumb/6/64/2001_accent_1_5_part2.png/183px-2001_accent_1_5_part2.png" class="mw-thumbnail-link">183 × 240 pixels</a> | <a href="https://rusefi.com/wiki/images/6/64/2001_accent_1_5_part2.png" class="mw-thumbnail-link">1,307 × 1,716 pixels</a>.</span></div></div>
<div class="fullMedia"><a href="https://rusefi.com/wiki/images/6/64/2001_accent_1_5_part2.png" class="internal" title="2001 accent 1 5 part2.png">Original file</a> <span class="fileInfo">(1,307 × 1,716 pixels, file size: 40 KB, MIME type: <span class="mime-type">image/png</span>)</span>
</div>
<div id="mw-imagepage-content" dir="ltr" class="mw-content-ltr" lang="en"><div class="mw-parser-output">
<!--
NewPP limit report
Cached time: 20200413111924
Cache expiry: 86400
Dynamic content: false
CPU time usage: 0.016 seconds
Real time usage: 0.016 seconds
Preprocessor visited node count: 0/1000000
Preprocessor generated node count: 2/1000000
Postexpand include size: 0/2097152 bytes
Template argument size: 0/2097152 bytes
Highest expansion depth: 0/40
Expensive parser function count: 0/100
Unstrip recursion depth: 0/20
Unstrip postexpand size: 0/5000000 bytes
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00% 0.000 1 -total
-->
<!-- Saved in parser cache with key db487573786-wiki_:pcache:idhash:945-0!canonical and timestamp 20200413111924 and revision id 3851
-->
</div></div><h2 id="filehistory">File history</h2>
<div id="mw-imagepage-section-filehistory">
<p>Click on a date/time to view the file as it appeared at that time.
</p>
<table class="wikitable filehistory">
<tbody><tr><th></th><th>Date/Time</th><th>Thumbnail</th><th>Dimensions</th><th>User</th><th>Comment</th></tr>
<tr><td>current</td><td class="filehistory-selected" style="white-space: nowrap;"><a href="https://rusefi.com/wiki/images/6/64/2001_accent_1_5_part2.png">01:37, 11 January 2019</a></td><td><a href="https://rusefi.com/wiki/images/6/64/2001_accent_1_5_part2.png"><img alt="Thumbnail for version as of 01:37, 11 January 2019" src="File%202001%20accent%201%205%20part2.png%20-%20rusEfi_files/91px-2001_accent_1_5_part2.png" width="91" height="120"></a></td><td>1,307 × 1,716 <span style="white-space: nowrap;">(40 KB)</span></td><td><a href="https://rusefi.com/wiki/index.php?title=User:Russian&amp;action=edit&amp;redlink=1" class="new mw-userlink" title="User:Russian (page does not exist)"><bdi>Russian</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="https://rusefi.com/wiki/index.php?title=User_talk:Russian&amp;action=edit&amp;redlink=1" class="new mw-usertoollinks-talk" title="User talk:Russian (page does not exist)">talk</a> | <a href="https://rusefi.com/wiki/index.php?title=Special:Contributions/Russian" class="mw-usertoollinks-contribs" title="Special:Contributions/Russian">contribs</a>)</span></span></td><td dir="ltr"></td></tr>
</tbody></table>
</div>
<ul>
<li id="mw-imagepage-upload-disallowed">You cannot overwrite this file.</li>
</ul>
<h2 id="filelinks">File usage</h2>
<div id="mw-imagepage-section-linkstoimage">
<p>The following page uses this file:
</p><ul class="mw-imagepage-linkstoimage">
<li class="mw-imagepage-linkstoimage-ns0"><a href="https://rusefi.com/wiki/index.php?title=Vehicle:Hyundai_Accent_2001" title="Vehicle:Hyundai Accent 2001">Vehicle:Hyundai Accent 2001</a></li>
</ul>
</div>
<h2 id="metadata">Metadata</h2>
<div class="mw-imagepage-section-metadata">This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.<table id="mw_metadata" class="mw_metadata collapsed">
<tbody><tr class="exif-xresolution mw-metadata-collapsible"><th>Horizontal resolution</th><td>118.11 dpc</td></tr><tr class="exif-yresolution mw-metadata-collapsible"><th>Vertical resolution</th><td>118.11 dpc</td></tr><tr class="exif-datetime mw-metadata-collapsible"><th>File change date and time</th><td>05:30, 11 January 2019</td></tr><tr class="exif-pngfilecomment mw-metadata-collapsible"><th>PNG file comment</th><td><ul class="metadata-langlist"><li class="mw-metadata-lang-default"><span class="mw-metadata-lang-value">Created with GIMP</span></li>
</ul></td></tr><tr class="mw-metadata-show-hide-extended"><td colspan="2"><a role="button" tabindex="0">Show extended details</a></td></tr></tbody></table>
</div>
</div> <div class="printfooter">
Retrieved from "<a dir="ltr" href="http://rusefi.com/wiki/index.php?title=File:2001_accent_1_5_part2.png&amp;oldid=3851">http://rusefi.com/wiki/index.php?title=File:2001_accent_1_5_part2.png&amp;oldid=3851</a>" </div>
<div id="catlinks" class="catlinks catlinks-allhidden" data-mw="interface"></div><div id="mw-data-after-content">
<div style="text-align:center;"><script async="" src="File%202001%20accent%201%205%20part2.png%20-%20rusEfi_files/adsbygoogle.js"></script>
<!-- Footer -->
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-1976924447074293" data-ad-slot="1886153567"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
</div>
<div class="visualClear"></div>
</div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
<div id="mw-head">
<div id="p-personal" role="navigation" class="" aria-labelledby="p-personal-label">
<h3 id="p-personal-label">Personal tools</h3>
<ul>
<li id="pt-uls" class="active"><a href="#" class="uls-trigger">English</a></li><li id="pt-createaccount"><a href="https://rusefi.com/wiki/index.php?title=Special:CreateAccount&amp;returnto=File%3A2001+accent+1+5+part2.png" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a href="https://rusefi.com/wiki/index.php?title=Special:UserLogin&amp;returnto=File%3A2001+accent+1+5+part2.png" title="You are encouraged to log in; however, it is not mandatory [Alt+Shift+o]" accesskey="o">Log in</a></li> </ul>
</div>
<div id="left-navigation">
<div id="p-namespaces" role="navigation" class="vectorTabs" aria-labelledby="p-namespaces-label">
<h3 id="p-namespaces-label">Namespaces</h3>
<ul>
<li id="ca-nstab-image" class="selected"><span><a href="https://rusefi.com/wiki/index.php?title=File:2001_accent_1_5_part2.png" title="View the file page [Alt+Shift+c]" accesskey="c">File</a></span></li><li id="ca-talk" class="new"><span><a href="https://rusefi.com/wiki/index.php?title=File_talk:2001_accent_1_5_part2.png&amp;action=edit&amp;redlink=1" rel="discussion" title="Discussion about the content page (page does not exist) [Alt+Shift+t]" accesskey="t">Discussion</a></span></li> </ul>
</div>
<div id="p-variants" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-variants-label">
<input type="checkbox" class="vectorMenuCheckbox webfonts-changed" aria-labelledby="p-variants-label">
<h3 id="p-variants-label">
<span>Variants</span>
</h3>
<div class="menu">
<ul>
</ul>
</div>
</div>
</div>
<div id="right-navigation">
<div id="p-views" role="navigation" class="vectorTabs" aria-labelledby="p-views-label">
<h3 id="p-views-label">Views</h3>
<ul>
<li id="ca-view" class="collapsible selected"><span><a href="https://rusefi.com/wiki/index.php?title=File:2001_accent_1_5_part2.png">Read</a></span></li><li id="ca-viewsource" class="collapsible"><span><a href="https://rusefi.com/wiki/index.php?title=File:2001_accent_1_5_part2.png&amp;action=edit" title="This page is protected.
You can view its source [Alt+Shift+e]" accesskey="e">View source</a></span></li><li id="ca-history" class="collapsible"><span><a href="https://rusefi.com/wiki/index.php?title=File:2001_accent_1_5_part2.png&amp;action=history" title="Past revisions of this page [Alt+Shift+h]" accesskey="h">View history</a></span></li> </ul>
</div>
<div id="p-cactions" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-cactions-label" style="">
<input type="checkbox" class="vectorMenuCheckbox webfonts-changed" aria-labelledby="p-cactions-label">
<h3 id="p-cactions-label"><span>More</span></h3>
<div class="menu">
<ul>
</ul>
</div>
</div>
<div id="p-search" role="search">
<h3>
<label for="searchInput">Search</label>
</h3>
<form action="/wiki/index.php" id="searchform">
<div id="simpleSearch">
<input type="search" name="search" placeholder="Search rusEfi" title="Search rusEfi [Alt+Shift+f]" accesskey="f" id="searchInput" tabindex="1" autocomplete="off" class="webfonts-changed"><input type="hidden" value="Special:Search" name="title" class="webfonts-changed"><input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton webfonts-changed"> </div>
</form>
</div>
</div>
</div>
<div id="mw-panel">
<div id="p-logo" role="banner"><a class="mw-wiki-logo" href="https://rusefi.com/wiki/index.php?title=Main_Page" title="Visit the main page"></a></div>
<div class="portal" role="navigation" id="p-navigation" aria-labelledby="p-navigation-label">
<h3 id="p-navigation-label">Navigation</h3>
<div class="body">
<ul>
</ul>
</div>
</div>
<div class="portal" role="navigation" id="p-First_time_visitors" aria-labelledby="p-First_time_visitors-label">
<h3 id="p-First_time_visitors-label">First time visitors</h3>
<div class="body">
<ul>
<li id="n-Main-Page"><a href="https://rusefi.com/wiki/index.php?title=Main_Page">Main Page</a></li><li id="n-About"><a href="https://rusefi.com/wiki/index.php?title=RusEfi:About">About</a></li><li id="n-Status:-GA"><a href="https://rusefi.com/wiki/index.php?title=Manual:Current_Status">Status: GA</a></li><li id="n-Project-License"><a href="https://rusefi.com/wiki/index.php?title=License:general">Project License</a></li> </ul>
</div>
</div>
<div class="portal" role="navigation" id="p-rusEFI_users" aria-labelledby="p-rusEFI_users-label">
<h3 id="p-rusEFI_users-label">rusEFI users</h3>
<div class="body">
<ul>
<li id="n-Start-a-project"><a href="https://rusefi.com/wiki/index.php?title=Manual:Start-a-project/en">Start a project</a></li><li id="n-How-to-get-it"><a href="https://rusefi.com/wiki/index.php?title=Manual:Get-it/en">How to get it</a></li><li id="n-rusEFI-store---www"><a href="https://www.tindie.com/stores/russian/" rel="nofollow">rusEFI store - www</a></li><li id="n-Hard-U-Manual"><a href="https://rusefi.com/wiki/index.php?title=Manual:Hardware:User/en">Hard U Manual</a></li><li id="n-Soft-U-Manual"><a href="https://rusefi.com/wiki/index.php?title=Manual:Software:User/en">Soft U Manual</a></li><li id="n-Support---wiki"><a href="https://rusefi.com/wiki/index.php?title=Manual:Support">Support - wiki</a></li><li id="n-EFI-Acronym"><a href="https://rusefi.com/wiki/index.php?title=Engine:acronym-phrases">EFI Acronym</a></li><li id="n-FORUM---www"><a href="http://rusefi.com/forum/index.php" rel="nofollow">FORUM - www</a></li><li id="n-Changelog---www"><a href="https://github.com/rusefi/rusefi/blob/master/README.md" rel="nofollow">Changelog - www</a></li> </ul>
</div>
</div>
<div class="portal" role="navigation" id="p-Developers" aria-labelledby="p-Developers-label">
<h3 id="p-Developers-label">Developers</h3>
<div class="body">
<ul>
<li id="n-Hardware-guide"><a href="https://rusefi.com/wiki/index.php?title=Manual:Hardware">Hardware guide</a></li><li id="n-Software-guide"><a href="https://rusefi.com/wiki/index.php?title=Development:Source_code_intro">Software guide</a></li><li id="n-github---www"><a href="https://github.com/rusefi/rusefi" rel="nofollow">github - www</a></li><li id="n-Issue-tracker---www"><a href="https://github.com/rusefi/rusefi/issues" rel="nofollow">Issue tracker - www</a></li><li id="n-TODO"><a href="https://rusefi.com/wiki/index.php?title=Development:TODO">TODO</a></li><li id="n-FORUM---www"><a href="http://rusefi.com/forum/index.php" rel="nofollow">FORUM - www</a></li> </ul>
</div>
</div>
<div class="portal" role="navigation" id="p-Misc" aria-labelledby="p-Misc-label">
<h3 id="p-Misc-label">Misc</h3>
<div class="body">
<ul>
<li id="n-All-pages"><a href="https://rusefi.com/wiki/index.php?title=Special:AllPages">All pages</a></li><li id="n-Sand-Box"><a href="https://rusefi.com/wiki/index.php?title=Sand_Box">Sand Box</a></li><li id="n-recentchanges"><a href="https://rusefi.com/wiki/index.php?title=Special:RecentChanges" title="A list of recent changes in the wiki [Alt+Shift+r]" accesskey="r">Recent changes</a></li><li id="n-Wiki-formatting---www"><a href="http://www.mediawiki.org/wiki/Help:Formatting">Wiki formatting - www</a></li><li id="n-Template"><a href="https://rusefi.com/wiki/index.php?title=Template_page">Template</a></li> </ul>
</div>
</div>
<div class="portal" role="navigation" id="p-tb" aria-labelledby="p-tb-label">
<h3 id="p-tb-label">Tools</h3>
<div class="body">
<ul>
<li id="t-whatlinkshere"><a href="https://rusefi.com/wiki/index.php?title=Special:WhatLinksHere/File:2001_accent_1_5_part2.png" title="A list of all wiki pages that link here [Alt+Shift+j]" accesskey="j">What links here</a></li><li id="t-recentchangeslinked"><a href="https://rusefi.com/wiki/index.php?title=Special:RecentChangesLinked/File:2001_accent_1_5_part2.png" rel="nofollow" title="Recent changes in pages linked from this page [Alt+Shift+k]" accesskey="k">Related changes</a></li><li id="t-specialpages"><a href="https://rusefi.com/wiki/index.php?title=Special:SpecialPages" title="A list of all special pages [Alt+Shift+q]" accesskey="q">Special pages</a></li><li id="t-print"><a href="https://rusefi.com/wiki/index.php?title=File:2001_accent_1_5_part2.png&amp;printable=yes" rel="alternate" title="Printable version of this page [Alt+Shift+p]" accesskey="p">Printable version</a></li><li id="t-permalink"><a href="https://rusefi.com/wiki/index.php?title=File:2001_accent_1_5_part2.png&amp;oldid=3851" title="Permanent link to this revision of the page">Permanent link</a></li><li id="t-info"><a href="https://rusefi.com/wiki/index.php?title=File:2001_accent_1_5_part2.png&amp;action=info" title="More information about this page">Page information</a></li> </ul>
</div>
</div>
</div>
</div>
<div id="footer" role="contentinfo">
<ul id="footer-info">
<li id="footer-info-lastmod"> This page was last edited on 11 January 2019, at 01:37.</li>
</ul>
<ul id="footer-places">
<li id="footer-places-privacy"><a href="https://rusefi.com/wiki/index.php?title=RusEfi:Privacy_policy" title="RusEfi:Privacy policy">Privacy policy</a></li>
<li id="footer-places-about"><a href="https://rusefi.com/wiki/index.php?title=RusEfi:About" title="RusEfi:About">About rusEfi</a></li>
<li id="footer-places-disclaimer"><a href="https://rusefi.com/wiki/index.php?title=RusEfi:General_disclaimer" title="RusEfi:General disclaimer">Disclaimers</a></li>
</ul>
<ul id="footer-icons" class="noprint">
<li id="footer-poweredbyico">
<a href="https://www.mediawiki.org/"><img src="File%202001%20accent%201%205%20part2.png%20-%20rusEfi_files/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/wiki/resources/assets/poweredby_mediawiki_132x47.png 1.5x, /wiki/resources/assets/poweredby_mediawiki_176x62.png 2x" width="88" height="31"></a> </li>
</ul>
<div style="clear: both;"></div>
</div>
<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.016","walltime":"0.016","ppvisitednodes":{"value":0,"limit":1000000},"ppgeneratednodes":{"value":2,"limit":1000000},"postexpandincludesize":{"value":0,"limit":2097152},"templateargumentsize":{"value":0,"limit":2097152},"expansiondepth":{"value":0,"limit":40},"expensivefunctioncount":{"value":0,"limit":100},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":0,"limit":5000000},"timingprofile":["100.00% 0.000 1 -total"]},"cachereport":{"timestamp":"20200413111924","ttl":86400,"transientcontent":false}}});});</script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script><script src="File%202001%20accent%201%205%20part2.png%20-%20rusEfi_files/ga.js" type="text/javascript"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-43478022-1");
pageTracker._trackPageview();
</script>
<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":469});});</script>
<div style="display: none; font-size: 13px;" class="suggestions"><div class="suggestions-results"></div><div class="suggestions-special"></div></div></body><!-- Cached 20200413111925 --></html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,45 @@
function isCompatible(str){var ua=str||navigator.userAgent;return!!((function(){'use strict';return!this&&Function.prototype.bind&&window.JSON;}())&&'querySelector'in document&&'localStorage'in window&&'addEventListener'in window&&!ua.match(/MSIE 10|webOS\/1\.[0-4]|SymbianOS|Series60|NetFront|Opera Mini|S40OviBrowser|MeeGo|Android.+Glass|^Mozilla\/5\.0 .+ Gecko\/$|googleweblight|PLAYSTATION|PlayStation/));}if(!isCompatible()){document.documentElement.className=document.documentElement.className.replace(/(^|\s)client-js(\s|$)/,'$1client-nojs$2');while(window.NORLQ&&window.NORLQ[0]){window.NORLQ.shift()();}window.NORLQ={push:function(fn){fn();}};window.RLQ={push:function(){}};}else{if(window.performance&&performance.mark){performance.mark('mwStartup');}(function(){'use strict';var mw,StringSet,log,trackQueue=[];function fnv132(str){var hash=0x811C9DC5,i;for(i=0;i<str.length;i++){hash+=(hash<<1)+(hash<<4)+(hash<<7)+(hash<<8)+(hash<<24);hash^=str.charCodeAt(i);}hash=(hash>>>0).toString(36)
;while(hash.length<7){hash='0'+hash;}return hash;}function defineFallbacks(){StringSet=window.Set||function StringSet(){var set=Object.create(null);this.add=function(value){set[value]=!0;};this.has=function(value){return value in set;};};}function setGlobalMapValue(map,key,value){map.values[key]=value;log.deprecate(window,key,value,map===mw.config&&'Use mw.config instead.');}function logError(topic,data){var msg,e=data.exception,source=data.source,module=data.module,console=window.console;if(console&&console.log){msg=(e?'Exception':'Error')+' in '+source;if(module){msg+=' in module '+module;}msg+=(e?':':'.');console.log(msg);if(e&&console.warn){console.warn(e);}}}function Map(global){this.values=Object.create(null);if(global===true){this.set=function(selection,value){var s;if(arguments.length>1){if(typeof selection!=='string'){return false;}setGlobalMapValue(this,selection,value);return true;}if(typeof selection==='object'){for(s in selection){setGlobalMapValue(this,s,selection[s]);}
return true;}return false;};}}Map.prototype={constructor:Map,get:function(selection,fallback){var results,i;fallback=arguments.length>1?fallback:null;if(Array.isArray(selection)){results={};for(i=0;i<selection.length;i++){if(typeof selection[i]==='string'){results[selection[i]]=selection[i]in this.values?this.values[selection[i]]:fallback;}}return results;}if(typeof selection==='string'){return selection in this.values?this.values[selection]:fallback;}if(selection===undefined){results={};for(i in this.values){results[i]=this.values[i];}return results;}return fallback;},set:function(selection,value){var s;if(arguments.length>1){if(typeof selection!=='string'){return false;}this.values[selection]=value;return true;}if(typeof selection==='object'){for(s in selection){this.values[s]=selection[s];}return true;}return false;},exists:function(selection){var i;if(Array.isArray(selection)){for(i=0;i<selection.length;i++){if(typeof selection[i]!=='string'||!(selection[i]in this.values)){return false
;}}return true;}return typeof selection==='string'&&selection in this.values;}};defineFallbacks();log=(function(){var log=function(){},console=window.console;log.warn=console&&console.warn?Function.prototype.bind.call(console.warn,console):function(){};log.error=console&&console.error?Function.prototype.bind.call(console.error,console):function(){};log.deprecate=function(obj,key,val,msg,logName){var stacks;function maybeLog(){var name,trace=new Error().stack;if(!stacks){stacks=new StringSet();}if(!stacks.has(trace)){stacks.add(trace);name=logName||key;mw.track('mw.deprecate',name);mw.log.warn('Use of "'+name+'" is deprecated.'+(msg?(' '+msg):''));}}try{Object.defineProperty(obj,key,{configurable:!0,enumerable:!0,get:function(){maybeLog();return val;},set:function(newVal){maybeLog();val=newVal;}});}catch(err){obj[key]=val;}};return log;}());mw={redefineFallbacksForTest:function(){if(!window.QUnit){throw new Error('Reset not allowed outside unit tests');}defineFallbacks();},now:
function(){var perf=window.performance,navStart=perf&&perf.timing&&perf.timing.navigationStart;mw.now=navStart&&typeof perf.now==='function'?function(){return navStart+perf.now();}:Date.now;return mw.now();},trackQueue:trackQueue,track:function(topic,data){trackQueue.push({topic:topic,timeStamp:mw.now(),data:data});},trackError:function(topic,data){mw.track(topic,data);logError(topic,data);},Map:Map,config:null,libs:{},legacy:{},messages:new Map(),templates:new Map(),log:log,loader:(function(){var registry=Object.create(null),sources=Object.create(null),handlingPendingRequests=!1,pendingRequests=[],queue=[],jobs=[],willPropagate=!1,errorModules=[],baseModules=["jquery","mediawiki.base"],marker=document.querySelector('meta[name="ResourceLoaderDynamicStyles"]'),nextCssBuffer,rAF=window.requestAnimationFrame||setTimeout;function newStyleTag(text,nextNode){var el=document.createElement('style');el.appendChild(document.createTextNode(text));if(nextNode&&nextNode.parentNode){nextNode.
parentNode.insertBefore(el,nextNode);}else{document.head.appendChild(el);}return el;}function flushCssBuffer(cssBuffer){var i;cssBuffer.active=!1;newStyleTag(cssBuffer.cssText,marker);for(i=0;i<cssBuffer.callbacks.length;i++){cssBuffer.callbacks[i]();}}function addEmbeddedCSS(cssText,callback){if(!nextCssBuffer||nextCssBuffer.active===false||cssText.slice(0,'@import'.length)==='@import'){nextCssBuffer={cssText:'',callbacks:[],active:null};}nextCssBuffer.cssText+='\n'+cssText;nextCssBuffer.callbacks.push(callback);if(nextCssBuffer.active===null){nextCssBuffer.active=!0;rAF(flushCssBuffer.bind(null,nextCssBuffer));}}function getCombinedVersion(modules){var hashes=modules.reduce(function(result,module){return result+registry[module].version;},'');return fnv132(hashes);}function allReady(modules){var i;for(i=0;i<modules.length;i++){if(mw.loader.getState(modules[i])!=='ready'){return false;}}return true;}function allWithImplicitReady(module){return allReady(registry[module].
dependencies)&&(baseModules.indexOf(module)!==-1||allReady(baseModules));}function anyFailed(modules){var i,state;for(i=0;i<modules.length;i++){state=mw.loader.getState(modules[i]);if(state==='error'||state==='missing'){return true;}}return false;}function doPropagation(){var errorModule,baseModuleError,module,i,failed,job,didPropagate=!0;do{didPropagate=!1;while(errorModules.length){errorModule=errorModules.shift();baseModuleError=baseModules.indexOf(errorModule)!==-1;for(module in registry){if(registry[module].state!=='error'&&registry[module].state!=='missing'){if(baseModuleError&&baseModules.indexOf(module)===-1){registry[module].state='error';didPropagate=!0;}else if(registry[module].dependencies.indexOf(errorModule)!==-1){registry[module].state='error';errorModules.push(module);didPropagate=!0;}}}}for(module in registry){if(registry[module].state==='loaded'&&allWithImplicitReady(module)){execute(module);didPropagate=!0;}}for(i=0;i<jobs.length;i++){job=jobs[i];failed=
anyFailed(job.dependencies);if(failed||allReady(job.dependencies)){jobs.splice(i,1);i-=1;try{if(failed&&job.error){job.error(new Error('Module has failed dependencies'),job.dependencies);}else if(!failed&&job.ready){job.ready();}}catch(e){mw.trackError('resourceloader.exception',{exception:e,source:'load-callback'});}didPropagate=!0;}}}while(didPropagate);willPropagate=!1;}function requestPropagation(){if(willPropagate){return;}willPropagate=!0;mw.requestIdleCallback(doPropagation,{timeout:1});}function setAndPropagate(module,state){registry[module].state=state;if(state==='loaded'||state==='ready'||state==='error'||state==='missing'){if(state==='ready'){mw.loader.store.add(module);}else if(state==='error'||state==='missing'){errorModules.push(module);}requestPropagation();}}function sortDependencies(module,resolved,unresolved){var i,deps,skip;if(!(module in registry)){throw new Error('Unknown dependency: '+module);}if(registry[module].skip!==null){skip=new Function(registry[
module].skip);registry[module].skip=null;if(skip()){registry[module].skipped=!0;registry[module].dependencies=[];setAndPropagate(module,'ready');return;}}if(resolved.indexOf(module)!==-1){return;}if(!unresolved){unresolved=new StringSet();}if(baseModules.indexOf(module)===-1){baseModules.forEach(function(baseModule){if(resolved.indexOf(baseModule)===-1){resolved.push(baseModule);}});}deps=registry[module].dependencies;unresolved.add(module);for(i=0;i<deps.length;i++){if(resolved.indexOf(deps[i])===-1){if(unresolved.has(deps[i])){throw new Error('Circular reference detected: '+module+' -> '+deps[i]);}sortDependencies(deps[i],resolved,unresolved);}}resolved.push(module);}function resolve(modules){var i,resolved=[];for(i=0;i<modules.length;i++){sortDependencies(modules[i],resolved);}return resolved;}function resolveStubbornly(modules){var i,saved,resolved=[];for(i=0;i<modules.length;i++){saved=resolved.slice();try{sortDependencies(modules[i],resolved);}catch(err){resolved=saved;mw.
trackError('resourceloader.exception',{exception:err,source:'resolve'});}}return resolved;}function addScript(src,callback){var script=document.createElement('script');script.src=src;script.onload=script.onerror=function(){if(script.parentNode){script.parentNode.removeChild(script);}script=null;if(callback){callback();callback=null;}};document.head.appendChild(script);}function queueModuleScript(src,moduleName,callback){pendingRequests.push(function(){if(moduleName!=='jquery'){window.require=mw.loader.require;window.module=registry[moduleName].module;}addScript(src,function(){delete window.module;callback();if(pendingRequests[0]){pendingRequests.shift()();}else{handlingPendingRequests=!1;}});});if(!handlingPendingRequests&&pendingRequests[0]){handlingPendingRequests=!0;pendingRequests.shift()();}}function addLink(media,url){var el=document.createElement('link');el.rel='stylesheet';if(media&&media!=='all'){el.media=media;}el.href=url;if(marker&&marker.parentNode){marker.parentNode.
insertBefore(el,marker);}else{document.head.appendChild(el);}}function domEval(code){var script=document.createElement('script');if(mw.config.get('wgCSPNonce')!==false){script.nonce=mw.config.get('wgCSPNonce');}script.text=code;document.head.appendChild(script);script.parentNode.removeChild(script);}function enqueue(dependencies,ready,error){if(allReady(dependencies)){if(ready!==undefined){ready();}return;}if(anyFailed(dependencies)){if(error!==undefined){error(new Error('One or more dependencies failed to load'),dependencies);}return;}if(ready!==undefined||error!==undefined){jobs.push({dependencies:dependencies.filter(function(module){var state=registry[module].state;return state==='registered'||state==='loaded'||state==='loading'||state==='executing';}),ready:ready,error:error});}dependencies.forEach(function(module){if(registry[module].state==='registered'&&queue.indexOf(module)===-1){if(registry[module].group==='private'){setAndPropagate(module,'error');return;}queue.push(module);}
});mw.loader.work();}function execute(module){var key,value,media,i,urls,cssHandle,siteDeps,siteDepErr,runScript,cssPending=0;if(registry[module].state!=='loaded'){throw new Error('Module in state "'+registry[module].state+'" may not be executed: '+module);}registry[module].state='executing';runScript=function(){var script,markModuleReady,nestedAddScript;script=registry[module].script;markModuleReady=function(){setAndPropagate(module,'ready');};nestedAddScript=function(arr,callback,i){if(i>=arr.length){callback();return;}queueModuleScript(arr[i],module,function(){nestedAddScript(arr,callback,i+1);});};try{if(Array.isArray(script)){nestedAddScript(script,markModuleReady,0);}else if(typeof script==='function'){if(module==='jquery'){script();}else{script(window.$,window.$,mw.loader.require,registry[module].module);}markModuleReady();}else if(typeof script==='string'){domEval(script);markModuleReady();}else{markModuleReady();}}catch(e){setAndPropagate(module,'error');mw.trackError(
'resourceloader.exception',{exception:e,module:module,source:'module-execute'});}};if(registry[module].messages){mw.messages.set(registry[module].messages);}if(registry[module].templates){mw.templates.set(module,registry[module].templates);}cssHandle=function(){cssPending++;return function(){var runScriptCopy;cssPending--;if(cssPending===0){runScriptCopy=runScript;runScript=undefined;runScriptCopy();}};};if(registry[module].style){for(key in registry[module].style){value=registry[module].style[key];media=undefined;if(key!=='url'&&key!=='css'){if(typeof value==='string'){addEmbeddedCSS(value,cssHandle());}else{media=key;key='bc-url';}}if(Array.isArray(value)){for(i=0;i<value.length;i++){if(key==='bc-url'){addLink(media,value[i]);}else if(key==='css'){addEmbeddedCSS(value[i],cssHandle());}}}else if(typeof value==='object'){for(media in value){urls=value[media];for(i=0;i<urls.length;i++){addLink(media,urls[i]);}}}}}if(module==='user'){try{siteDeps=resolve(['site']);}catch(e){siteDepErr=e;
runScript();}if(siteDepErr===undefined){enqueue(siteDeps,runScript,runScript);}}else if(cssPending===0){runScript();}}function sortQuery(o){var key,sorted={},a=[];for(key in o){a.push(key);}a.sort();for(key=0;key<a.length;key++){sorted[a[key]]=o[a[key]];}return sorted;}function buildModulesString(moduleMap){var p,prefix,str=[],list=[];function restore(suffix){return p+suffix;}for(prefix in moduleMap){p=prefix===''?'':prefix+'.';str.push(p+moduleMap[prefix].join(','));list.push.apply(list,moduleMap[prefix].map(restore));}return{str:str.join('|'),list:list};}function resolveIndexedDependencies(modules){var i,j,deps;function resolveIndex(dep){return typeof dep==='number'?modules[dep][0]:dep;}for(i=0;i<modules.length;i++){deps=modules[i][2];if(deps){for(j=0;j<deps.length;j++){deps[j]=resolveIndex(deps[j]);}}}}function makeQueryString(params){return Object.keys(params).map(function(key){return encodeURIComponent(key)+'='+encodeURIComponent(params[key]);}).join('&');}function batchRequest(
batch){var reqBase,splits,maxQueryLength,b,bSource,bGroup,source,group,i,modules,sourceLoadScript,currReqBase,currReqBaseLength,moduleMap,currReqModules,l,lastDotIndex,prefix,suffix,bytesAdded;function doRequest(){var query=Object.create(currReqBase),packed=buildModulesString(moduleMap);query.modules=packed.str;query.version=getCombinedVersion(packed.list);query=sortQuery(query);addScript(sourceLoadScript+'?'+makeQueryString(query));}if(!batch.length){return;}batch.sort();reqBase={skin:mw.config.get('skin'),lang:mw.config.get('wgUserLanguage'),debug:mw.config.get('debug')};maxQueryLength=mw.config.get('wgResourceLoaderMaxQueryLength',2000);splits=Object.create(null);for(b=0;b<batch.length;b++){bSource=registry[batch[b]].source;bGroup=registry[batch[b]].group;if(!splits[bSource]){splits[bSource]=Object.create(null);}if(!splits[bSource][bGroup]){splits[bSource][bGroup]=[];}splits[bSource][bGroup].push(batch[b]);}for(source in splits){sourceLoadScript=sources[source];for(group in splits[
source]){modules=splits[source][group];currReqBase=Object.create(reqBase);if(group==='user'&&mw.config.get('wgUserName')!==null){currReqBase.user=mw.config.get('wgUserName');}currReqBaseLength=makeQueryString(currReqBase).length+25;l=currReqBaseLength;moduleMap=Object.create(null);currReqModules=[];for(i=0;i<modules.length;i++){lastDotIndex=modules[i].lastIndexOf('.');prefix=modules[i].substr(0,lastDotIndex);suffix=modules[i].slice(lastDotIndex+1);bytesAdded=moduleMap[prefix]?suffix.length+3:modules[i].length+3;if(maxQueryLength>0&&currReqModules.length&&l+bytesAdded>maxQueryLength){doRequest();l=currReqBaseLength;moduleMap=Object.create(null);currReqModules=[];mw.track('resourceloader.splitRequest',{maxQueryLength:maxQueryLength});}if(!moduleMap[prefix]){moduleMap[prefix]=[];}l+=bytesAdded;moduleMap[prefix].push(suffix);currReqModules.push(modules[i]);}if(currReqModules.length){doRequest();}}}}function asyncEval(implementations,cb){if(!implementations.length){return;}mw.
requestIdleCallback(function(){try{domEval(implementations.join(';'));}catch(err){cb(err);}});}function getModuleKey(module){return module in registry?(module+'@'+registry[module].version):null;}function splitModuleKey(key){var index=key.indexOf('@');if(index===-1){return{name:key,version:''};}return{name:key.slice(0,index),version:key.slice(index+1)};}function registerOne(module,version,dependencies,group,source,skip){if(module in registry){throw new Error('module already registered: '+module);}registry[module]={module:{exports:{}},version:String(version||''),dependencies:dependencies||[],group:typeof group==='string'?group:null,source:typeof source==='string'?source:'local',state:'registered',skip:typeof skip==='string'?skip:null};}return{moduleRegistry:registry,addStyleTag:newStyleTag,enqueue:enqueue,resolve:resolve,work:function(){var q,batch,implementations,sourceModules;batch=[];for(q=0;q<queue.length;q++){if(queue[q]in registry&&registry[queue[q]].state==='registered'){if(batch.
indexOf(queue[q])===-1){batch.push(queue[q]);registry[queue[q]].state='loading';}}}queue=[];if(!batch.length){return;}mw.loader.store.init();if(mw.loader.store.enabled){implementations=[];sourceModules=[];batch=batch.filter(function(module){var implementation=mw.loader.store.get(module);if(implementation){implementations.push(implementation);sourceModules.push(module);return false;}return true;});asyncEval(implementations,function(err){var failed;mw.loader.store.stats.failed++;mw.loader.store.clear();mw.trackError('resourceloader.exception',{exception:err,source:'store-eval'});failed=sourceModules.filter(function(module){return registry[module].state==='loading';});batchRequest(failed);});}batchRequest(batch);},addSource:function(ids){var id;for(id in ids){if(id in sources){throw new Error('source already registered: '+id);}sources[id]=ids[id];}},register:function(modules){var i;if(typeof modules==='object'){resolveIndexedDependencies(modules);for(i=0;i<modules.length;i++){registerOne.
apply(null,modules[i]);}}else{registerOne.apply(null,arguments);}},implement:function(module,script,style,messages,templates){var split=splitModuleKey(module),name=split.name,version=split.version;if(!(name in registry)){mw.loader.register(name);}if(registry[name].script!==undefined){throw new Error('module already implemented: '+name);}if(version){registry[name].version=version;}registry[name].script=script||null;registry[name].style=style||null;registry[name].messages=messages||null;registry[name].templates=templates||null;if(registry[name].state!=='error'&&registry[name].state!=='missing'){setAndPropagate(name,'loaded');}},load:function(modules,type){var filtered,l;if(typeof modules==='string'){if(/^(https?:)?\/?\//.test(modules)){if(type==='text/css'){l=document.createElement('link');l.rel='stylesheet';l.href=modules;document.head.appendChild(l);return;}if(type==='text/javascript'||type===undefined){addScript(modules);return;}throw new Error(
'invalid type for external url, must be text/css or text/javascript. not '+type);}modules=[modules];}filtered=modules.filter(function(module){var state=mw.loader.getState(module);return state!=='error'&&state!=='missing';});filtered=resolveStubbornly(filtered);enqueue(filtered,undefined,undefined);},state:function(states){var module,state;for(module in states){state=states[module];if(!(module in registry)){mw.loader.register(module);}setAndPropagate(module,state);}},getVersion:function(module){return module in registry?registry[module].version:null;},getState:function(module){return module in registry?registry[module].state:null;},getModuleNames:function(){return Object.keys(registry);},require:function(moduleName){var state=mw.loader.getState(moduleName);if(state!=='ready'){throw new Error('Module "'+moduleName+'" is not loaded.');}return registry[moduleName].module.exports;},store:{enabled:null,MODULE_SIZE_MAX:100*1000,items:{},queue:[],stats:{hits:0,misses:0,expired:0,failed:0},
toJSON:function(){return{items:mw.loader.store.items,vary:mw.loader.store.getVary()};},getStoreKey:function(){return'MediaWikiModuleStore:'+mw.config.get('wgDBname');},getVary:function(){return mw.config.get('skin')+':'+mw.config.get('wgResourceLoaderStorageVersion')+':'+mw.config.get('wgUserLanguage');},init:function(){var raw,data;if(this.enabled!==null){return;}if(/Firefox/.test(navigator.userAgent)||!mw.config.get('wgResourceLoaderStorageEnabled')){this.clear();this.enabled=!1;return;}if(mw.config.get('debug')){this.enabled=!1;return;}try{raw=localStorage.getItem(this.getStoreKey());this.enabled=!0;data=JSON.parse(raw);if(data&&typeof data.items==='object'&&data.vary===this.getVary()){this.items=data.items;return;}}catch(e){mw.trackError('resourceloader.exception',{exception:e,source:'store-localstorage-init'});}if(raw===undefined){this.enabled=!1;}},get:function(module){var key;if(!this.enabled){return false;}key=getModuleKey(module);if(key in this.items){this.stats.
hits++;return this.items[key];}this.stats.misses++;return false;},add:function(module){if(!this.enabled){return;}this.queue.push(module);this.requestUpdate();},set:function(module){var key,args,src,descriptor=mw.loader.moduleRegistry[module];key=getModuleKey(module);if(key in this.items||!descriptor||descriptor.state!=='ready'||!descriptor.version||descriptor.group==='private'||descriptor.group==='user'||[descriptor.script,descriptor.style,descriptor.messages,descriptor.templates].indexOf(undefined)!==-1){return;}try{args=[JSON.stringify(key),typeof descriptor.script==='function'?String(descriptor.script):JSON.stringify(descriptor.script),JSON.stringify(descriptor.style),JSON.stringify(descriptor.messages),JSON.stringify(descriptor.templates)];}catch(e){mw.trackError('resourceloader.exception',{exception:e,source:'store-localstorage-json'});return;}src='mw.loader.implement('+args.join(',')+');';if(src.length>this.MODULE_SIZE_MAX){return;}this.items[key]=src;},prune:function(){var key,
module;for(key in this.items){module=key.slice(0,key.indexOf('@'));if(getModuleKey(module)!==key){this.stats.expired++;delete this.items[key];}else if(this.items[key].length>this.MODULE_SIZE_MAX){delete this.items[key];}}},clear:function(){this.items={};try{localStorage.removeItem(this.getStoreKey());}catch(e){}},requestUpdate:(function(){var hasPendingWrites=!1;function flushWrites(){var data,key;mw.loader.store.prune();while(mw.loader.store.queue.length){mw.loader.store.set(mw.loader.store.queue.shift());}key=mw.loader.store.getStoreKey();try{localStorage.removeItem(key);data=JSON.stringify(mw.loader.store);localStorage.setItem(key,data);}catch(e){mw.trackError('resourceloader.exception',{exception:e,source:'store-localstorage-update'});}hasPendingWrites=!1;}function onTimeout(){mw.requestIdleCallback(flushWrites);}return function(){if(!hasPendingWrites){hasPendingWrites=!0;setTimeout(onTimeout,2000);}};}())}};}()),user:{options:new Map(),tokens:new Map()},widgets:{}};window.
mw=window.mediaWiki=mw;}());(function(){var maxBusy=50;mw.requestIdleCallbackInternal=function(callback){setTimeout(function(){var start=mw.now();callback({didTimeout:!1,timeRemaining:function(){return Math.max(0,maxBusy-(mw.now()-start));}});},1);};mw.requestIdleCallback=window.requestIdleCallback?window.requestIdleCallback.bind(window):mw.requestIdleCallbackInternal;}());(function(){mw.config=new mw.Map(true);mw.loader.addSource({"local":"/wiki/load.php"});mw.loader.register([["site","1iwggir",[1]],["site.styles","0mc0ao1",[],"site"],["noscript","0r22l1o",[],"noscript"],["filepage","1yjvhwj"],["user.groups","1wjvpdp",[5]],["user","0k1cuul",[],"user"],["user.styles","08fimpv",[],"user"],["user.defaults","0rjo85c"],["user.options","0r5ungb",[7],"private"],["user.tokens","0tffind",[],"private"],["mediawiki.skinning.elements","1m709v7"],["mediawiki.skinning.content","0hjfsz3"],["mediawiki.skinning.interface","03ahq0o"],["jquery.makeCollapsible.styles","1uhxogk"],[
"mediawiki.skinning.content.parsoid","0bre9zp"],["mediawiki.skinning.content.externallinks","0ys4sw1"],["jquery","1hra4ln"],["mediawiki.base","007pynj",[16]],["mediawiki.legacy.wikibits","0h66esm",[16]],["jquery.accessKeyLabel","1ocyuac",[25,128]],["jquery.async","02xtsz9"],["jquery.byteLength","0hscdsl",[129]],["jquery.byteLimit","1wjvpdp",[37]],["jquery.checkboxShiftClick","0ut9fx2"],["jquery.chosen","0rnq417"],["jquery.client","1dcrz6x"],["jquery.color","0sc23ww",[27]],["jquery.colorUtil","1njtoga"],["jquery.confirmable","0jpilys",[174]],["jquery.cookie","14spmf1"],["jquery.form","0bzdfr7"],["jquery.fullscreen","0w5nm2b"],["jquery.getAttrs","1ms7eii"],["jquery.hidpi","0c00aux"],["jquery.highlightText","0gfpxi1",[128]],["jquery.hoverIntent","0t5or5x"],["jquery.i18n","1duxvj0",[173]],["jquery.lengthLimit","0jkf0cj",[129]],["jquery.localize","0hf5esh"],["jquery.makeCollapsible","0dp8dte",[13]],["jquery.mockjax","0wyus66"],["jquery.mw-jump","16t49x3"],["jquery.qunit","07bu0vb"],[
"jquery.spinner","0u912gk"],["jquery.jStorage","16ywa17"],["jquery.suggestions","0d9j7pl",[34]],["jquery.tabIndex","13kikah"],["jquery.tablesorter","1wg2j4m",[128,175]],["jquery.textSelection","1d2h6t1",[25]],["jquery.throttle-debounce","0nmngga"],["jquery.xmldom","14khllx"],["jquery.tipsy","1viyje5"],["jquery.ui.core","1hufv0d",[53],"jquery.ui"],["jquery.ui.core.styles","07fpsqz",[],"jquery.ui"],["jquery.ui.accordion","0f9oeal",[52,72],"jquery.ui"],["jquery.ui.autocomplete","0ony4uo",[61],"jquery.ui"],["jquery.ui.button","07m86df",[52,72],"jquery.ui"],["jquery.ui.datepicker","1yxnu01",[52],"jquery.ui"],["jquery.ui.dialog","0w6zbae",[56,59,63,65],"jquery.ui"],["jquery.ui.draggable","0b136fx",[52,62],"jquery.ui"],["jquery.ui.droppable","0onaol4",[59],"jquery.ui"],["jquery.ui.menu","1z0yngb",[52,63,72],"jquery.ui"],["jquery.ui.mouse","104mype",[72],"jquery.ui"],["jquery.ui.position","0hoybka",[],"jquery.ui"],["jquery.ui.progressbar","18ptoo9",[52,72],"jquery.ui"],["jquery.ui.resizable",
"0cqv62o",[52,62],"jquery.ui"],["jquery.ui.selectable","1me3bub",[52,62],"jquery.ui"],["jquery.ui.slider","1oltn97",[52,62],"jquery.ui"],["jquery.ui.sortable","173dlwj",[52,62],"jquery.ui"],["jquery.ui.spinner","1mhxfu3",[56],"jquery.ui"],["jquery.ui.tabs","1jcn4n8",[52,72],"jquery.ui"],["jquery.ui.tooltip","0pidj84",[52,63,72],"jquery.ui"],["jquery.ui.widget","0ney6rp",[],"jquery.ui"],["jquery.effects.core","0jsamuo",[],"jquery.ui"],["jquery.effects.blind","1i7toxp",[73],"jquery.ui"],["jquery.effects.bounce","1ubtr03",[73],"jquery.ui"],["jquery.effects.clip","1viitpe",[73],"jquery.ui"],["jquery.effects.drop","1bsqjvq",[73],"jquery.ui"],["jquery.effects.explode","0ub8o2j",[73],"jquery.ui"],["jquery.effects.fade","09nyqyf",[73],"jquery.ui"],["jquery.effects.fold","0lhd93n",[73],"jquery.ui"],["jquery.effects.highlight","0aj7xa3",[73],"jquery.ui"],["jquery.effects.pulsate","03mkxrj",[73],"jquery.ui"],["jquery.effects.scale","10hhqqn",[73],"jquery.ui"],["jquery.effects.shake","0iqwowg",[73
],"jquery.ui"],["jquery.effects.slide","15youdr",[73],"jquery.ui"],["jquery.effects.transfer","1fw1egb",[73],"jquery.ui"],["moment","18xhed6",[171]],["mediawiki.apihelp","1m2tpub"],["mediawiki.template","0kl551e"],["mediawiki.template.mustache","0rhhv6x",[89]],["mediawiki.template.regexp","13ycsfk",[89]],["mediawiki.apipretty","1iw1ykx"],["mediawiki.api","0xxaoef",[133,9]],["mediawiki.api.category","1wjvpdp",[93]],["mediawiki.api.edit","1wjvpdp",[93]],["mediawiki.api.login","1wjvpdp",[93]],["mediawiki.api.options","1wjvpdp",[93]],["mediawiki.api.parse","1wjvpdp",[93]],["mediawiki.api.upload","1wjvpdp",[93]],["mediawiki.api.user","1wjvpdp",[93]],["mediawiki.api.watch","1wjvpdp",[93]],["mediawiki.api.messages","1wjvpdp",[93]],["mediawiki.api.rollback","1wjvpdp",[93]],["mediawiki.content.json","1vdakjp"],["mediawiki.confirmCloseWindow","0g89uzf"],["mediawiki.debug","1pcok4m",[262]],["mediawiki.diff.styles","0v64wc9"],["mediawiki.feedback","0ecx16s",[122,267]],["mediawiki.feedlink",
"1vxk4qq"],["mediawiki.filewarning","10q3zs4",[262]],["mediawiki.ForeignApi","0rowaf3",[112]],["mediawiki.ForeignApi.core","0jhdooc",[93,258]],["mediawiki.helplink","1giswmb"],["mediawiki.hlist","1xvezdf"],["mediawiki.htmlform","07arack",[37,128]],["mediawiki.htmlform.checker","1fris6v",[49]],["mediawiki.htmlform.ooui","0ecpzdq",[262]],["mediawiki.htmlform.styles","01mekpv"],["mediawiki.htmlform.ooui.styles","1sxilma"],["mediawiki.icon","17f30gf"],["mediawiki.inspect","1d8a8r9",[128,129]],["mediawiki.messagePoster","00o766p",[111]],["mediawiki.messagePoster.wikitext","1lx8a8r",[122]],["mediawiki.notification","0ayg1ux",[146,153]],["mediawiki.notify","0r40aqm"],["mediawiki.notification.convertmessagebox","0tdiz7o",[124]],["mediawiki.notification.convertmessagebox.styles","0jwje6k"],["mediawiki.RegExp","1qrrfxf"],["mediawiki.String","13nkjxu"],["mediawiki.pager.tablePager","1j0f9sz"],["mediawiki.searchSuggest","0ip89em",[32,45,93]],["mediawiki.storage","0kse6bw"],["mediawiki.Title",
"17jog0c",[129,146]],["mediawiki.Upload","0fp5xm7",[93]],["mediawiki.ForeignUpload","0r5wpvm",[111,134]],["mediawiki.ForeignStructuredUpload.config","0msydx9"],["mediawiki.ForeignStructuredUpload","0nvsbvl",[136,135]],["mediawiki.Upload.Dialog","15ywx36",[139]],["mediawiki.Upload.BookletLayout","0rsqvw5",[134,174,144,254,87,264,267]],["mediawiki.ForeignStructuredUpload.BookletLayout","1gq2fhf",[137,139,178,244,238]],["mediawiki.toc","13yppm6",[150]],["mediawiki.toc.styles","17i5hf3"],["mediawiki.Uri","0z62vq9",[146,91]],["mediawiki.user","1v7m8ld",[93,132,8]],["mediawiki.userSuggest","1xneeyn",[45,93]],["mediawiki.util","1dlgjc6",[19,125]],["mediawiki.viewport","1976t2t"],["mediawiki.checkboxtoggle","0fj0w4q"],["mediawiki.checkboxtoggle.styles","0ucnypx"],["mediawiki.cookie","1sze54p",[29]],["mediawiki.experiments","12dhb14"],["mediawiki.editfont.styles","1xnr5su"],["mediawiki.visibleTimeout","013sxyf"],["mediawiki.action.delete","1wptit1",[37,262]],["mediawiki.action.delete.file",
"02ma4wc",[37,262]],["mediawiki.action.edit","1mifa8m",[48,157,93,152,240]],["mediawiki.action.edit.styles","1reh7t8"],["mediawiki.action.edit.collapsibleFooter","1v8vnjf",[39,120,132]],["mediawiki.action.edit.preview","14o5r6c",[43,48,93,107,174,262]],["mediawiki.action.history","0z6n8vt"],["mediawiki.action.history.styles","0a5fg6j"],["mediawiki.action.view.dblClickEdit","14x1svg",[146,8]],["mediawiki.action.view.metadata","0fc9v2n",[170]],["mediawiki.action.view.categoryPage.styles","1wnjmdo"],["mediawiki.action.view.postEdit","1s0agl7",[174,124]],["mediawiki.action.view.redirect","1d9abe7",[25]],["mediawiki.action.view.redirectPage","1t68f1v"],["mediawiki.action.view.rightClickEdit","0f7s7mm"],["mediawiki.action.edit.editWarning","1qo8jdd",[48,105,174]],["mediawiki.action.view.filepage","0daxqnh"],["mediawiki.language","1oveew6",[172]],["mediawiki.cldr","139zmuo",[173]],["mediawiki.libs.pluralruleparser","09cgzow"],["mediawiki.jqueryMsg","0z1v3zj",[171,146,8]],[
"mediawiki.language.months","0ndoh7q",[171]],["mediawiki.language.names","0t6wibh",[171]],["mediawiki.language.specialCharacters","0meovla",[171]],["mediawiki.libs.jpegmeta","02x7zoy"],["mediawiki.page.gallery","14onr7n",[49,180]],["mediawiki.page.gallery.styles","024gyel"],["mediawiki.page.gallery.slideshow","0k518rq",[93,264,281]],["mediawiki.page.ready","13n32zv",[19,23]],["mediawiki.page.startup","0ng567k"],["mediawiki.page.patrol.ajax","1nq20y8",[43,93]],["mediawiki.page.watch.ajax","1equ51t",[93,174]],["mediawiki.page.rollback","1n14q27",[43,93]],["mediawiki.page.image.pagination","0rsym5v",[43,146]],["mediawiki.rcfilters.filters.base.styles","1cp35il"],["mediawiki.rcfilters.highlightCircles.seenunseen.styles","0nsp8y9"],["mediawiki.rcfilters.filters.dm","1qrdvxv",[143,174,144,258]],["mediawiki.rcfilters.filters.ui","1g06a4f",[39,190,236,275,277,279,281]],["mediawiki.special","1nobj9a"],["mediawiki.special.apisandbox","00s5qs1",[39,93,174,241,261]],["mediawiki.special.block",
"18d7e6j",[115,146,238,245,275]],["mediawiki.special.changecredentials.js","040srbe",[93,117]],["mediawiki.special.changeslist","0udmr2n"],["mediawiki.special.changeslist.enhanced","1o07qmj"],["mediawiki.special.changeslist.legend","0upejeg"],["mediawiki.special.changeslist.legend.js","1t4vuzo",[39,150]],["mediawiki.special.contributions","0t57mr6",[174,238]],["mediawiki.special.edittags","17c6vle",[24,37]],["mediawiki.special.import","1ruwws0"],["mediawiki.special.movePage","10vhh64",[236,240]],["mediawiki.special.pageLanguage","161kwce",[262]],["mediawiki.special.preferences.ooui","14li5hf",[105,152,126,245]],["mediawiki.special.preferences.styles.ooui","0i55prs"],["mediawiki.special.recentchanges","0mwawhu"],["mediawiki.special.revisionDelete","0o0glbw",[37]],["mediawiki.special.search","1p6btu8",[252]],["mediawiki.special.search.commonsInterwikiWidget","15dmpvg",[143,93,174]],["mediawiki.special.search.interwikiwidget.styles","0bxvxpb"],["mediawiki.special.search.styles","0501u7o"]
,["mediawiki.special.undelete","0pioapz",[236,240]],["mediawiki.special.unwatchedPages","0zw6m62",[93]],["mediawiki.special.upload","0il3vdy",[43,93,105,174,178,192,89]],["mediawiki.special.userlogin.common.styles","126dvts"],["mediawiki.special.userlogin.login.styles","06bx5yn"],["mediawiki.special.userlogin.signup.js","1gq7jeq",[93,116,174]],["mediawiki.special.userlogin.signup.styles","116vyhp"],["mediawiki.special.userrights","1g69hf5",[37,126]],["mediawiki.special.watchlist","1wvyr1c",[93,174,262]],["mediawiki.special.version","0yq6e1h"],["mediawiki.legacy.config","0v4b16y"],["mediawiki.legacy.commonPrint","093y953"],["mediawiki.legacy.protect","1fuqojl",[37]],["mediawiki.legacy.shared","100hkut"],["mediawiki.legacy.oldshared","1gv1obt"],["mediawiki.ui","08w3v4o"],["mediawiki.ui.checkbox","1crne50"],["mediawiki.ui.radio","0xwvt23"],["mediawiki.ui.anchor","1wtmfde"],["mediawiki.ui.button","0a9kxrh"],["mediawiki.ui.input","0ny6mkk"],["mediawiki.ui.icon","0pcsjq8"],[
"mediawiki.ui.text","0mw1cu3"],["mediawiki.widgets","07btib3",[93,237,264]],["mediawiki.widgets.styles","0mbhn9u"],["mediawiki.widgets.DateInputWidget","0theflm",[239,87,264]],["mediawiki.widgets.DateInputWidget.styles","0i8j8dh"],["mediawiki.widgets.visibleLengthLimit","1dmll1z",[37,262]],["mediawiki.widgets.datetime","1i3bmch",[262,282,283]],["mediawiki.widgets.expiry","08fc1jl",[241,87,264]],["mediawiki.widgets.CheckMatrixWidget","1x9pvek",[262]],["mediawiki.widgets.CategoryMultiselectWidget","0ohaqo2",[111,264]],["mediawiki.widgets.SelectWithInputWidget","08v0e4d",[246,264]],["mediawiki.widgets.SelectWithInputWidget.styles","0dqm8as"],["mediawiki.widgets.SizeFilterWidget","1pzhqff",[248,264]],["mediawiki.widgets.SizeFilterWidget.styles","17ni22j"],["mediawiki.widgets.MediaSearch","1qxijne",[111,264]],["mediawiki.widgets.UserInputWidget","1rxoqik",[93,264]],["mediawiki.widgets.UsersMultiselectWidget","0ovukic",[93,264]],["mediawiki.widgets.SearchInputWidget","1dhjrf2",[131,236]],[
"mediawiki.widgets.SearchInputWidget.styles","1rn8qnq"],["mediawiki.widgets.StashedFileWidget","0kwmklz",[93,262]],["easy-deflate.core","0g9o4ja"],["easy-deflate.deflate","1rzzfqk",[255]],["easy-deflate.inflate","0juehwn",[255]],["oojs","0mrwini"],["mediawiki.router","1t2pglg",[260]],["oojs-router","1vn0q0a",[258]],["oojs-ui","1wjvpdp",[266,264,267]],["oojs-ui-core","1aleuqy",[171,258,263,271,272,278,268,269]],["oojs-ui-core.styles","0gs64ku"],["oojs-ui-widgets","1j59ffp",[262,273,282,283]],["oojs-ui-widgets.styles","1tgwcmw"],["oojs-ui-toolbars","0tzav77",[262,283]],["oojs-ui-windows","1lyv64o",[262,283]],["oojs-ui.styles.indicators","1dbl82q"],["oojs-ui.styles.textures","185zel1"],["oojs-ui.styles.icons-accessibility","0pyfded"],["oojs-ui.styles.icons-alerts","09b9y41"],["oojs-ui.styles.icons-content","0hm3she"],["oojs-ui.styles.icons-editing-advanced","1nkc2e5"],["oojs-ui.styles.icons-editing-citation","1t84pib"],["oojs-ui.styles.icons-editing-core","1prnz5h"],[
"oojs-ui.styles.icons-editing-list","07jss9l"],["oojs-ui.styles.icons-editing-styling","005e2x0"],["oojs-ui.styles.icons-interactions","1d4dm7n"],["oojs-ui.styles.icons-layout","15exoxo"],["oojs-ui.styles.icons-location","0xk9ts5"],["oojs-ui.styles.icons-media","16w62gs"],["oojs-ui.styles.icons-moderation","0k2ddx6"],["oojs-ui.styles.icons-movement","0s9e23a"],["oojs-ui.styles.icons-user","1o4ptjr"],["oojs-ui.styles.icons-wikimedia","1n9yc0s"],["ext.wikiEditor","1fn2jng",[20,29,45,46,48,58,140,138,177,274,275,276,277,281,89],"ext.wikiEditor"],["ext.wikiEditor.styles","1tq9cus",[],"ext.wikiEditor"],["ext.wikiEditor.toolbar","1wjvpdp",[286]],["ext.wikiEditor.dialogs","1wjvpdp",[286]],["ext.wikiEditor.core","1wjvpdp",[286]],["jquery.wikiEditor","1wjvpdp",[286]],["jquery.wikiEditor.core","1wjvpdp",[286]],["jquery.wikiEditor.dialogs","1wjvpdp",[286]],["jquery.wikiEditor.dialogs.config","1wjvpdp",[286]],["jquery.wikiEditor.toolbar","1wjvpdp",[286]],["jquery.wikiEditor.toolbar.config",
"1wjvpdp",[286]],["jquery.wikiEditor.toolbar.i18n","1wjvpdp",[286]],["ext.uls.common","07klnqq",[318,150,144]],["ext.uls.compactlinks","1wl5lre",[303,174,232]],["ext.uls.geoclient","19qht01",[150]],["ext.uls.i18n","1bkbcjb",[36,146]],["ext.uls.ime","0n2kwgh",[309,380,316]],["ext.uls.init","1wjvpdp",[298]],["ext.uls.inputsettings","0mbc70j",[302,308,230]],["ext.uls.interface","1s9n985",[313,174]],["ext.uls.interlanguage","1k8rge3"],["ext.uls.languagenames","1vetmkd"],["ext.uls.languagesettings","0xkouhp",[310,380,319,232]],["ext.uls.mediawiki","1h6f7ug",[298,307,310,317]],["ext.uls.messages","0p09o3q",[301]],["ext.uls.preferencespage","06vi8sp"],["ext.uls.pt","0sk996u"],["ext.uls.webfonts","1x1bgef",[298,380]],["ext.uls.webfonts.fonts","1wjvpdp",[315,320]],["ext.uls.webfonts.repository","1mvcvl4"],["jquery.ime","015hs2c"],["jquery.uls","1qegfbw",[36,318,319]],["jquery.uls.data","1336hqh"],["jquery.uls.grid","06bef8a"],["jquery.webfonts","0503tka"],["rangy.core","0vug685"],[
"ext.confirmEdit.editPreview.ipwhitelist.styles","18p670b"],["skins.vector.styles","10mfj2m"],["skins.vector.styles.responsive","07x5ekf"],["skins.vector.js","1h48uso",[46,49]],["ext.math.styles","1u45n6a"],["ext.math.desktop.styles","0220g87"],["ext.math.scripts","0sem7by"],["ext.math.editbutton.enabler","006wu2i"],["ext.math.visualEditor","09ar58a",["ext.visualEditor.mwcore"]],["ext.translate","1k62n1s"],["ext.translate.base","0g8gunj",[336,93]],["ext.translate.dropdownmenu","0qizo9y"],["ext.translate.editor","1llrmgq",[332,333,370,376,39,48,377,143,174,144]],["ext.translate.groupselector","0j7l638",[332,338,368,63,174]],["ext.translate.hooks","0mlm921"],["ext.translate.legacy","0186pzk"],["ext.translate.loader","1axhgyy"],["ext.translate.messagetable","0p6il2i",[332,338,344,377,49,143,174]],["ext.translate.messagewebimporter","1p5b7z8"],["ext.translate.multiselectautocomplete","1wd9hpq",[55]],["ext.translate.navitoggle","0cbo8ao"],["ext.translate.pagetranslation.uls","1lelrxk",[309]
],["ext.translate.parsers","0ccyl5f",[146]],["ext.translate.quickedit","105g9y0"],["ext.translate.selecttoinput","1c91yok"],["ext.translate.special.aggregategroups","0lzpcjy",[55,93]],["ext.translate.special.aggregategroups.styles","01fq30t"],["ext.translate.special.importtranslations","1gx9z09",[55]],["ext.translate.special.languagestats","1dpajpv",[47]],["ext.translate.special.managegroups","1in0br0"],["ext.translate.special.managetranslatorsandbox","0rcmr2k",[338,373,309,58,174]],["ext.translate.special.managetranslatorsandbox.styles","1tfxhfg"],["ext.translate.special.pagemigration","19vtkmq",[375,93,228,232]],["ext.translate.special.pagemigration.styles","1wwhns5"],["ext.translate.special.pagepreparation","1svt1p1",[93,107,174,228]],["ext.translate.special.pagepreparation.styles","09it1b4"],["ext.translate.special.pagetranslation","05ot0m6",[341,143,232,9]],["ext.translate.special.pagetranslation.styles","1nn7m0m"],["ext.translate.special.searchtranslations","0l8qwm3",[334,335,309
]],["ext.translate.special.searchtranslations.operatorsuggest","11f8h72",[55]],["ext.translate.special.searchtranslations.styles","0v04sbn"],["ext.translate.special.supportedlanguages","064n03i"],["ext.translate.special.translate","1waolpi",[334,335,339,342,378,374,318]],["ext.translate.special.translate.styles","02fefsx"],["ext.translate.special.translationstash","0hjn3ok",[334,339,373,309]],["ext.translate.special.translationstats","0vdysex"],["ext.translate.statsbar","1j0x4pi"],["ext.translate.statstable","0hwyqab"],["ext.translate.storage","13k9hdz"],["ext.translate.tabgroup","05fd07q"],["ext.translate.tag.languages","1kzn0ah"],["ext.translate.translationstashstorage","02f8tso",[93]],["ext.translate.workflowselector","0xeojqv",[333,93]],["jquery.ajaxdispatcher","0ivuqp8"],["jquery.autosize","10306yr"],["jquery.textchange","1dgwkn1"],["ext.translate.recentgroups","0jj63yn",[132]],["ext.uls.displaysettings","0xijq1c",[308,309,313,229]],["ext.uls.preferences","1xbq3sw",[144]]]);mw.
config.set({"wgLoadScript":"/wiki/load.php","debug":!1,"skin":"vector","stylepath":"/wiki/skins","wgUrlProtocols":"bitcoin\\:|ftp\\:\\/\\/|ftps\\:\\/\\/|geo\\:|git\\:\\/\\/|gopher\\:\\/\\/|http\\:\\/\\/|https\\:\\/\\/|irc\\:\\/\\/|ircs\\:\\/\\/|magnet\\:|mailto\\:|mms\\:\\/\\/|news\\:|nntp\\:\\/\\/|redis\\:\\/\\/|sftp\\:\\/\\/|sip\\:|sips\\:|sms\\:|ssh\\:\\/\\/|svn\\:\\/\\/|tel\\:|telnet\\:\\/\\/|urn\\:|worldwind\\:\\/\\/|xmpp\\:|\\/\\/","wgArticlePath":"/wiki/index.php?title=$1","wgScriptPath":"/wiki","wgScript":"/wiki/index.php","wgSearchType":null,"wgVariantArticlePath":!1,"wgActionPaths":{},"wgServer":"http://rusefi.com","wgServerName":"rusefi.com","wgUserLanguage":"en","wgContentLanguage":"en","wgTranslateNumerals":!0,"wgVersion":"1.32.0","wgEnableAPI":!0,"wgEnableWriteAPI":!0,"wgMainPageTitle":"Main Page","wgFormattedNamespaces":{"-2":"Media","-1":"Special","0":"","1":"Talk","2":"User","3":"User talk","4":"RusEfi","5":"RusEfi talk","6":"File","7":"File talk","8":
"MediaWiki","9":"MediaWiki talk","10":"Template","11":"Template talk","12":"Help","13":"Help talk","14":"Category","15":"Category talk","1198":"Translations","1199":"Translations talk"},"wgNamespaceIds":{"media":-2,"special":-1,"":0,"talk":1,"user":2,"user_talk":3,"rusefi":4,"rusefi_talk":5,"file":6,"file_talk":7,"mediawiki":8,"mediawiki_talk":9,"template":10,"template_talk":11,"help":12,"help_talk":13,"category":14,"category_talk":15,"translations":1198,"translations_talk":1199,"image":6,"image_talk":7,"project":4,"project_talk":5},"wgContentNamespaces":[0],"wgSiteName":"rusEfi","wgDBname":"db487573786","wgExtraSignatureNamespaces":[],"wgAvailableSkins":{"vector":"Vector","fallback":"Fallback","apioutput":"ApiOutput"},"wgExtensionAssetsPath":"/wiki/extensions","wgCookiePrefix":"db487573786_wiki_","wgCookieDomain":"","wgCookiePath":"/","wgCookieExpiration":2592000,"wgResourceLoaderMaxQueryLength":2000,"wgCaseSensitiveNamespaces":[],"wgLegalTitleChars":
" %!\"$\u0026'()*,\\-./0-9:;=?@A-Z\\\\\\^_`a-z~+\\u0080-\\uFFFF","wgIllegalFileChars":":/\\\\","wgResourceLoaderStorageVersion":1,"wgResourceLoaderStorageEnabled":!0,"wgForeignUploadTargets":["local"],"wgEnableUploads":!0,"wgCommentByteLimit":255,"wgCommentCodePointLimit":null,"wgWikiEditorMagicWords":{"redirect":"#REDIRECT","img_right":"right","img_left":"left","img_none":"none","img_center":"center","img_thumbnail":"thumb","img_framed":"frame","img_frameless":"frameless"},"mw.msg.wikieditor":"--~~~~","wgULSIMEEnabled":!0,"wgULSWebfontsEnabled":!0,"wgULSPosition":"personal","wgULSAnonCanChangeLanguage":!0,"wgULSEventLogging":!1,"wgULSImeSelectors":["input:not([type])","input[type=text]","input[type=search]","textarea","[contenteditable]"],"wgULSNoImeSelectors":["#wpCaptchaWord",".ve-ce-surface-paste"],"wgULSNoWebfontsSelectors":["#p-lang li.interlanguage-link \u003E a"],"wgULSFontRepositoryBasePath":"/wiki/extensions/UniversalLanguageSelector/data/fontrepo/fonts/"});var
queue=window.RLQ;window.RLQ=[];RLQ.push=function(fn){if(typeof fn==='function'){fn();}else{RLQ[RLQ.length]=fn;}};while(queue&&queue[0]){RLQ.push(queue.shift());}window.NORLQ={push:function(){}};}());}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

BIN
Images/Harness_on_car.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

BIN
Images/Honda_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 KiB

BIN
Images/Honda_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
Images/Honda_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 KiB

BIN
Images/Honda_ECT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
Images/Honda_K_header.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
Images/Honda_K_plug_a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
Images/Honda_K_plug_b.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
Images/Honda_K_plug_c.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
Images/Honda_K_plug_d.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
Images/Honda_K_plug_e.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
Images/Honda_K_reluctor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

BIN
Images/Hyundai_ecu_1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

BIN
Images/Hyundai_ecu_2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Some files were not shown because too many files have changed in this diff Show More