Changes

Help:Editing

433 bytes added, 20 April
no edit summary
<nowiki>''italic text''</nowiki>
To link a text to another page within the wiki, enclose the word in double square double brackets:
<nowiki>[[</nowiki>[[Anakao]]<nowiki>]]</nowiki>
To link to a page from an image instead of an image leading to larger version of the file shown on a page, add the link parameter to the image markup, eg.:
[[Image:Big_fish.jpg|100px200px|link=Big_fish]][[Image:Madagascar_Coffee_001.jpg|200px|link=Madagascar_Coffee]]
<pre>[[Image:Big_fish.jpg|100px200px|link=Big_fish]][[Image:Madagascar_Coffee_001.jpg|200px|link=Madagascar_Coffee]]</pre>
== Link to an image or other file ==
[mailto:hello@madacamp.com hello@madacamp.com]
<!---== Skype button Maps ==
To display a Skype button that will launch Skype and call or start a chat to a specified Skype address as well as indicate its online or offline status, first configure your Skype application to allow its status be shown online (if it has not already been configured as such). This is done within the Skype application section <b>Toolsdiv style="max-width:600px;">Options{{#display_map:->Privacy15.214232, 50.076107~[[Hotel Fitiavana]]~~;|type=satellite|service=google|width=auto|height=400|zoom=18|controls=pan, zoom, type, scale|searchmarkers=al||copycoords=yes}}</bdiv>. Tick the checkbox ''Allow my status to be shown on the web'':
<pre><nowiki><div style="max-width:600px;">{{#display_map:-15.214232, 50.076107~[[File:Skype_configuration.jpgHotel Fitiavana]]~~;|type=satellite|service=google|width=auto|height=400|zoom=18|controls=pan, zoom, type, scale|copycoords=yes}}</div></nowiki></pre>
The following example will create a button for which a call can be made when clicked on:More at [[Maps]].
<pre><nowiki><skype style="bigclassic" action="call">YourSkypeName</skype></nowiki></pre>Replace text example ==
<skype style="bigclassic" action="call">Use http://www.madacamp<.com/skype>Special:ReplaceText
The available styles areReplace: balloon, bigclassic, smallclassic, smallicon, mediumicon <nowiki><googlemap version="0.9" (.*)></nowiki>with: <nowiki><googlemap version="0.9" $1 style="width:100%;max-width:600px;"></nowiki>
See examples at http://wwwSelect 'Use regular expressions' and namespaces 'Main'.skype.com/intl/en/share/buttons/status.html
The available actions arePages which already contain the string will thereafter have duplicate style declarations: add, chat or call
style="width:100%;max-width:600px;" style="width:100%;max->width:600px;"
Thereafter replace instances of: style="width:100%;max-width:600px;" style= Google maps ="width:100%;max-width:600px;"with: style="width:100%;max-width:600px;"
To create new or edit existing Google maps on pages, click on the map button http://www.madacamp.com/extensions/GoogleMaps/images/button_map_open.gif above the edit box.
Find the region to display, set the various size and display options and thereafter copy the resulting &lt;googlemap>...&lt;googlemap> code into the edit box and save the page.
 
Various display options include satellite view, map view, adding of place markers, drawing lines etc.
<!--''Additional information:'' -->
== Adding RSS news feeds to pages ==
RSS (Really Simple Syndication) allows importing summaries and corresponding links to news articles. For example, a Google [httphttps://news.google.com news search] for any keyword or phrase can be imported. HOwever, Google does not include RSS feed URLs directly on their search result pages but it's not complicated to piece together the relevant feed URLs. For example, a search for the phrase "madagascar lemurs" can be included on a page as follows:
<pre><rss template="Google-feed" filterout="movie penguins">httphttps://news.google.com/news?pz=1&cf=all&ned=us&hl=en&q=%22madagascar+lemurs%22&cf=all&output=rss</rss></pre>
The output of this news search for the phrase ''madagascar lemurs'', filtering out results with the terms ''penguins'' and ''movie'', becomes:
<rss template="Google-feed" filterout="movie penguinsdeprecated">httphttps://news.google.com/news?pz=1&cf=all&ned=us&hl=en&q=%22madagascar+lemurs%22&cf=all&output=rss</rss>
Other non-Google RSS feeds may include a feed icon [[File:RSS_icon.png|14px]] to indicate the whereabouts of RSS feeds.
To display a video from YouTube on this site, extract and copy the relevant video ID that is part of a YouTube URL, e.g.
[httphttps://www.youtube.com/watch?v=_OKs7qpJvRI&feature=related httphttps://www.youtube.com/watch?v=<font color="#bd0000">AzUsrLi8P4ovDYzsT3d06I</font>&feature=related] and place in the edit form as follows:  <nowiki><HTML5video type="youtube" width="600" height="338">vDYzsT3d06I</HTML5video></nowiki> <HTML5video type="youtube" width="600" height="338">vDYzsT3d06I</HTML5video> The ''width'' and ''height'' parameters are optional.
<nowiki><HTML5video type="youtube" width="400600" height="300338">AzUsrLi8P4ocaODxMEUq1w</HTML5video></nowiki>
<HTML5video type="youtube" width="400" heightUploading videos MadaCamp =="300">AzUsrLi8P4o</HTML5video>
The width To upload a video on MadaCamp, firstly make the video available in three formats: .mp4, .ogg and height parameters are optional.webm. This can easily be done via an online video conversion tool such as [https://cloudconvert.com cloudconvert.com]. Thereafter save the three versions on your system before uploading them with identical fileames but with the different file extensions, e.g.:
Or upload a video on MadaCamp in three formats (.mp4, .ogg and .webm) named, e.g.:
Dragonfile.mp4
Dragonfile.offogg
Dragonfile.webm
Thereafter include it the video on a the page without the file suffix:
<nowiki><HTML5video width="520" height="320" autoplay="true" loop="true">Dragonfly</HTML5video></nowiki>
Browsers Different browsers will automatically select a the suitable format for their systemindividual systems.
<HTML5video width="520" height="320" autoplay="true" loop="true">Dragonfly</HTML5video>
<!--Bug: Thumbs does not show up on Ipad, which affects autoplay="false" mode. https://www.mediawiki.org/w/index.php?oldid=2285855 -->
 
<!--
== Editing and publishing videos ==
For tips a tricks on editing video in Windows or Mac OSX or using various cloud based (online) tools, watch BBC's [http://news.bbc.co.uk/2/hi/programmes/click_online/9484842.stm The essential guide to video editing] webcast from 13 May 2011.
 
-->
<!--