Difference between revisions of "MW Cheat Sheet"
From dataZoa Wiki
Line 12: | Line 12: | ||
How to create a category: <nowiki> type [[Category: CategoryName]]</nowiki> More on [https://www.mediawiki.org/wiki/Help:Categories categories] | How to create a category: <nowiki> type [[Category: CategoryName]]</nowiki> More on [https://www.mediawiki.org/wiki/Help:Categories categories] | ||
− | How to create an iframe (uses Iframe Widget): | + | How to create an iframe (uses [http://docwiki.datazoa.com/Widget:Iframe Iframe Widget]): |
<nowiki> | <nowiki> | ||
{{#widget:Iframe | {{#widget:Iframe |
Revision as of 10:10, 22 November 2016
Edit Sidebar
Edit CSS
Edit Javascript
How to create a category: type [[Category: CategoryName]] More on categories
How to create an iframe (uses Iframe Widget): {{#widget:Iframe |url=yoururl |width=yourwidth |height=yourheight |border=0 }}
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>