Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Rockpi4/contribute/de de

< Rockpi4‎ | contribute
Revision as of 11:51, 30 November 2018 by Beachtier (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Über dieses Wiki

Radxa Wiki ist der Ort, an dem Informationen, Anleitungen und Tutorials zu Radxa-Produkten gesammelt werden. Das Wiki ist offen für die Registrierung und wird von der Community und dem Radxa-Team gepflegt. Zögern Sie nicht, die entsprechenden Informationen zum Radxa-Produkt auf der Wiki-Seite hinzuzufügen/zu bearbeiten. Die meisten Seiten können ohne Erlaubnis bearbeitet werden, einige Seiten, die das Team für wichtig hält, sind geschützt.

Wie editiere Ich

  1. Sie müssen ein Konto erstellen, das Sie bearbeiten möchten, überprüfen Sie das Top-Menü Edit -> Personal -> Create account. Nach dem Einloggen kannst du die Wiki-Seite bearbeiten.
  2. Die Wiki-Syntax finden Sie unter wiki fomatting
  3. Bevor Sie Ihre Änderungen speichern, klicken Sie auf preview.

Spezielle Templates

1. Nav Bar

Jedes Produkt hat eine eigene Navigationsleiste, über die der Benutzer die Inhalte leichter finden kann. Um das hinzuzufügen, füge das Folgende in die erste Zeile der Seite ein:

    {{rockpi4_header}}

Der Inhalt von rockpi4_header template ist wie unten beschrieben:

<div class="col-md-12">
<div class="col-sm-12">
      <ul class="nav nav-pills nav-tabs-lighter">
        <li>[[rockpi4| Main]]</li>
        <li>[[rockpi4/getting_started | Getting Started]]</li>
        <li>[[rockpi4/hardware | Hardware]]</li>
        <li>[[rockpi4/downloads | Downloads]]</li>
        <li>[[rockpi4/FAQs | FAQs]]</li>
      </ul>
</div>
</div>

Es sieht wie folgt aus:



Sie können die Navigationsleiste für eine andere Sprache auch hinzufügen, Template:Rockpi4_header_es und als Beispiel Template:Rockpi4_header_zh_cn dieses.


2. Mehrere Sprachen

The wiki supports multiple language by using the language template. If you want to add your language, edit language template first. It's content as below:

<div class="col-md-12">
<div class="btn btn-primary pull-right"><i class="fa fa-language"></i> [[{{{1|:{{NAMESPACE}}:{{BASEPAGENAME}}}}}|{{#language:en}}]]</div> 
<div class="btn btn-primary pull-right"><i class="fa fa-language"></i> [[{{{1|:{{NAMESPACE}}:{{BASEPAGENAME}}}}}/zh_cn|{{#language:zh-cn}}]]</div> 
<div class="btn btn-primary pull-right"><i class="fa fa-language"></i> [[{{{1|:{{NAMESPACE}}:{{BASEPAGENAME}}}}}/es_es|{{#language:es}}]]</div> 
<div class="btn btn-primary pull-right"><i class="fa fa-language"></i> [[{{{1|:{{NAMESPACE}}:{{BASEPAGENAME}}}}}/de_DE|{{#language:de}}]]</div> 
<div class="btn btn-primary pull-right"><i class="fa fa-language"></i> [[{{{1|:{{NAMESPACE}}:{{BASEPAGENAME}}}}}/pt_BR|{{#language:pt-br}}]]</div>
<div class="box-Title"></div>
</div>

Add your language code as above and save the template.

Each page with multiple language support must include the template at the second line, next to the Nav Bar. The page name must be passed to the template after the | sign, example of the getting started page of ROCK Pi 4:

{{Languages|rockpi4/getting_started}}

It will looks like this:



Then click the language button to create/goto the ROCK Pi 4 getting started page of corresponding language.

Note:

When you translate a page, which has link to other page on the same wiki, you should add the country code in the url, so that the user will always jump to the destination page of the same language.

In English version, link to getting started page is [[Rockpi4/getting_started]]
For the Simplified Chinese version, the link should be changed to  [[Rockpi4/getting_started/zh_cn]].

Remember:

  • Germany content page url always ends with de_DE
  • Simplified Chinese content page url always ends with zh_cn
  • Spanish content page url always ends with es_es
  • ...

3. Breadcrumb

If the page depth is deeper than 2, a breadcrumb should be added to the beginning of the page for the user to go back to the upper level page.

    [[rockpi4 | ROCK Pi 4]] > [[rockpi4/install | Install]] > [[rockpi4/install/eMMC | Install on eMMC module]]

It looks like this:

    ROCK Pi 4 >  Install >  Install on eMMC module

Community Contributions

  • HANLLEL translated the Spanish page.
  • Beachtier translated the Germany page.