Difference between revisions of "Template:Main Page/Frame/doc"

From TSG Doc
Jump to navigation Jump to search
(Created page with "{{Documentation subpage}} This template is used on the home page to internationalize and standardize home pages in all languages. Based on the elegant work of TMg for Wikidata...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
This template is used on the home page to internationalize and standardize home pages in all languages. Based on the elegant work of TMg for Wikidata.
+
This template is used on the home page to organize subcategories in a more widescreen-friendly manner. Based on the elegant work of TMg for Wikidata.
  
 
=== Usage ===
 
=== Usage ===
Line 6: Line 6:
 
{{Main Page/Frame
 
{{Main Page/Frame
 
  | color      = 069
 
  | color      = 069
  | title      = The title of this frame in your language
+
  | title      = The title of this frame
 
  | content    =
 
  | content    =
 
* Bullet 1
 
* Bullet 1
Line 18: Line 18:
 
; title : The title of this frame in your language.
 
; title : The title of this frame in your language.
 
; content : The title of this frame in your language. Additional tags <tt><nowiki><div></div></nowiki></tt> are set by the template and not needed in the inclusion.
 
; content : The title of this frame in your language. Additional tags <tt><nowiki><div></div></nowiki></tt> are set by the template and not needed in the inclusion.
 +
 +
=== Styling ===
 +
Most of the frame is styled inline, but for a responsive design, the styling for the outer div is done in [[Mediawiki:Common.css]] so we can handle media queries a bit better.
  
 
<includeonly>
 
<includeonly>
 
<!-- Categories here -->
 
<!-- Categories here -->
 
</includeonly>
 
</includeonly>

Latest revision as of 10:10, 9 July 2015

This template is used on the home page to organize subcategories in a more widescreen-friendly manner. Based on the elegant work of TMg for Wikidata.

Usage

{{Main Page/Frame
 | color      = 069
 | title      = The title of this frame
 | content    =
* Bullet 1
* Bullet 2
* Bullet 3
}}

Syntax

color
This changes the title box background color. Default: 888 (gray).
title
The title of this frame in your language.
content
The title of this frame in your language. Additional tags <div></div> are set by the template and not needed in the inclusion.

Styling

Most of the frame is styled inline, but for a responsive design, the styling for the outer div is done in Mediawiki:Common.css so we can handle media queries a bit better.