Difference between revisions of "Template:Dogbone"
imported>Rocky |
imported>Rocky |
||
Line 57: | Line 57: | ||
<pre> | <pre> | ||
| page gradient = yes OR no (default: yes) | | page gradient = yes OR no (default: yes) | ||
− | |||
− | |||
| overview position = left, right, bottom, OR off (default: right) | | overview position = left, right, bottom, OR off (default: right) | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</pre> | </pre> | ||
Line 71: | Line 63: | ||
For the very advanced users, you can add your own styles and classes to the various segments (not recommended). These will be applied to the content cell for each section, not to the wrapping table and div. | For the very advanced users, you can add your own styles and classes to the various segments (not recommended). These will be applied to the content cell for each section, not to the wrapping table and div. | ||
<pre> | <pre> | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| overview class = | | overview class = | ||
| overview style = | | overview style = | ||
Line 110: | Line 88: | ||
<!-- Left Column //--> | <!-- Left Column //--> | ||
| style="vertical-align: top; width: 50%;" | | | style="vertical-align: top; width: 50%;" | | ||
− | |||
{{ #switch: {{{ overview position | right }}} | left = {{ :Charpage/layout/cell | title = Overview | page = Infobox | class = {{{ overview class | }}} | style = {{{ overview style | }}} }} }} | {{ #switch: {{{ overview position | right }}} | left = {{ :Charpage/layout/cell | title = Overview | page = Infobox | class = {{{ overview class | }}} | style = {{{ overview style | }}} }} }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{ #switch: {{{ custom position 1 | }}} | left = {{ :Charpage/layout/cell | title = {{{ custom title 1 }}} | page = {{{ custom title 1 }}} | class = {{{ custom class 1 | }}} | style = {{{ custom style 1 | }}} }} }} | {{ #switch: {{{ custom position 1 | }}} | left = {{ :Charpage/layout/cell | title = {{{ custom title 1 }}} | page = {{{ custom title 1 }}} | class = {{{ custom class 1 | }}} | style = {{{ custom style 1 | }}} }} }} | ||
{{ #switch: {{{ custom position 2 | }}} | left = {{ :Charpage/layout/cell | title = {{{ custom title 2 }}} | page = {{{ custom title 2 }}} | class = {{{ custom class 2 | }}} | style = {{{ custom style 2 | }}} }} }} | {{ #switch: {{{ custom position 2 | }}} | left = {{ :Charpage/layout/cell | title = {{{ custom title 2 }}} | page = {{{ custom title 2 }}} | class = {{{ custom class 2 | }}} | style = {{{ custom style 2 | }}} }} }} | ||
Line 127: | Line 98: | ||
<!-- Right Column //--> | <!-- Right Column //--> | ||
| style="vertical-align: top; width: 50%;" | | | style="vertical-align: top; width: 50%;" | | ||
− | |||
{{ #switch: {{{ overview position | right }}} | right = {{ :Charpage/layout/cell | title = Overview | page = Infobox | class = {{{ overview class | }}} | style = {{{ overview style | }}} }} }} | {{ #switch: {{{ overview position | right }}} | right = {{ :Charpage/layout/cell | title = Overview | page = Infobox | class = {{{ overview class | }}} | style = {{{ overview style | }}} }} }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{ #switch: {{{ custom position 1 | }}} | right = {{ :Charpage/layout/cell | title = {{{ custom title 1 }}} | page = {{{ custom title 1 }}} | class = {{{ custom class 1 | }}} | style = {{{ custom style 1 | }}} }} }} | {{ #switch: {{{ custom position 1 | }}} | right = {{ :Charpage/layout/cell | title = {{{ custom title 1 }}} | page = {{{ custom title 1 }}} | class = {{{ custom class 1 | }}} | style = {{{ custom style 1 | }}} }} }} | ||
{{ #switch: {{{ custom position 2 | }}} | right = {{ :Charpage/layout/cell | title = {{{ custom title 2 }}} | page = {{{ custom title 2 }}} | class = {{{ custom class 2 | }}} | style = {{{ custom style 2 | }}} }} }} | {{ #switch: {{{ custom position 2 | }}} | right = {{ :Charpage/layout/cell | title = {{{ custom title 2 }}} | page = {{{ custom title 2 }}} | class = {{{ custom class 2 | }}} | style = {{{ custom style 2 | }}} }} }} |
Revision as of 14:08, 24 September 2012
This layout page is designed to ease the creation of lovely pages without the need for extensive knowledge of CSS3 or advanced HTML practices. For those who are perfectly pleased with grey, white, and black, it can be used exactly as is with no need for any customization at all.
This is guaranteed to work in Internet Explorer 9, Firefox 3.5, Chrome 10, and Safari 5. It will gracefully degrade across older browsers.
This layout was designed by Loki@Haunted-Memories: Vienna By Night
Usage
Copy the following onto your page:
[[Category:PCs]][[Category:Active PCs]] {{ :Template:Charpage }}
Then click on each of the red links and fill out the information in that section.
You can use the following template parameters to customize the colours and text on the page.
| full name = | played by = | page color = | page border = | cell color = | cell border = | cell text = | link color = | link hover color = | header color = | header border = | header text =
Layout
The following template parameters will change the layout and positioning of several elements on the page.
| page gradient = yes OR no (default: yes) | overview position = left, right, bottom, OR off (default: right)
Advanced Styles
For the very advanced users, you can add your own styles and classes to the various segments (not recommended). These will be applied to the content cell for each section, not to the wrapping table and div.
| overview class = | overview style =
Custom Sections
Users also have the option of specifying a few custom sections. These sections are completely disabled by default, but can be placed wherever you need. You can have up to 5 custom sections, each numbered 1 through 5. Copy the following code for each custom section you want to have, and replace the pound (#) sign with the corresponding number 1 through 5.
| custom position # = left, right, bottom, OR off (default: off) | custom title # =
You can also specify the class and style as normal.
| custom class # = | custom style # =