User:Iritscen/TestSpace: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Reverted edits by Iritscen (talk) to last revision by Paradox-01) |
||
Line 1: | Line 1: | ||
==Fixing the XEB script== | |||
References: | |||
*http://en.wikipedia.org/wiki/User_talk:MarkS/extraeditbuttons.js#Updates | |||
*http://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29/Archive_93#Parts_of_the_toolbar_seem_shy | |||
*https://bugzilla.wikimedia.org/show_bug.cgi?id=31511 | |||
Takeaway: | |||
*Is ResourceLoader on? | |||
*The diffs here make the toolbar-modifying code use mw.toolbar, a necessary change: http://de.wikipedia.org/w/index.php?title=MediaWiki%3AGadget-Extra-Editbuttons.js&diff=94521213&oldid=94132318 | |||
== | ==XML Overview== | ||
{ | {|class="hovertable" style="width:100%; text-align:center" | ||
| | |- | ||
|type= | |''Explanation of file type'' | ||
| | |style="width:11.66%;" class="hovercell" id="txtc"| [[TxtC]] | ||
| | |||
| | |||
| | |||
| | |||
| | |||
|- | |||
| rowspan=11 class="hovertable_descrip" | | |||
<span style="display:none" id="txtc">This is console text.</span> | |||
| | <span style="display:none" id="igpa">In-Game User Interface Page Array.</span> | ||
| | <span style="display:none" id="igpg">In-Game User Interface Page.</span> | ||
| | <span style="display:none" id="tsff">A font family.</span> | ||
<span style="display:none" id="tsfl">A font language.</span> | |||
<span style="display:none" id="tsft">Actual font bitmaps.</span> | |||
| | <span style="display:none" id="tsga">A glyph array linking 256 possible symbols to their bitmaps (TSFTs).</span> | ||
| | <span style="display:none" id="pspc">Part Specification (coordinates for finding a UI symbol in a bitmap collection of UI elements.</span> | ||
| | <span style="display:none" id="txmp">A texture map!</span> | ||
<span style="display:none" id="igsa">In-Game user interface String Array.</span> | |||
<span style="display:none" id="igst">In-Game user interface STring.</span> | |||
| | |- | ||
| | | | ||
| | | http://ssg.oni2.net/design/60x20c.gif | ||
|style="width:11.66%;" class="hovercell embedded" id="igpa"| [[IGPA]] | |||
| | |||
| | | | ||
| | | | ||
| | | | ||
| | |- | ||
| | | | ||
| | | | ||
| | | http://ssg.oni2.net/design/60x20c.gif | ||
| | | style="width:11.66%;" class="hovercell embedded" id="igpg"| [[IGPG]] | ||
| | | | ||
| | |||
| | |||
| | |- | ||
| | | | ||
| | | | ||
| | | | ||
| | | http://ssg.oni2.net/design/60x20b.gif | ||
| | |style="width:11.66%;" class="hovercell" id="tsff"| [[TSFF]] | ||
| | | | ||
| | | | ||
| | |- | ||
| | |||
| | |||
== | | | ||
| http://ssg.oni2.net/design/60x20a.gif | |||
| | | http://ssg.oni2.net/design/60x20c.gif | ||
| | |style="width:11.66%;" class="hovercell embedded" id="tsfl"| [[TSFL]] | ||
| | | | ||
| | |- | ||
| | | | ||
| | | | ||
| | | | ||
| | | http://ssg.oni2.net/design/60x20a.gif | ||
| | | http://ssg.oni2.net/design/60x20c.gif | ||
| | |class="hovercell embedded" id="tsft"| [[TSFT]] | ||
| | | | ||
| | |- | ||
| | | | ||
| | | | ||
| | |||
| http://ssg.oni2.net/design/60x20a.gif | |||
== | | | ||
| http://ssg.oni2.net/design/60x20c.gif | |||
|style="width:11.66%;" class="hovercell embedded" id="tsga"| [[TSGA]] | |||
[[ | |- | ||
| | |||
| | |||
| | |||
| http://ssg.oni2.net/design/60x20b.gif | |||
| class="hovercell" id="pspc" | [[PSpc]] | |||
| | |||
| | |||
|- | |||
| | |||
| | |||
| | |||
| http://ssg.oni2.net/design/60x20a.gif | |||
| http://ssg.oni2.net/design/60x20c.gif | |||
| class="hovercell" id="txmp" | [[TXMP]] | |||
| | |||
|- | |||
| | |||
| | |||
| | |||
| http://ssg.oni2.net/design/60x20c.gif | |||
|class="hovercell embedded" id="igsa"| [[IGSA]] | |||
| | |||
| | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
| http://ssg.oni2.net/design/60x20c.gif | |||
|" class="hovercell embedded" id="igst"| [[IGSt]] | |||
| | |||
|} |
Revision as of 22:51, 26 November 2015
Fixing the XEB script
References:
- http://en.wikipedia.org/wiki/User_talk:MarkS/extraeditbuttons.js#Updates
- http://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29/Archive_93#Parts_of_the_toolbar_seem_shy
- https://bugzilla.wikimedia.org/show_bug.cgi?id=31511
Takeaway:
- Is ResourceLoader on?
- The diffs here make the toolbar-modifying code use mw.toolbar, a necessary change: http://de.wikipedia.org/w/index.php?title=MediaWiki%3AGadget-Extra-Editbuttons.js&diff=94521213&oldid=94132318
XML Overview
Explanation of file type | TxtC | |||||
| ||||||
IGPA | ||||||
IGPG | ||||||
TSFF | ||||||
TSFL | ||||||
TSFT | ||||||
TSGA | ||||||
PSpc | ||||||
TXMP | ||||||
IGSA | ||||||
IGSt |