Difference between revisions of "Wiki tweak page/ru"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Created page with "== Как создавать шаблоны == {{BoxWarning|Если вы считаете, что шаблон отсутствует или нуждается в улучш...") |
(Created page with "После создания страницы отредактируйте ее, взяв в качестве примера приведенный ниже код <pre><noincl...") Tags: Mobile web edit Mobile edit |
||
Line 7: | Line 7: | ||
Пример: <nowiki>http://wiki.manjaro.org/index.php/Template:TemplateNameBase</nowiki> | Пример: <nowiki>http://wiki.manjaro.org/index.php/Template:TemplateNameBase</nowiki> | ||
После создания страницы отредактируйте ее, взяв в качестве примера приведенный ниже код | |||
<pre><noinclude>{{Template}}</noinclude> | <pre><noinclude>{{Template}}</noinclude> | ||
<includeonly>{{Box|{{{1}}}|{{{2}}}|#rgb|#rgb}}</includeonly></pre> | <includeonly>{{Box|{{{1}}}|{{{2}}}|#rgb|#rgb}}</includeonly></pre> |
Revision as of 09:48, 13 March 2023
Как создавать шаблоны
Создайте новую страницу, которая будет служить базовой
Пример: http://wiki.manjaro.org/index.php/Template:TemplateNameBase
После создания страницы отредактируйте ее, взяв в качестве примера приведенный ниже код
<noinclude>{{Template}}</noinclude> <includeonly>{{Box|{{{1}}}|{{{2}}}|#rgb|#rgb}}</includeonly>
Template arguments explained
- rgb is the hex code for the border's color. - rgb is the hex code for the background color. - Box is the template where these templates take their formatting.
Save your Template Base page and create a new page.
Example: http://wiki.manjaro.org/index.php/Template:TemplateName
After creating the page, edit it and use below code as example
<noinclude>{{Template}}</noinclude> <includeonly>{{TemplateNameBase|TemplateName:|{{{1|{{Purpose}}}}}}}</includeonly>
Always preview your changes and fix bugs before you finally save the new template
Usage
{{TemplateName|Text here}}