Шаблон: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...»)
 
Нет описания правки
 
(не показана 1 промежуточная версия этого же участника)
Строка 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
Строка 13: Строка 14:
| width = 80%
| width = 80%
}}
}}
</pre>


These parameters will result in the following:
Итого:
</pre>
{{Pageframe
{{Pageframe
| color = #005C53
| color = #005C53

Текущая версия от 11:54, 9 августа 2022

{{{title}}}

{{{content}}}

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

Пример:

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

Итого:

Test1

Test2