Difference between revisions of "Template:Doc-inline"
From Wiki
Jump to navigationJump to search (корректировка) |
m (5 версий) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div style="background:#F0F8FF; border:1px dotted #8BCBFF; padding:10px; margin-top:10px"><noinclude> | <div style="background:#F0F8FF; border:1px dotted #8BCBFF; padding:10px; margin-top:10px"><noinclude> | ||
− | {| style="border-spacing:0;" width="100%" | + | {| style="border-spacing:0; background:#F0F8FF;" width="100%" |
! style="border-bottom: 1px dotted rgb(153, 153, 153);border-right: 1px dotted rgb(153, 153, 153)" width="50%"| <center>RUS</center> | ! style="border-bottom: 1px dotted rgb(153, 153, 153);border-right: 1px dotted rgb(153, 153, 153)" width="50%"| <center>RUS</center> | ||
! style="border-bottom: 1px dotted rgb(153, 153, 153);border-left: 1px dotted rgb(153, 153, 153)" width="50%"| <center>ENG</center> | ! style="border-bottom: 1px dotted rgb(153, 153, 153);border-left: 1px dotted rgb(153, 153, 153)" width="50%"| <center>ENG</center> | ||
Line 6: | Line 6: | ||
|- | |- | ||
| style="border-right: 1px dotted rgb(153, 153, 153);"|Шаблон для визуального отделения «документации» от остальной части страницы. | | style="border-right: 1px dotted rgb(153, 153, 153);"|Шаблон для визуального отделения «документации» от остальной части страницы. | ||
− | | style="border-left: 1px dotted rgb(153, 153, 153);"| | + | | style="border-left: 1px dotted rgb(153, 153, 153);"|Template for visual separation "documentation" from the rest of the page. |
|- | |- | ||
| style="border-right: 1px dotted rgb(153, 153, 153);"|Цвет фона аналогичен шаблону {{[[template:doc|doc]]}}. | | style="border-right: 1px dotted rgb(153, 153, 153);"|Цвет фона аналогичен шаблону {{[[template:doc|doc]]}}. | ||
− | | style="border-left: 1px dotted rgb(153, 153, 153);"| | + | | style="border-left: 1px dotted rgb(153, 153, 153);"|The background color is similar to the template {{[[template:doc|doc]]}}. |
|- | |- | ||
| style="border-right: 1px dotted rgb(153, 153, 153);"|Пример использования: | | style="border-right: 1px dotted rgb(153, 153, 153);"|Пример использования: | ||
− | | style="border-left: 1px dotted rgb(153, 153, 153);"| | + | | style="border-left: 1px dotted rgb(153, 153, 153);"|Example: |
|- | |- | ||
| style="border-right: 1px dotted rgb(153, 153, 153);"|<pre> | | style="border-right: 1px dotted rgb(153, 153, 153);"|<pre> | ||
− | {{doc-inline}} | + | <nowiki>{{doc-inline}}</nowiki> |
Это документация | Это документация | ||
− | </ | + | <nowiki>{{doc-inline-end}}</nowiki> |
=Обсуждение= | =Обсуждение= | ||
</pre> | </pre> | ||
− | + | | style="border-left: 1px dotted rgb(153, 153, 153);"|<pre> | |
− | + | <nowiki>{{doc-inline}}</nowiki> | |
− | + | This documentation | |
− | | style="border-left: 1px dotted rgb(153, 153, 153);"| | + | <nowiki>{{doc-inline-end}}</nowiki> |
+ | =Discussion= | ||
+ | </pre> | ||
|} | |} | ||
− | |||
[[Category:RU/wiki templates:Doc|{{PAGENAME}}]] | [[Category:RU/wiki templates:Doc|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Latest revision as of 13:53, 19 May 2011
Шаблон для визуального отделения «документации» от остальной части страницы. | Template for visual separation "documentation" from the rest of the page. |
Цвет фона аналогичен шаблону {{doc}}. | The background color is similar to the template {{doc}}. |
Пример использования: | Example: |
{{doc-inline}} Это документация {{doc-inline-end}} =Обсуждение= |
{{doc-inline}} This documentation {{doc-inline-end}} =Discussion= |