2021-03-29 12:14:43 +02:00
|
|
|
---
|
|
|
|
title: Partecipanti
|
2022-06-01 10:26:43 +02:00
|
|
|
permalink: /partecipanti/
|
|
|
|
description: |
|
|
|
|
Tutti coloro che hanno <a href='/contribuisci' target='_blank' title='Contribuisci'>contribuito</a> a questo sito
|
|
|
|
redirect_from: [/persone/,/it/contributors/,/contributors-it/,/contributori/]
|
2021-03-29 12:14:43 +02:00
|
|
|
ref: people
|
|
|
|
---
|
2022-06-01 10:26:43 +02:00
|
|
|
Questo sito [è stato creato](/info 'Informazioni su quitsocialmedia.club') da [Tommi](https://tommi.space 'Tommi's personal website').
|
2021-03-29 12:14:43 +02:00
|
|
|
|
|
|
|
## Localizzazione
|
|
|
|
|
2022-06-01 10:26:43 +02:00
|
|
|
Tutti coloro che hanno [localizzato](/l10n 'Localization') i contenuti di questo sito:
|
2021-03-29 12:14:43 +02:00
|
|
|
|
|
|
|
<ul>
|
2022-06-01 10:26:43 +02:00
|
|
|
{% for person in people %}
|
2021-03-29 12:14:43 +02:00
|
|
|
{% if person.what contains 'l10n' %}
|
|
|
|
<li>
|
|
|
|
{% if person.url != nil %}
|
2022-06-01 19:34:23 +02:00
|
|
|
<a href='{{ person.url }}' target='_blank' title='{{ person.description }}'>{{ person.name }} {{ person.surname }}</a>
|
2021-03-29 12:14:43 +02:00
|
|
|
{% else %}
|
|
|
|
{{ person.name }} {{ person.surname }}
|
|
|
|
{% endif %}
|
|
|
|
</li>
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
## Suggerimenti e miglioramenti
|
|
|
|
|
|
|
|
Le persone che hanno contribuito a migliorare i contenuti e la forma in cui sono stati esposti.
|
|
|
|
|
|
|
|
<ul>
|
2022-06-01 10:26:43 +02:00
|
|
|
{% for person in people %}
|
2021-03-29 12:14:43 +02:00
|
|
|
{% if person.what contains 'help' %}
|
|
|
|
<li>
|
|
|
|
{% if person.url != nil %}
|
2022-06-01 19:34:23 +02:00
|
|
|
<a href='{{ person.url }}' target='_blank' title='{{ person.description }}'>{{ person.name }} {{ person.surname }}</a>
|
2021-03-29 12:14:43 +02:00
|
|
|
{% else %}
|
|
|
|
{{ person.name }} {{ person.surname }}
|
|
|
|
{% endif %}
|
|
|
|
</li>
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
## Illustrazioni
|
|
|
|
|
|
|
|
Gli autori delle illustrazioni presenti nelle varie pagine
|
|
|
|
|
|
|
|
<ul>
|
2022-06-01 10:26:43 +02:00
|
|
|
{% for person in people %}
|
2021-03-29 12:14:43 +02:00
|
|
|
{% if person.what contains 'draw' %}
|
|
|
|
<li>
|
|
|
|
{% if person.url != nil %}
|
2022-06-01 19:34:23 +02:00
|
|
|
<a href='{{ person.url }}' target='_blank' title='{{ person.description }}'>{{ person.name }} {{ person.surname }}</a>
|
2021-03-29 12:14:43 +02:00
|
|
|
{% else %}
|
|
|
|
{{ person.name }} {{ person.surname }}
|
|
|
|
{% endif %}
|
|
|
|
</li>
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|