Difference between revisions of "Wiki tweak page"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
m (fix spelling) |
m (added languages and translate tags) |
||
Line 1: | Line 1: | ||
<languages/> | |||
__TOC__ | |||
<translate> | |||
== How to create templates == | == How to create templates == | ||
{{BoxWarning|If you feel a template is missing or needs improvement?|Use this [[Talk:Wiki_tweak_page|Discussion link]] and discuss the change with your fellow editors. | {{BoxWarning|If you feel a template is missing or needs improvement?|Use this [[Talk:Wiki_tweak_page|Discussion link]] and discuss the change with your fellow editors. | ||
Line 26: | Line 29: | ||
===Usage=== | ===Usage=== | ||
<nowiki>{{TemplateName|Text here}}</nowiki> | <nowiki>{{TemplateName|Text here}}</nowiki> | ||
</translate> | |||
[[Category:Contents Page{{#translation:}}]] |
Revision as of 19:13, 7 September 2021
How to create templates
Create a new page to serve as base
Example: http://wiki.manjaro.org/index.php/Template:TemplateNameBase
After creating the page, edit it by taking the code below as example
<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}}