Template:QuoteContainer: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
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|}}}
        | {{{text}}}
        | Укажите текст цитаты.
    }}»
   </div>
   </div>
   <div class="quote-bottom-image"></div>
   <div class="quote-bottom-image"></div>
  <div class="quote-author">
    {{#if: {{{author|}}}
        | — {{{author}}}
        |
    }}
  </div>
</div>
</div>




Line 13: Line 24:
     color: #000;
     color: #000;
     border: 1px solid transparent;
     border: 1px solid transparent;
    font-family: 'MyCustomFont2', sans-serif;
}
}
}}
}}

Latest revision as of 02:41, 16 October 2024

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