Help:Editing/Advanced: Difference between revisions

WikiAdmin (talk | contribs)
m added section: Graphic content
WikiAdmin (talk | contribs)
m adjusted external links
 
(4 intermediate revisions by the same user not shown)
Line 29: Line 29:
=== Templates overview ===
=== Templates overview ===
In the page [[Special:AllPages]], you can list all available templates by chosing the Template namespace. [http://en.intactiwiki.org/index.php/Special:AllPages?from=&to=&namespace=10 Or simply click here.]
In the page [[Special:AllPages]], you can list all available templates by chosing the Template namespace. [http://en.intactiwiki.org/index.php/Special:AllPages?from=&to=&namespace=10 Or simply click here.]
=== Template development ===
If you think you're missing a template, you might try and create one on your own, if you are familiar with the MediaWiki language and understand how templates work. If so, please check whether your desired template already exists or if you could use a similar one for your needs. If you believe your skills aren't sufficient for developing IntactiWiki templates, please don't hesitate to ask [[User_talk:WikiAdmin]] for a new template. He'll advise you how to do or create one for you.


== Localization ==
== Localization ==
IntactiWiki supports various localized instances. Currently, the following languages are are available. You will basically see the links to the other IntactiWiki instances on the Main page of each IntactiWiki:
IntactiWiki supports various localized instances. Currently, the following languages are available. You will basically see the links to the other IntactiWiki instances on the Main page of each IntactiWiki:


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 37: Line 40:
! ISO code !! English name !! Localized name
! ISO code !! English name !! Localized name
|-
|-
| da || Danish || [http://da.intactiwiki.org Dansk]
| ar || Arabic || [https://ar.intactiwiki.org العربية]
|-
| da || Danish || [https://da.intactiwiki.org Dansk]
|-
|-
| de || German || [http://de.intactiwiki.org Deutsch]
| de || German || [https://de.intactiwiki.org Deutsch]
|-
|-
| en || English|| [http://en.intactiwiki.org English]
| en || English|| [https://en.intactiwiki.org English]
|-
|-
| es || Spanish || [http://es.intactiwiki.org Español]
| es || Spanish || [https://es.intactiwiki.org Español]
|-
|-
| fa || Farsi || [http://fa.intactiwiki.org فارسی]
| fa || Farsi || [https://fa.intactiwiki.org فارسی]
|-
|-
| fi || Finnish || [http://fi.intactiwiki.org Suomi]
| fi || Finnish || [https://fi.intactiwiki.org Suomi]
|-
|-
| fr || French || [http://fr.intactiwiki.org Français]
| fr || French || [https://fr.intactiwiki.org Français]
|-
|-
| he || Hebrew || [http://he.intactiwiki.org עברית]
| he || Hebrew || [https://he.intactiwiki.org עברית]
|-
|-
| is || Icelandic || [http://is.intactiwiki.org Íslenska]
| is || Icelandic || [https://is.intactiwiki.org Íslenska]
|-
|-
| nl || Dutch || [http://nl.intactiwiki.org Nederlands]
| nl || Dutch || [https://nl.intactiwiki.org Nederlands]
|-
|-
| sv || Swedish || [http://sv.intactiwiki.org Svenska]
| sv || Swedish || [https://sv.intactiwiki.org Svenska]
|-
|-
| sw || Swahili language || [http://sw.intactiwiki.org Kiswahili]
| sw || Swahili language || [https://sw.intactiwiki.org Kiswahili]
|-
|-
| tr|| Turkish|| [http://tr.intactiwiki.org Türkçe]
| tr|| Turkish|| [https://tr.intactiwiki.org Türkçe]
|}
|}


Line 75: Line 80:


== Highlighting ==
== Highlighting ==
If you ever want to <span style="background:#FFE87C">highlight</span> text (which basically should be avoided), use the following:
If you ever want to {{Highlighting|highlight}} text (which basically should be avoided), use the following template:
<pre><span style="background:#FFE87C">highlighted text here</span></pre>
<pre>{{Highlighting|highlighted text here}}</pre>


== Tooltips ==
== Tooltips ==