User talk:Marti: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
No edit summary
m (Reply for Photodeus)
Line 15: Line 15:
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.
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)
[[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===
===Category:Code snippets===
Line 53: Line 21:
But try re-adding the category tag and see how convenient it is to have it there.
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)
--[[User:Photodeus|Photodeus]] 11:38, 29 April 2009 (EDT)
: Alright we'll give it a shot... I think I know where you are going with it... Thanks for contributing here... it's a neat idea [[User:Marti|Marti]] 19:49, 29 April 2009 (EDT)

Revision as of 23:49, 29 April 2009

{{FULLPAGENAME}}

This wiki's engine is pretty out of date but it isn't that out of date. See: "User talk:Marti"; I was using it on those pages to get alphabetical sort order under "*" for the category (they were out of order). -- BlindWanderer 00:56, 6 April 2009 (EDT)
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)? -- 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) -- 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. Marti 06:32, 6 April 2009 (EDT)

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. --Photodeus 11:38, 29 April 2009 (EDT)

Alright we'll give it a shot... I think I know where you are going with it... Thanks for contributing here... it's a neat idea Marti 19:49, 29 April 2009 (EDT)