Template:Contribute/Content: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Mono (talk | contribs)
No edit summary
Mono (talk | contribs)
No edit summary
Line 22: Line 22:
</div>
</div>
<html>
<html>


<div id="dialog" title="Basic dialog">
<p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>
</div>

<script>
<script>
mw.loader.using(['jquery.ui.dialog'], function () {
mw.loader.using(['jquery.ui.dialog'], function () {

Revision as of 02:10, 25 January 2013

Hi! Welcome to the website for the Wikimedia Foundation, the non-profit organization that operates Wikipedia and other free knowledge projects.


Unfortunately, wikimediafoundation.org does not allow open editing at this time; however, we want everyone to be able to contribute. If you have suggestions for how we could improve this site please use the links below:

  • <html><a href="//meta.wikimedia.org/w/index.php?title=Foundation_wiki_feedback&action=edit&section=new&preload=Foundation_wiki_feedback/preload&editintro=Foundation_wiki_feedback/Header/Edit" id="click1">Post your feedback about this page</a></html>

<html>

<html>


This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

<script> mw.loader.using(['jquery.ui.dialog'], function () {

   $( '#dialog' ).dialog();

}); </script> </html>