Text Formatting Templates

From Wiki
Jump to navigationJump to search

Introduction

This listing of templates is used to help format text for easier reading on the Gentoo Linux Wiki and to help make all articles consistent. Swiped from Gentoo Wiki

Listing

What it looks like What you type
Template:Box Code
Code: Code Title
Code Content
More code content
Even more code
 {{Box Code|Code Title|
  <nowiki>
  Code Content
  More code content
  Even more code
  </nowiki>
 }}
 
Template:Box File
File: File Title
File content,
more content
even more content
 {{Box File|File Title|
  <nowiki>
  File content,
  more content
  even more content
  </nowiki>
 }}
 
Template:Box Note
Note: This is a note.
 {{Box Note|This is a note.}}
 
Template:Box Warning
Warning: This is a warning about a possibly dangerous action.
 {{Box Warning|This is a warning about a possibly dangerous action.}}
 
Template:Box Tip
Tip: This is a helpful tip.
 {{Box Tip|This is a helpful tip.}}
 
Template:Box FIXME
FIXME: Something on this page demands attention and should be fixed.

{{Box FIXME|Something on this page demands attention and should be fixed.}}

Template:Commandline

your command here

{{Commandline|your command here}}

(If the command has an = in it, try 1=your command here)