Help: Difference between revisions

From SGMK-SSAM-WIKI
Jump to navigation Jump to search
Line 36: Line 36:
== Youtube ==
== Youtube ==


* inserting a youtube video [[Widget:YouTube]]
* inserting a youtube video: <pre><youtube>xY_utubeId</youtube></pre>


== Flickr ==
== Flickr ==

Revision as of 23:57, 23 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>xY_utubeId</youtube>

Flickr

For more details look freelance writing opportunities site.


Citations

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

According to scientists, 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-5.
  2. R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.

More on Widgets