Jump to content

Documentation/Style guide/templates

From mediawiki.org

Overview

[edit]

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.

Also see Help:Templates. There is also a similar list for wikitech.wikimedia.org.

Status and progress indicators

[edit]
Template Example syntax Example output
Status
{{status}}
{{status|done}}
{{status|on hold}}
{{status|not done}}
Status:    In progress


Status:    Done


Status:    On hold


Status:    Not done
Doing
{{Doing}}
In progress In progress
Not done
{{Not done}}
N Not done
Done
{{Done}}
Yes Done
Resolved
{{Resolved}}
Yes Resolved
Historical
{{Historical}}
Outdated (Alias: Update)
{{Outdated}}
Alias: {{Update}}
HistoricalProject
{{HistoricalProject}}
Archived extension
{{Archived extension}}
Draft
{{Draft}}
DoNotTranslate
{{DoNotTranslate}}
Last updated
{{Last updated}}
Last updated: 2026-07-22 by TBurmeister (WMF)
Documentation needed
{{Documentation needed}}
{{Documentation needed|section}}

Fixme
{{Fixme}}
Tracked
{{Tracked|T409768}}

Callouts and notices

[edit]
Template Example syntax Example output
Hatnote
{{hatnote|Here is my note.}}
Here is my note.
Caution
{{Caution}} Here is my caution 1.
{{Caution|Here is my caution 2.}}
Caution! Caution: Here is my caution 1.

Caution! Caution: Here is my caution 2.
Warning
{{warning}} Here is my warning 1.
{{warning|Here is my warning 2.}}
Warning Warning: Here is my warning 1.

Warning Warning: Here is my warning 2.
Todo
{{Todo|Here is my todo.}}
TODO: Here is my todo.
Todo-inline
{{Todo-inline}} A simpler inline template to flag TODOs.
(TODO) A simpler inline template to flag TODOs.
Fixtext
{{Fixtext|Here is my fixtext.}}
FIX: Here is my fixtext.
Note
{{note|Note 1}}
{{note|Note 2|reminder}}
{{note|Note 3|error}}
{{note}} Loose test 
Note 1

Note 2

Note 3

Note Note: Loose test
Tip
{{Tip|Here is my tip.}}
Here is my tip.
Notice
{{Notice|Here is my notice.}}

Paragraph and text formatting

[edit]
Template Example syntax Example output
Talkquote
{{talkquote|foo bar bang|example}}

foo bar bang
— User:example

Smaller
Body text {{Smaller|(note with smaller text)}}
Body text (note with smaller text)
[edit]
Template Example syntax Example output
Soft redirect
{{Soft redirect}}
#REDIRECT[[:{{{1}}}|{{{1}}}]]
This page is a soft redirect.
Main
{{Main|test|sandbox|w:foo}}
Main pages: test , sandbox and w:foo
See also
{{See also|test|sandbox|w:foo}}
See also: test, sandbox and w:foo
Merge
{{{{merge|Example_page}}
{{Doc-links|Link to an example doc}}
{{Doc-links|Link to a doc template|template}}

Git
{{Git|Link to change-id}}
git #1240762
Git file
{{Template:Git_file|Path to file, repo, branch, line number}}
ModuleSpecHandler.php
Gerrit
{{Gerrit|Change number or id}}
Gerrit #I2d7d6e
Phabricator
{{Phabricator|T409768}}
T409768

Code samples and technical content formatting

[edit]
Template Example syntax Example output
TabbedWindow
{{TabbedWindowBegin}}
...
{{TabbedWindowEnd}}

Python

[edit]
code

JavaScript

[edit]
code
Codesample
{{Codesample|echo "hello world!"|copy=}}
echo "hello world!"