Information:
Markup
Headline
What markup to use on 101wiki pages
Description
Overall, 101wiki uses Technology:MediaWiki markup but with some omissions, extensions, and variations.
This information is under construction.
File and fragment selection
Files in 101repo and fragments thereof can be addressed so that the corresponding text is rendered. The following examples stem from Contribution:haskellStarter.
This is how a complete file could be selected:
<fragment url="/contributions/haskellStarter/src/Main.hs"/>
In fact, the URLs can be relative to the page:
<fragment url="src/Main.hs"/>
A specific type in the file can be selected like this:
<fragment url="src/Main.hs/type/Company"/>
One can use the discovery service to actually capture the URLs for file and fragment selection. For instance, this URL positions the discovery service on the file of interest: http://101companies.org/resources/contributions/haskellStarter/src/Main.hs?format=html Accordingly, one can examine the listed fragments and extract the URLs for inclusion into the fragment markup.
Backlinks
There are no revisions for this page.
User contributions
User edits
Syntax for editing wiki
For you are available next options:will make text bold.
will make text italic.
will make text underlined.
will make text striked.
will allow you to paste code headline into the page.
will allow you to link into the page.
will allow you to paste code with syntax highlight into the page. You will need to define used programming language.
will allow you to paste image into the page.
is list with bullets.
is list with numbers.
will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.
will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.
will allow your to insert code snippets from @worker.
Syntax for editing wiki
For you are available next options:will make text bold.
will make text italic.
will make text underlined.
will make text striked.
will allow you to paste code headline into the page.
will allow you to link into the page.
will allow you to paste code with syntax highlight into the page. You will need to define used programming language.
will allow you to paste image into the page.
is list with bullets.
is list with numbers.
will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.
will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.
will allow your to insert code snippets from @worker.