Templates: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Overview== Templates are wiki pages whose content can be embedded in other pages. They allow for easy translations and help maintain consistency among related documents. This page describes some templates for formatting text. == Templates == {| class="wikitable" |- ! Template !! Example syntax !! Example output |- ! <h5> Warning </h5> | <pre>{{warning}} Here is my warning 1.</pre> <pre>{{warning|Here is my warning 2.}}</pre> | {{warning}} Here...") |
No edit summary |
||
Line 1: | Line 1: | ||
==Overview== | ==Overview== | ||
Templates are wiki pages whose content can be embedded in other pages. They allow for easy translations and help maintain consistency among related documents. This page describes some templates for formatting text. | Templates are wiki pages whose content can be embedded in other pages. They allow for easy translations and help maintain consistency among related documents. This page describes some templates for formatting text. | ||
Many gm13 templates are inspired by the official [https://www.mediawiki.org/wiki/Documentation/Style_guide/templates| Mediawiki] ones. | |||
== Templates == | == Templates == | ||
Line 10: | Line 12: | ||
|- | |- | ||
! <h5> [[Template:Warning|Warning]] </h5> | ! <h5> [[Template:Warning|Warning]] </h5> | ||
| <pre>{{warning}} Here is my warning | | <pre>{{warning}} Here is my warning.</pre></pre> | ||
| | | {{warning|Here is my warning.}} | ||
|- | |- | ||
! <h5> [[Template:Note|Note]] </h5> | ! <h5> [[Template:Note|Note]] </h5> |
Revision as of 05:10, 10 July 2023
Overview
Templates are wiki pages whose content can be embedded in other pages. They allow for easy translations and help maintain consistency among related documents. This page describes some templates for formatting text.
Many gm13 templates are inspired by the official Mediawiki ones.
Templates
Template | Example syntax | Example output | |||
---|---|---|---|---|---|
Warning |
{{warning}} Here is my warning. |
| |||
Note |
{{note|Note 1}} |
| |||
Tip |
{{Tip|Here is my tip.}} |
| |||
Notice |
{{Notice|Here is my notice.}} |
| |||
Fixme |
{{Fixme}} |
| |||
Historical |
{{Historical}} |
| |||
Outdated (Alias: Update) |
{{Outdated}} Alias: {{Update}} |
||||
Draft |
{{Draft}} |
|