Шаблон:Блок раздела

Материал из Wiki.crossplatform.ru

(Различия между версиями)
Перейти к: навигация, поиск
(Новая: {{Box-header |title={{{title}}} |editpage=/{{{title}}} |border=#669999 <!-- This is the color of the borders around Box Sections --> |titleforeground=black <!-- This i...)
(Заменил шаблон документации)
 
(11 промежуточных версий не показаны.)
Строка 1: Строка 1:
{{Box-header
{{Box-header
  |title={{{title}}}
  |title={{{title}}}
-
  |editpage=/{{{title}}}
+
  |editpage={{FULLPAGENAME}}/{{{title}}}
-
  |border=#669999           <!-- This is the color of the borders around Box Sections -->
+
  |border={{{colorborder|#669999}}}                    <!-- This is the color of the borders around Box Sections -->
-
  |titleforeground=black     <!-- This is the color of the Box Section Title Bar text -->
+
  |titleforeground=black             <!-- This is the color of the Box Section Title Bar text -->
-
  |titlebackground={{{color}}}  <!-- This is the color of the Box Section Title Bar -->
+
  |titlebackground={{{colortitle|white}}}  <!-- This is the color of the Box Section Title Bar -->
-
  |background=white         <!-- This is the color of the Box Section background -->
+
  |background={{{colorback|white}}}        <!-- This is the color of the Box Section background -->
-
  |foreground=black}}        <!-- This is the color of the Box Section text -->
+
  |foreground=black                   <!-- This is the color of the Box Section text -->
-
{{{{FULLPAGENAME}}/{{{title}}}}}
+
}}               
 +
{{:{{FULLPAGENAME}}/{{{title}}}}}
{{box-footer|}}<noinclude>
{{box-footer|}}<noinclude>
-
{{doc}}
+
{{Doc}}
-
</noinclude>
+
<!-- Пожалуйста, добавляйте категории и интервики на страницу документации! --></noinclude>

Текущая версия на 22:45, 4 октября 2008

[{{fullurl:Шаблон:Блок раздела/{{{title}}}|action=edit}} править

Содержание

{{{title}}}

{{:Шаблон:Блок раздела/{{{title}}}}}


__NOEDITSECTION__ Документация  Документация

Шаблон:Блок раздела · Документация · Обсуждение · Где используется

__NOTOC__

[править] Описание

Этот шаблон предназначен для главных страниц разделов, например, Qt, Boost и т.д.
Он создает подстраницу с названием указанным в параметре title и вставляет ее содержимое в нуть себя.
Т.е. содержимое блока редактируется на отдельной странице.

[править] Заготовка для копирования

{{Блок раздела
 |title = Заголовок блока
 |colortitle = Цвет заголовока  (по-умолчанию: #white)
 |colorborder = Цвет рамки (по-умолчанию: #669999)
 |colorback = Цвет блока  (по-умолчанию: #white)
}}

[править] Пример использования

[править] Текст

{{Блок раздела
 |title = Заголовок блока
 |colortitle = #f3cece
 |colorborder = #bfb1a3
 |colorback = #fff9f5
}}

[править] Как выглядит

править 

Заголовок блока

Пример подстраницы

  • Пункт 1
  • Пункт 2

[править] Примечание

Нажмите кнопку Править, в правом углу заголвка блока, чтобы перейти на подстраницу и отредактировать ее.