Current mission: look through the wiki for articles that could fit in portals, then click the appropriate header, edit source, and add it to the list alphabetically. Example
Template:Soybox/doc
Usage
{{Soybox
|style=background: lightgrey; border: 1px solid black;
|image1=[[File:Plier_icon_army.png|80px|link=Neutralplier]]
|image2=[[File:Neutralplier_(blush).png|60px|link=Neutralplier]]
|line1=[[File:Neutral_Markiplier.png|24px|link=]] '''This page is neutral.''' [[File:Neutral_Markiplier.png|24px|link=]]
|line2=It's not very interesting o algo
}}
Description
A basis for making templates that look good and follow modern CSS practices.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| CSS styling | style | Allows you to define styling with CSS. Don't forget your trailing semi-colons between CSS statements! | String | suggested |
| Image (Left) | image1 | Defines what image should be placed on the left side. | String | suggested |
| Image (Right) | image2 | Defines what image should be placed on the right side. | String | optional |
| Top message line | line1 | The large message at the top. | String | suggested |
| Bottom message line | line2 | The smaller explanatory message at the bottom. | String | suggested |
| Content override | content | Overrides the default line1 and line2 system for you to manually decide how the lines should be placed/styled. | String | optional |
| Root content | rootContent | Allows you to place content in the root of the soybox. Should generally not be used except for effects that are positioned absolutely. | String | optional |
| Class | class | Allows you to append class names for use with <templatestyles>, be sure to follow the Template Manual of Style regarding class names. | String | optional |
Classes
This template has custom classes which you can use to have your template follow a certain style guide, such as with Article Info Headers.
| Class Name | Use |
|---|---|
page-issue ok |
For templates that indicate the article is good and well written. |
page-issue info |
For templates that indicate the article has minor issues the reader needs to be aware about, such as with articles lacking images and for confusing and controversial articles. |
page-issue warning |
For templates that indicate the article has substantial issues such as link rot, being biased, or sounding like AI slop. |
page-issue critical |
For templates that indicate the article has critical issues that could risk it being deleted or has unverifiable information due to dead links. |
line1 |
Allows you to override the styling of the first line of text. |
line2 |
Allows you to override the styling of the second line of text. |
Notes
- On screens less than 400px wide, the
{{{image2}}}will not render due to the text wrapping in an illegible manner.