Help: Difference between revisions

From SGMK-SSAM-WIKI
Jump to navigation Jump to search
mNo edit summary
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== General ==


== General ==
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]


== Images ==


* text flow below the images:
<blockquote>


== More on Widgets ==
<nowiki>
<br style="clear: both" />
</nowiki>


=== Google Calendar ===
</blockquote>


* inserting a google calendar [[Widget:Google Calendar]]
== Code ==


{{#widget:Google Calendar
Use <pre><syntaxhighlight lang="c">Your awesome code here</syntaxhighlight></pre>
|id=lmsb1dsghkju6ujpbp0el5hf9ll12t75@import.calendar.google.com
|color=B1440E
|title=Various Calendars from Google
|weekstart=2
|lang=de
|view=WEEK
}}


=== Youtube ===
How it will look:


* inserting a youtube video [[Widget:YouTube]]
<syntaxhighlight lang="c">
int main() {
return 0;
}
</syntaxhighlight>


=== Vimeo ===
Even assembler works:


* inserting a vimeo video [[Widget:Vimeo]]
<syntaxhighlight lang="asm">
; Set PB0 and PB1 as output
Ldi Temp, (1<<PB0) | (1<<PB1)
Out DDRB, Temp
</syntaxhighlight>


{{#widget:Vimeo|id=10895002}}
== Youtube ==


* inserting a youtube video: <pre><youtube>ZqIxmF0G06k</youtube></pre>


=== Flickr ===
== Flickr ==


* inserting Flickr Galleries [[Widget:Flickr]]
* inserting Flickr Galleries [[Widget:Flickr]]
For more details look [http://www.essaywriters.net freelance writing opportunities] site.
== Citations ==
http://www.mediawiki.org/wiki/Extension:Cite/Cite.php
=== Usage ===
The Sun is pretty big.<ref>E. Miller, ''The Sun'', (New York: Academic Press, 2005), 23–25.</ref> The Moon, however, is not so big.<ref>R. Smith, "Size of the Moon", ''Scientific American'', 46 (April 1978): 44–46.</ref>
==Notes==
<references />
== More on Widgets ==

Latest revision as of 00:05, 24 November 2021

General

Images

  • text flow below the images:

<br style="clear: both" />

Code

Use

<syntaxhighlight lang="c">Your awesome code here</syntaxhighlight>

How it will look:

int main() {
 return 0;
}

Even assembler works:

; Set PB0 and PB1 as output
Ldi 	Temp, (1<<PB0) | (1<<PB1)	
Out 	DDRB, Temp

Youtube

  • inserting a youtube video:
    <youtube>ZqIxmF0G06k</youtube>

Flickr

For more details look freelance writing opportunities site.


Citations

http://www.mediawiki.org/wiki/Extension:Cite/Cite.php

Usage

The Sun is pretty big.[1] The Moon, however, is not so big.[2]

Notes

  1. E. Miller, The Sun, (New York: Academic Press, 2005), 23–25.
  2. R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44–46.

More on Widgets