User talk:Quacks/Testing: Difference between revisions
Jump to navigation
Jump to search
Navigation bar
Navigation bar
m →Modular testing version: Added parameter desc section and more parameters |
m →Modular testing version: More 3 am cell defines and parameters |
||
Line 60: | Line 60: | ||
<div style="display: flex;"> | <div style="display: flex;"> | ||
<!-- Start cell 1 --> | <!-- Start cell 1 --> | ||
<div style="background: # | <div style="background: {{{C1outBGcolor|#444444}}}; border-radius: 0 .2em .4em .2em; border: solid {{{C1outBGcolor|#444444}}}; width: 20%; border-width: 0 0 0 0; box-shadow: {{{C1outSHA|0 0 .3em #999}}};"> | ||
<div style="padding: .5em; background: # | <div style="padding: .5em; background: {{{C1inBGcolor|#444444}}}; margin:.25em; border-radius: .5em; box-shadow: 0 0 .3em #999;"> | ||
<center>[[How Do I get into Skyrat?|<span style="font-size: 300%; color: {{{ICONcolor|#202122}}}; padding: .3em .31em .3em .31em;">{{#fas:door-open}}</span>]]<br> | <center>[[How Do I get into Skyrat?|<span style="font-size: 300%; color: {{{ICONcolor|#202122}}}; padding: .3em .31em .3em .31em;">{{#fas:door-open}}</span>]]<br> | ||
'''[[How Do I get into Skyrat?]]'''</center> | '''[[How Do I get into Skyrat?]]'''</center> | ||
Line 107: | Line 107: | ||
BGcolor = Controls the main headers background color. Works with # color values. | BGcolor = Controls the main headers background color. Works with # color values. | ||
LINEcolor = Controls the color of the horizontal line through the template. Works with # color values. | LINEcolor = Controls the color of the horizontal line through the template. Works with # color values. | ||
ICONcolor = Controls the color of all the icons. Works with # color values. | ICONcolor = Controls the color of all the icons. Works with # color values. (Set to either #202122 or #FFF) | ||
---CELL PARAMETERS--- (C# is the cell number. 1 = left 5 = right) | |||
C#outBGcolor = Controls the color value of the outer background in any given cell | |||
C#outSHA = Controls if a shadow is shown or not on the outside of the cell (Use 0 0 .3em #999 for shadow and 0 0 0 #999 for no shadow) | |||
C#inBGcolor = Controls the color value of the inner background. | |||
</pre> |
Revision as of 01:54, 13 July 2022
Modular testing version
Parameter description
BGcolor = Controls the main headers background color. Works with # color values. LINEcolor = Controls the color of the horizontal line through the template. Works with # color values. ICONcolor = Controls the color of all the icons. Works with # color values. (Set to either #202122 or #FFF) ---CELL PARAMETERS--- (C# is the cell number. 1 = left 5 = right) C#outBGcolor = Controls the color value of the outer background in any given cell C#outSHA = Controls if a shadow is shown or not on the outside of the cell (Use 0 0 .3em #999 for shadow and 0 0 0 #999 for no shadow) C#inBGcolor = Controls the color value of the inner background.