Template:ChapterSegmented: differenze tra le versioni
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
(Una versione intermedia di uno stesso utente non è mostrata) | |||
Riga 1: | Riga 1: | ||
< | <noinclude>{{Documentation}}</noinclude> | ||
{{ | |||
}} | |||
<!-- | <!-- ✅ CONTENITORE COMPLETO --> | ||
<div class="chapter-container"> | <div class="chapter-container"> | ||
<!-- | <!-- ✍️ AUTORE --> | ||
{{#if: {{{autore|}}} | {{ArtBy|autore={{{autore}}}}} }} | {{#if: {{{autore|}}} | {{ArtBy|autore={{{autore}}}}} }} | ||
<!-- | <!-- 📑 INDICE --> | ||
__TOC__ | __TOC__ | ||
<!-- | <!-- 📋 ABSTRACT --> | ||
<div class="chapter-abstract"> | <div class="chapter-abstract"> | ||
<strong>Abstract</strong> | <strong>Abstract</strong> | ||
{{#if: {{{abstract|}}} | | <p>{{#if: {{{abstract|}}} | {{{abstract}}} | <em>No abstract provided.</em> }}</p> | ||
</div> | </div> | ||
<!-- | <!-- 🔒 PULSANTE LOGIN --> | ||
{{BottoneLinkedIn}} | {{BottoneLinkedIn}} | ||
<!-- 📄 | 💬 | <!-- 📄 PAGE | 💬 DISCUSSION --> | ||
{{PageDiscussion}} | {{PageDiscussion}} | ||
<!-- 📘 CONTENUTO COMPLETO | <!-- 📘 CONTENUTO COMPLETO --> | ||
<div class="chapter-full login-required" style=" | {{#if: {{#ifeq:{{USERNAME}}|}} | | ||
<div class="chapter-content"> | <!-- Utente NON loggato --> | ||
<div class="chapter-full login-required" style="opacity:0.3; pointer-events:none;"> | |||
<div class="chapter-content"> | |||
<em>Accedi con LinkedIn per leggere il contenuto completo.</em> | |||
</div> | |||
</div> | |||
| | |||
<!-- Utente loggato --> | |||
<div class="chapter-full"> | |||
<div class="chapter-content"> | |||
{{#if: {{{fulltext|}}} | {{{fulltext}}} | <em>Contenuto completo non fornito.</em> }} | |||
</div> | |||
</div> | </div> | ||
}} | |||
<!-- 📚 BIBLIOGRAFIA | <!-- 📚 BIBLIOGRAFIA --> | ||
{{#if: {{{ | {{#if: {{{biblio|}}} | | ||
<div class="chapter-biblio"> | <div class="chapter-biblio"> | ||
<strong>Bibliography</strong> | |||
<hr/> | |||
</div> | {{{biblio}}} | ||
</div> | |||
}} | }} | ||
</div> | </div> |