Шаблон:Pageframe: различия между версиями

Материал из Fluffy Frontier
(Новая страница: «<div style="box-shadow: 0 0 .3em #999; border-radius: .2em; margin: 1em 0 1em 1; border: .2em solid {{{color|#444}}}; background: {{{color|#444}}}; width: {{{widt...»)
 
Нет описания правки
Строка 4: Строка 4:
<div style="padding: .5em; background: {{{color|#444}}}2e; margin:.25em; border-radius: .5em;">
<div style="padding: .5em; background: {{{color|#444}}}2e; margin:.25em; border-radius: .5em;">
{{{content}}}
{{{content}}}
</div></div></div><noinclude>[[Category:Templates]][[Category:Misc Styling Templates]]
</div></div></div><noinclude>[[Категория:Шаблоны]]
==How to use this template==
 
This template has several parameters and all of them will be displayed in the example below.
== Как использовать==
 
Пример А:
<pre>{{Pageframe
<pre>{{Pageframe
| color = #005C53
| color = #005C53
Строка 14: Строка 16:
}}
}}


These parameters will result in the following:
Пример Б:
</pre>
</pre>
{{Pageframe
{{Pageframe

Версия от 11:53, 9 августа 2022

{{{title}}}

{{{content}}}

Как использовать

Пример А:

{{Pageframe
| color = #005C53
| title = Test1
| content = Test2
| width = 80%
}}

Пример Б:
Test1

Test2