|
|
(15 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| == <nowiki>{{FULLPAGENAME}}</nowiki> ==
| |
|
| |
|
| This wiki's engine is pretty out of date but it isn't ''that'' out of date. See: "{{FULLPAGENAME}}"; I was using it on those pages to get alphabetical sort order under "*" for the category (they were out of order). -- [[User:BlindWanderer|BlindWanderer]] 00:56, 6 April 2009 (EDT)<br/>
| |
| P.S. You do good work.
| |
|
| |
| == I E 7 P r o ==
| |
|
| |
| Is "I E 7 P r o" a curse word on this wiki (without spaces of course)? -- [[User:BlindWanderer|BlindWanderer]] 02:04, 6 April 2009 (EDT)
| |
|
| |
| == Summaries ==
| |
|
| |
| You will be pleased to hear I'm going to write a GM script to keep me from submitting until I've written a summary (interesting... when you post a new section there isn't a summary field) -- [[User:BlindWanderer|BlindWanderer]] 06:22, 6 April 2009 (EDT)
| |
|
| |
| === Summaries test ===
| |
| Yes there is... configure you preferences for this wiki... you should have already done that... I also recommend <===(keyword here) that you set minor edits as your default as well and only use major ones for emphasis.
| |
| [[User:Marti|Marti]] 06:32, 6 April 2009 (EDT)
| |
|
| |
|
| |
| Does this work?
| |
| {{Bad example|<pre><nowiki>
| |
| GM_xmlhttpRequest({
| |
| method:"GONNAGETCHA",
| |
| url:"http://www.greasespot.net/",
| |
| headers:{
| |
| "User-Agent":"Mozilla/5.0", // Recommend using navigator.userAgent when possible
| |
| "Accept":"text/xml"
| |
| },
| |
| onload:function(response) {
| |
| alert([
| |
| response.status,
| |
| response.statusText,
| |
| response.readyState,
| |
| response.responseHeaders,
| |
| response.responseText,
| |
| response.finalUrl
| |
| ].join("\n"));
| |
| // if you need a responseXML
| |
| var responseXML = new DOMParser().parseFromString(response.responseText, "text/xml");
| |
| }
| |
| });
| |
| </nowiki></pre>}}
| |
| This woiks!
| |
|
| |
| <tt>Retest<br />
| |
| nextline</tt><br />
| |
| <pre>Retest
| |
| nextline</pre>
| |
| <code>Retest</code>
| |
|
| |
| ===Category:Code snippets===
| |
| My idea was, that any article where someone uses [[Template:Good example]] will automatically be listed under [[:Category:Code snippets]].
| |
| The only problem was that the template itself got included into the list since the template contains an example of how the template works...
| |
| But try re-adding the category tag and see how convenient it is to have it there.
| |
| --[[User:Photodeus|Photodeus]] 11:38, 29 April 2009 (EDT)
| |