Difference between revisions of "MW Cheat Sheet"

From dataZoa Wiki
Jump to: navigation, search
Line 10: Line 10:
 
[http://docwiki.datazoa.com/Special:Version MediaWiki Version]<br />
 
[http://docwiki.datazoa.com/Special:Version MediaWiki Version]<br />
  
Insert a foreign image:
+
==== Insert a foreign image ====
  
From dataZoa itself: <div class="imgWholeWrap1"><div class="imgWhole " data-guts="{ url: '/img/Hint.png', title: 'Hint example', xtraStyle: ' min-height: 16px; min-width: 16px;'  }"></div></div>
+
This is from dataZoa itself: <div class="imgWholeWrap1"><div class="imgWhole " data-guts="{ url: '/img/Hint.png', title: 'Hint example', xtraStyle: ' min-height: 16px; min-width: 16px;'  }"></div></div>
  
 +
using:
  
@@<div class="imgWholeWrap1"><div class="imgWhole " data-guts="{ url: '/img/Hint.png', title: 'Hint example', xtraStyle: ' min-height: 16px; min-width: 16px;'  }"></div></div>@@
+
<pre><div class="imgWholeWrap1"><div class="imgWhole " data-guts="{ url: '/img/Hint.png', title: 'Hint example', xtraStyle: ' min-height: 16px; min-width: 16px;'  }"></div></div></pre>
 +
 
 +
==== Insert a snippet ====
 +
 
 +
<div class="imgSnippetWrap1 "><div class="imgSnippet " title="dropZone Title Search" data-styler="{ view: '311', style: ' width: 479px; height: 123px;  background: url(SQ/img/DocSamples/snap31.pngSQ)  scroll -22px -62px;  background-repeat: no-repeat; ' }"></div></div>
 +
 
 +
using:
 +
 
 +
<pre><div class="imgSnippetWrap1 "><div class="imgSnippet " title="dropZone Title Search" data-styler="{ view: '311', style: ' width: 479px; height: 123px;  background: url(SQ/img/DocSamples/snap31.pngSQ)  scroll -22px -62px;  background-repeat: no-repeat; ' }"></div></div></pre>

Revision as of 13:46, 10 November 2016

Edit Sidebar
Edit CSS
Edit Javascript

Formatting Basics

View All Pages
Special Pages

MediaWiki Version

Insert a foreign image

This is from dataZoa itself:

using:

<div class="imgWholeWrap1"><div class="imgWhole " data-guts="{ url: '/img/Hint.png', title: 'Hint example', xtraStyle: ' min-height: 16px; min-width: 16px;'  }"></div></div>

Insert a snippet

using:

<div class="imgSnippetWrap1 "><div class="imgSnippet " title="dropZone Title Search" data-styler="{ view: '311', style: ' width: 479px; height: 123px;  background: url(SQ/img/DocSamples/snap31.pngSQ)  scroll -22px -62px;  background-repeat: no-repeat; ' }"></div></div>