This HTML5 document contains 22 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n12http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
n2http://ods.openlinksw.com/dataspace/dav/wiki/Doc/
foafhttp://xmlns.com/foaf/0.1/
oplhttp://www.openlinksw.com/schema/attribution#
n4http://ods.openlinksw.com/dataspace/dav/wiki/Doc/MediaWikiFormattingRules/page/
dchttp://purl.org/dc/elements/1.1/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n5http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n11http://ods.openlinksw.com/dataspace/%28NULL%29/wiki/Doc/
n6http://ods.openlinksw.com/dataspace/services/wiki/
xsdhhttp://www.w3.org/2001/XMLSchema#
n16http://ods.openlinksw.com/dataspace/dav/wiki/Doc/MediaWikiFormattingRules/sioc.
n8http://ods.openlinksw.com/dataspace/dav/wiki/
n18http://ods.openlinksw.com/dataspace/dav#
siochttp://rdfs.org/sioc/ns#
Subject Item
n2:MediaWikiFormattingRules
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-12T08:22:15.023833
dcterms:modified
2017-07-30T10:31:52.021698
rdfs:label
MediaWikiFormattingRules
rdfs:seeAlso
n4:1
foaf:maker
n12:this
dc:title
MediaWikiFormattingRules
opl:isDescribedUsing
n16:rdf
sioc:has_creator
n18:this
sioc:content
<table cellspacing="0" cellpadding="0"> <tr > <td valign='top'> <code> &lt;plainhtml>..&lt;/plainhtml> </code> </td> <td>⇒</td> <td>ignores Wiki markup, treats text as plain HTML </td><td> </td> </tr> <tr style='background: #EEEEEE'> <td valign='top'> <code> &lt;noautolink>..&lt;/noautolink> </code> </td> <td>⇒</td> <td>turn off WikiWord recognition. </td><td> </td> </tr> <tr > <td valign='top'> <code> <nowiki>[[ADDRESS TITLE]]</nowiki><br/> [ADDRESS TITLE]<br/> [ADDRESS|TITLE]<br/> [ADDRESS] </code> </td> <td>⇒</td> <td>produces a link. *ADDRESS* could be a <nop>WikiWord, e-mail, URL, or URL fragment </td><td> </td> </tr> <tr style='background: #EEEEEE'> <td valign='top'> <code> == header2 ==<br/> === header3 ===<br/> ==== header4 ====<br/> ===== header5 =====<br/> </code> </td> <td>⇒</td> <td>headers </td><td> <h2>header2</h2><h3>header3</h3><h4>header4</h4><h5>header</h5></td> </tr> <tr > <td valign='top'> <code> * item1<br/> * item2<br/> ** subitem1<br/> *** subsubitem1 </code> </td> <td>⇒</td> <td>list </td><td> <ul><li>item1</li><li>item2</li><ul><li>subitem1</li><ul><li>subsubitem1</li></ul></ul></ul></td> </tr> <tr style='background: #EEEEEE'> <td valign='top'> <code> # item1<br/> # item2<br/> ## subitem1<br/> ## subitem2<br/> ### subsubitem1 </code> </td> <td>⇒</td> <td>numeric list </td><td> <ol><li>item1</li><li>item2</li><ol><li>subitem1</li><ul><li>subsubitem1</li></ul></ul></ul></td> </tr> <tr > <td valign='top'> <code> # item1<br/> # item2<br/> #* subitem1<br/> #* subitem2<br/> #* subitem3<br/> #* subitem4 </code> </td> <td>⇒</td> <td>combined numeric list </td><td> <ul><li>item1</li><li>item2</li><ol><li>subitem1</li><li>subitem2</li><li>subitem3</li><li>subitem4</li></ul></ul></td> </tr> <tr style='background: #EEEEEE'> <td valign='top'> <code> ''text'' </code> </td> <td>⇒</td> <td>italic </td><td> <i>text</i></td> </tr> <tr > <td valign='top'> <code> '''text''' </code> </td> <td>⇒</td> <td>bold </td><td> <b>text</b></td> </tr> <tr style='background: #EEEEEE'> <td valign='top'> <code> '''''text''''' </code> </td> <td>⇒</td> <td>bold italic </td><td> <bi>text</bi></td> </tr> <tr > <td valign='top'> <code> =text= </code> </td> <td>⇒</td> <td>fixed length font </td><td> <tt>text</tt></td> </tr> <tr style='background: #EEEEEE'> <td valign='top'> <code> <code>---</code> </code> </td> <td>⇒</td> <td>horizontal line </td><td> <hr/></td> </tr> <tr > <td valign='top'> <code> %MACRO{parameters}% </code> </td> <td>⇒</td> <td>macro call </td><td> </td> </tr> <tr style='background: #EEEEEE'> <td valign='top'> <code> {| table-params<br/> ! header column 1<br/> ! header column 2<br/> ! header column 3<br/> |-<br/> | col11 || col12 || col13<br/> |-<br/> | col21 || col22 || col23<br/> |} </code> </td> <td>⇒</td> <td>table formatting </td><td> <table><tr><th>header column 1</th><th>header column 2</th><th>header column 3</th></tr><tr> <td>col11</td> <td>col12</td> <td>col13</td> </tr> <tr> <td>col21</td> <td>col22</td> <td>col23</td> </tr> </table></td> </tr> <tr > <td valign='top'> <code> {| table-params<br/> ! header column 1<br/> ! header column 2<br/> ! header column 3<br/> |-<br/> | col11<br/> | col12 <br/> | col13 <br/> |-<br/> | col22<br/> | col22 <br/> | col23<br/> |} </code> </td> <td>⇒</td> <td>alternative table formatting </td><td> <table><tr><th>header column 1</th><th>header column 2</th><th>header column 3</th></tr><tr> <td>col11</td> <td>col12</td> <td>col13</td> </tr> <tr> <td>col21</td> <td>col22</td> <td>col23</td> </tr> </table></td> </tr> <tr style='background: #EEEEEE'> <td valign='top'> <code> &lt;CODE> </code> </td> <td>⇒</td> <td>inline verbatim </td><td> </td> </tr> </table>
sioc:id
718257889dd97b80be7c620b87a8b0e2
sioc:link
n2:MediaWikiFormattingRules
sioc:has_container
n8:Doc
n5:has_services
n6:item
atom:title
MediaWikiFormattingRules
sioc:links_to
n11:WikiWord
atom:source
n8:Doc
atom:author
n12:this
atom:published
2017-06-12T08:22:15Z
atom:updated
2017-07-30T10:31:52Z
sioc:topic
n8:Doc