Help:Editing/Advanced: Difference between revisions
m added section: Graphic content |
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 | 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 || [ | | ar || Arabic || [https://ar.intactiwiki.org العربية] | ||
|- | |||
| da || Danish || [https://da.intactiwiki.org Dansk] | |||
|- | |- | ||
| de || German || [ | | de || German || [https://de.intactiwiki.org Deutsch] | ||
|- | |- | ||
| en || English|| [ | | en || English|| [https://en.intactiwiki.org English] | ||
|- | |- | ||
| es || Spanish || [ | | es || Spanish || [https://es.intactiwiki.org Español] | ||
|- | |- | ||
| fa || Farsi || [ | | fa || Farsi || [https://fa.intactiwiki.org فارسی] | ||
|- | |- | ||
| fi || Finnish || [ | | fi || Finnish || [https://fi.intactiwiki.org Suomi] | ||
|- | |- | ||
| fr || French || [ | | fr || French || [https://fr.intactiwiki.org Français] | ||
|- | |- | ||
| he || Hebrew || [ | | he || Hebrew || [https://he.intactiwiki.org עברית] | ||
|- | |- | ||
| is || Icelandic || [ | | is || Icelandic || [https://is.intactiwiki.org Íslenska] | ||
|- | |- | ||
| nl || Dutch || [ | | nl || Dutch || [https://nl.intactiwiki.org Nederlands] | ||
|- | |- | ||
| sv || Swedish || [ | | sv || Swedish || [https://sv.intactiwiki.org Svenska] | ||
|- | |- | ||
| sw || Swahili language || [ | | sw || Swahili language || [https://sw.intactiwiki.org Kiswahili] | ||
|- | |- | ||
| tr|| Turkish|| [ | | tr|| Turkish|| [https://tr.intactiwiki.org Türkçe] | ||
|} | |} | ||
| Line 75: | Line 80: | ||
== Highlighting == | == Highlighting == | ||
If you ever want to | If you ever want to {{Highlighting|highlight}} text (which basically should be avoided), use the following template: | ||
<pre> | <pre>{{Highlighting|highlighted text here}}</pre> | ||
== Tooltips == | == Tooltips == | ||