Difference between revisions of "MW Cheat Sheet"
From dataZoa Wiki
Line 3: | Line 3: | ||
[http://docwiki.datazoa.com/MediaWiki:Common.css Edit CSS]<br /> | [http://docwiki.datazoa.com/MediaWiki:Common.css Edit CSS]<br /> | ||
[http://docwiki.datazoa.com/MediaWiki:Common.js Edit Javascript]<br /> | [http://docwiki.datazoa.com/MediaWiki:Common.js Edit Javascript]<br /> | ||
− | |||
− | |||
− | |||
[http://docwiki.datazoa.com/Special:AllPages View All Pages]<br /> | [http://docwiki.datazoa.com/Special:AllPages View All Pages]<br /> | ||
[http://docwiki.datazoa.com/Special:SpecialPages Special Pages]<br /> | [http://docwiki.datazoa.com/Special:SpecialPages Special Pages]<br /> | ||
− | |||
− | |||
Handy Classes: <br> | Handy Classes: <br> | ||
Line 76: | Line 71: | ||
<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> | <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> | ||
+ | |||
+ | |||
+ | [http://docwiki.datazoa.com/Special:Version MediaWiki Version]<br /> | ||
+ | [https://www.mediawiki.org/wiki/Help:Formatting Formatting Basics]<br /> |
Revision as of 10:14, 12 December 2016
Edit Sidebar
Edit CSS
Edit Javascript
View All Pages
Special Pages
Handy Classes:
Structures: GTableTextPic (text then pictures) GOrangeBox Gbb1 (black border table)
Alignments: Gtal { text-align: left; }
Gtac { text-align: center; }
Gtar { text-align: right; }
Gvam { vertical-align: middle; }
Gvat { vertical-align: top; }
Gvab { vertical-align: bottom; }
Gmc { vertical-align: middle; text-align: center; }
Colors:
GbcLgray GfcLgray
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 glyph
using:
<div class="imgGlyph24 imgIdea"></div> <div class="imgGlyph24 imgConcept"></div> <div class="imgGlyph24 imgWarning"></div> <div class="imgGlyph24 imgDisambiguate"></div> <div class="imgGlyph16 imgCellYes"></div> <div class="imgGlyph16 imgCellNo"></div> <div class="imgGlyph16 imgCellMaybe"></div>
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>