User:Claus chr/Test1

From KDE UserBase Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Test of Input template

{{Input|1=<nowiki>This is verbatim text entered in a template to be displayed as is</ nowiki>}}

gives this result

This is
verbatim text
  entered in a template
     to be displayed as is

Similarly the Output template produces

Some output

Test of the <code> tag

This snippet <code>short command</code> displayes a short command in the body of text that encloses it.

Syntaxhighlight

The queries can be run via this model -

    QString query = QString::fromLatin1("select ?r where { ?r a nco:Contact . }");
    Soprano::Model* model = Nepomuk2::ResourceManager::instance()->mainModel();
    Soprano::QueryResultIterator it = model->executeQuery( query, Soprano::Query::QueryLanguageSparql );

    while( it.next() ) {
        kDebug() << it["r"].uri();
    }

shorter approach:

.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }