Help:Editing/Advanced: Difference between revisions

WikiAdmin (talk | contribs)
m add a languages table
WikiAdmin (talk | contribs)
m adjusted external links
 
(5 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 العربية]
|-
|-
| de || German || [http://de.intactiwiki.org Deutsch]
| da || Danish || [https://da.intactiwiki.org Dansk]
|-
|-
| en || English|| [http://en.intactiwiki.org English]
| de || German || [https://de.intactiwiki.org Deutsch]
|-
|-
| es || Spanish || [http://es.intactiwiki.org Español]
| en || English|| [https://en.intactiwiki.org English]
|-
|-
| fa || Farsi || [http://fa.intactiwiki.org فارسی]
| es || Spanish || [https://es.intactiwiki.org Español]
|-
|-
| fi || Finnish || [http://fi.intactiwiki.org Suomi]
| fa || Farsi || [https://fa.intactiwiki.org فارسی]
|-
|-
| fr || French || [http://fr.intactiwiki.org Français]
| fi || Finnish || [https://fi.intactiwiki.org Suomi]
|-
|-
| he || Hebrew || [http://he.intactiwiki.org עברית]
| fr || French || [https://fr.intactiwiki.org Français]
|-
|-
| is || Icelandic || [http://is.intactiwiki.org Íslenska]
| he || Hebrew || [https://he.intactiwiki.org עברית]
|-
|-
| nl || Dutch || [http://nl.intactiwiki.org Nederlands]
| is || Icelandic || [https://is.intactiwiki.org Íslenska]
|-
|-
| sv || Swedish || [http://sv.intactiwiki.org Svenska]
| nl || Dutch || [https://nl.intactiwiki.org Nederlands]
|-
|-
| sw || Swahili language || [http://sw.intactiwiki.org Kiswahili]
| sv || Swedish || [https://sv.intactiwiki.org Svenska]
|-
|-
| tr|| Turkish|| [http://tr.intactiwiki.org Türkçe]
| sw || Swahili language || [https://sw.intactiwiki.org Kiswahili]
|-
| 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 ==
Line 86: Line 91:
'''Tip info:''' <pre>{{#tip-info:I am an important information.}}</pre>
'''Tip info:''' <pre>{{#tip-info:I am an important information.}}</pre>
{{#tip-info:I am an important information.}}
{{#tip-info:I am an important information.}}
== Graphic content ==
Chances are that an IntactiWiki article refers to genitals or sexuality and uses pictures for this. If such articles are linked on social media (such as Facebook), this can lead to the person being blocked there because they have allegedly published pornographic material or violated the rule "no representation of naked genitals". In order to prevent this, the IntactiWiki has to tell Facebook which of multiple images on an article page should be picked as the default image (aka main image) for the Facebook preview.
This is done by using the '''<nowiki>{{GraphicWarning}}</nowiki>''' template. Place it in the first line of your article. It will show an appropriate warning image then which is defined as the default image using the HTML meta tag '''og:image'''. Here is how the currently used image looks like:
{{GraphicWarning}}


== Other ==
== Other ==