From d65ac26035521bdb7ab8334c4f9a5ce81a000579 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Sat, 2 Nov 2024 12:45:19 -0400 Subject: [PATCH] Age Ratings Matrix (#9) * Initial work on a age ratings matrix. * Update caniuse-lite dep * Add attribution and clean-up page a bit --- docs/metroninfo/ratings.md | 21 +++++++++++++++++++++ yarn.lock | 13 ++++--------- 2 files changed, 25 insertions(+), 9 deletions(-) create mode 100644 docs/metroninfo/ratings.md diff --git a/docs/metroninfo/ratings.md b/docs/metroninfo/ratings.md new file mode 100644 index 0000000..fe98475 --- /dev/null +++ b/docs/metroninfo/ratings.md @@ -0,0 +1,21 @@ +--- +sidebar_position: 30 +title: Age Rating Matrix +--- + +## Age Rating Matrix + +This page aims to clarify who the ratings compare. + +| MetronInfo | DC 2011 [1] | DC 2022 | Marvel Current | Marvel 2001 | Marvel 2003 | Marvel 2005 | +|:-----------|:-------------|:--------|:------------------|:------------------|:------------------|:----------------------| +| Everyone | Everyone | N/A | All Ages / T | All Ages | All Ages | All Ages / A | +| Teen | Teen | 13+ | T+ | PG | PSR | T+ | +| Teen Plus | Teen Plus | 15+ | Parental Advisory | PG+ | PSR+ | Parental Advisory | +| Mature | Mature | 17+ | Explicit Content | Parental Advisory | Parental Advisory | Max: Explicit Content | +| Explicit | N/A | N/A | N/A | N/A | N/A | N/A | +| Adult | N/A | N/A | N/A | N/A | N/A | N/A | + +[1] About as close to an industry standard as there is. It's used by Dynamite, Image, Archie Comics, and Mad Cave. This is also the rating system that the Metron DB uses. + +*Note*: This information was produced from the work done by the website [How to Love Comics](https://www.howtolovecomics.com/2020/02/10/comic-book-age-ratings/). \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 8d8de14..dee1f8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3668,15 +3668,10 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001565: - version "1.0.30001572" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001572.tgz#1ccf7dc92d2ee2f92ed3a54e11b7b4a3041acfa0" - integrity sha512-1Pbh5FLmn5y4+QhNyJE9j3/7dK44dGB83/ZMjv/qJk86TvDbjk0LosiZo0i0WB0Vx607qMX9jYrn1VLHCkN4rw== - -caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001599: - version "1.0.30001617" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001617.tgz#809bc25f3f5027ceb33142a7d6c40759d7a901eb" - integrity sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA== +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001565, caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001599: + version "1.0.30001676" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001676.tgz" + integrity sha512-Qz6zwGCiPghQXGJvgQAem79esjitvJ+CxSbSQkW9H/UX5hg8XM88d4lp2W+MEQ81j+Hip58Il+jGVdazk1z9cw== ccount@^2.0.0: version "2.0.1"