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

Difference between revisions of "Rockpi4/contribute"

Line 2: Line 2:
 
{{Languages|rockpi4/contribute}}
 
{{Languages|rockpi4/contribute}}
  
==About this wiki==
+
==Sobre este wiki==
  
Radxa wiki is the place gathering info, guides and tutorial of Radxa products. The wiki is open to register and maintained by the community and Radxa team. Feel free to add/edit radxa product's related info on the wiki page. Most of the pages can be edited without permission, some pages the team think important are protected.
+
El wiki de Radxa es un lugar para compartir información, guías y tutoriales de los productos de Radxa. El wiki está abierto para que te registres, es mantenido por la comunidad y el equipo de Radxa. Eres libre de añadir/editar información relacionada sobre los productos de Radxa en esta página. La mayoría de páginas pueden ser editadas sin permisos, algunas páginas del equipo que pensamos son importantes están protegidas.
  
==Edit==
+
==Edición==
# You must create an account to edit, check the nav bar Edit -> Personal -> Create account. After log in, you can edit the wiki page.
+
# Debes crear una cuenta, pulsando en Edit -> Personal -> Create account. Después de "logearte" (registrarte en el wiki), podrás editar la página del wiki.
# For the wiki syntax, please refer [https://www.mediawiki.org/wiki/Help:Formatting wiki fomatting]
+
# Para saber sobre la sintaxis del wiki, mira en [https://www.mediawiki.org/wiki/Help:Formatting Dando formato al wiki]
  
 
=== Multiple Language ===
 
=== Multiple Language ===

Revision as of 12:14, 24 November 2018

Sobre este wiki

El wiki de Radxa es un lugar para compartir información, guías y tutoriales de los productos de Radxa. El wiki está abierto para que te registres, es mantenido por la comunidad y el equipo de Radxa. Eres libre de añadir/editar información relacionada sobre los productos de Radxa en esta página. La mayoría de páginas pueden ser editadas sin permisos, algunas páginas del equipo que pensamos son importantes están protegidas.

Edición

  1. Debes crear una cuenta, pulsando en Edit -> Personal -> Create account. Después de "logearte" (registrarte en el wiki), podrás editar la página del wiki.
  2. Para saber sobre la sintaxis del wiki, mira en Dando formato al wiki

Multiple Language

The wiki supports multiple language by using the [Template:Languages | language template]. If you want to add your language, edit [Template:Languages | 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}}}}}/zh_tw|{{#language:zh-tw}}]]</div> 
<div class="btn btn-primary pull-right"><i class="fa fa-language"></i> [[{{{1|:{{NAMESPACE}}:{{BASEPAGENAME}}}}}/ja_JP|{{#language:ja}}]]</div> 
<div class="btn btn-primary pull-right"><i class="fa fa-language"></i> [[{{{1|:{{NAMESPACE}}:{{BASEPAGENAME}}}}}/fr_FR|{{#language:fr}}]]</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="box-Title"></div>
</div>

Add your language code as above and save the template. Each page with multiple language must include the template at the first line, following the page name separated by | , example of the first line of rockpi4 page:

{{Languages|rockpi4}}

It will looks like this:

Then click the language button to create the page for corresponding language.

Nav Bar

Each product has its own nav bar for the user to find the content easier. To add that, include the rockpi4_header template in the beginning of the page, next line after the language template. The content is as below:

<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>

You can also add the nav bar for other language by adding a new template, Template:Rockpi4_header_es is an example.