Template:QuoteContainer: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
   <div class="quote-top-image"></div>
   <div class="quote-top-image"></div>
   <div class="quote-content">
   <div class="quote-content">
«{{#if: {{{text|}}}
    «{{#if: {{{text|}}}
      | {{{text}}}
        | {{{text}}}
      | Укажите текст цитаты.
        | Укажите текст цитаты.
     }}»  
     }}»  
   </div>
   </div>
   <div class="quote-bottom-image"></div>
   <div class="quote-bottom-image"></div>
   <div class="quote-author">—{{{author| Имя Фамилия}}}</div>
   <div class="quote-author">
    {{#if: {{{author|}}}
        | — {{{author}}}
        |  
    }}
  </div>
</div>
</div>





Latest revision as of 02:41, 16 October 2024

   «Укажите текст цитаты.»