Welcome to the SaGa Wiki! We have moved off Fandom very recently, so things are still being set up around here. Please note that some images did not successfully transfer, and will need to be manually reuploaded or replaced.


Note: Keep in mind that once you have an account, you must wait one day and make 5 edits to become autoconfirmed. This allows you to skip questions while editing, to create new articles, and to upload images.

Template:RS1F

From SaGa Wiki
Jump to navigationJump to search

color:white;text-align:center;font-size:120%; border: 1px solid black; background-color: #000000; background-image: -moz-linear-gradient(top, #000000, #F60303); background-image: -ms-linear-gradient(top, #000000, #F60303); background-image: -o-linear-gradient(top, #000000, #F60303); background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#F60303)); -pie-background: linear-gradient(top, #000000, #F60303);

  • Note: There must not be any new line between the code and the <noinclude> tag. Otherwise, the template will treat these lines as part of the code, thus breaking it.

Explanation[edit]

This template is a line of CSS code that is responsible for the color and style of the headings of infoboxes and tables throughout this wiki. In future, should anyone attempts to redesign the headings, only this template needs to be edited.

|Arcius| 08:25, June 12, 2011 (UTC)

Usage[edit]

If you want to apply this template to a infobox or a table, simply treat it like a parameter:

style = "{{heading style}};"

You can further customize or even override this template by adding more parameter:

style = "{{heading style}}; font-size:120%; color:black;"

Example[edit]

{| style = "background-color:#e2e2e2; width:300px;"
| style = "{{heading style}}; text-align:center;" | This is a heading
|-
| style = "text-align:center;" | Content
|}

gives:

style = "Template:Heading style; text-align:center;" | This is a heading
Content