Template:ChapterSegmented: differenze tra le versioni
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
(4 versioni intermedie di uno stesso utente non sono mostrate) | |||
Riga 1: | Riga 1: | ||
< | <noinclude>{{Documentation}}</noinclude> | ||
{{ | |||
<!-- ✅ CONTENITORE COMPLETO --> | |||
}} | |||
< | |||
<div class="chapter-container"> | <div class="chapter-container"> | ||
<!-- | <!-- ✍️ AUTORE --> | ||
{{#if: {{{autore|}}} | {{ArtBy|autore={{{autore}}}}} }} | |||
<!-- 📑 INDICE --> | |||
__TOC__ | |||
<!-- 📋 ABSTRACT --> | |||
<div class="chapter-abstract"> | <div class="chapter-abstract"> | ||
<strong>Abstract</strong>< | <strong>Abstract</strong> | ||
{{#if: {{{abstract|}}} | {{{abstract}}} | <em>No abstract provided.</em> }} | <p>{{#if: {{{abstract|}}} | {{{abstract}}} | <em>No abstract provided.</em> }}</p> | ||
</div> | </div> | ||
<!-- | <!-- 🔒 PULSANTE LOGIN --> | ||
{{BottoneLinkedIn}} | {{BottoneLinkedIn}} | ||
<!-- 📄 | 💬 | <!-- 📄 PAGE | 💬 DISCUSSION --> | ||
<div class="chapter- | {{PageDiscussion}} | ||
</div> | <!-- 📘 CONTENUTO COMPLETO --> | ||
{{#if: {{#ifeq:{{USERNAME}}|}} | | |||
<!-- 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> | |||
}} | |||
<!-- 📚 | <!-- 📚 BIBLIOGRAFIA --> | ||
{{#if: {{{biblio|}}} | | |||
{{#if: {{{ | <div class="chapter-biblio"> | ||
<div class="chapter- | <strong>Bibliography</strong> | ||
<hr/> | |||
{{{biblio}}} | |||
</div> | </div> | ||
}} | |||
</div> | </div> |