Difference between revisions of "User:Caseyd"
From B.E.R.T. Wiki
| Line 33: | Line 33: | ||
[[MediaWiki:Gadget-ImageAnnotator]] | [[MediaWiki:Gadget-ImageAnnotator]] | ||
[[MediaWiki:Gadgets-definition]] | [[MediaWiki:Gadgets-definition]] | ||
| + | |||
| + | --- ok mapping? --- | ||
| + | <mapframe text="San Francisco museums" width=350 height=350 zoom=13 latitude=37.8013 longitude=-122.3988> | ||
| + | { | ||
| + | "type": "Feature", | ||
| + | "geometry": { "type": "Point", "coordinates": [-122.3988, 37.8013] }, | ||
| + | "properties": { | ||
| + | "title": "[[wikipedia:Exploratorium|Exploratorium]]", | ||
| + | "description": "[[File:Giant_Mirror_at_the_Exploratorium.jpeg|200px]]", | ||
| + | "marker-symbol": "museum", | ||
| + | "marker-size": "large", | ||
| + | "marker-color": "0050d0" | ||
| + | } | ||
| + | } | ||
| + | </mapframe> | ||
Revision as of 19:43, 26 March 2019
Casey Dunn
650-207-4880 [email protected]
geekier stuff from the Main Page
- Configuration settings list
- MediaWiki FAQ
- MediaWiki release mailing list
- Localise MediaWiki for your language
- Learn how to combat spam on your wiki
bootstrapping the installation of gadgets for file annotation
I believe I just define them, and then stuff them with javascript
MediaWiki:Gadget-ImageAnnotator.js MediaWiki:ImageAnnotatorConfig.js MediaWiki:LAPI.js MediaWiki:TextCleaner.js MediaWiki:Tooltips.js MediaWiki:UIElements.js MediaWiki:AjaxSubmit.js MediaWiki:Gadget-DisableImageAnnotator.js
Template:ImageAnnotations Template:ImageNoteEnd Template:ImageWithNotes
now to bootstrap it
MediaWiki:Gadget-ImageAnnotator MediaWiki:Gadgets-definition
--- ok mapping? ---