All public logs
Jump to navigation
Jump to search
Combined display of all available logs of PM Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:15, 27 October 2022 Aaron talk contribs created page CSS Code Standards (Created page with "== Naming Conventions == === Classes === CSS classes should all be lowercase: <pre> .bold { font-weight: bold; } </pre> If a CSS class name contains multiple words, separate each word by a hyphen: <pre> .black-background { background-color: #000000; } </pre>")
- 20:23, 27 October 2022 Aaron talk contribs created page HTML Code Standards (Created page with "= DOCTYPE = Utilize the following DOCTYPE for all HTML documents: <pre> <!DOCTYPE html> </pre> = Required Meta Tags = The following meta tags are required for all HTML documents: <pre> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> </pre>")
- 17:02, 26 October 2022 Aaron talk contribs created page Javascript Code Standards (Created blank page)
- 17:01, 26 October 2022 Aaron talk contribs moved page Code Standards to PHP Code Standards without leaving a redirect
- 03:00, 26 October 2022 Aaron talk contribs created page Code Standards (Popular Marketing Code Standards)