Difference between revisions of "Template:Box"

From FSCONS wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
{{box|#FF0000|#FFCCCC|Content of the box}}
 
{{box|#FF0000|#FFCCCC|Content of the box}}
  
which is obtain with: <nowiki>{{box|#FF0000|#FFCCCC|Content of the box}}</nowiki> where:
+
which is obtain with: <nowiki>{{box|#FF0000|#FFCCCC|Content of the box
 +
}}</nowiki> where:
  
 
* first argument is the border color
 
* first argument is the border color

Revision as of 13:45, 28 November 2012

This templates insert a “draft” box on the page, like the following:



Content of the box


which is obtain with: {{box|#FF0000|#FFCCCC|Content of the box }} where:

  • first argument is the border color
  • second argument is the background color
  • last comes the content of the box