Skip to content

Commit

Permalink
Merge pull request ppy#11806 from Walavouchey/nsc-update
Browse files Browse the repository at this point in the history
Mention disallowed brand placements and update embed format in `News styling criteria`
  • Loading branch information
peppy authored Jul 22, 2024
2 parents 25a1138 + cb5c843 commit 1d72ca0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions wiki/News_styling_criteria/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The width of all embedded content frames must be set to 95% with the exception o
Video embed hosted on `assets.ppy.sh`:

```html
<div align="center">
<div align="center" class="osu-md__paragraph">
<video width="95%" controls>
<source src="https://assets.ppy.sh/artists/172/release_showcase.mp4" type="video/mp4" preload="none">
</video>
Expand All @@ -120,7 +120,7 @@ Video embed hosted on `assets.ppy.sh`:
Video embed hosted on YouTube:

```html
<div align="center">
<div align="center" class="osu-md__paragraph">
<iframe width="95%" style="aspect-ratio: 16 / 9;" src="https://www.youtube.com/embed/cXkiX7u4a9g" frameborder="0" allowfullscreen></iframe>
</div>
```
Expand All @@ -130,6 +130,7 @@ Video embed hosted on YouTube:
The following applies to all media in news posts and includes common reasons for requested changes or inquiries by the news team:

- **Assets created for news posts should be cleared in terms of permissions and licensing.**
- **No brand or sponsorship placements are allowed.** It is not on osu! to provide advertising for them.
- **Note the [brand identity guidelines](/wiki/Brand_identity_guidelines), especially for the game and game mode names.** Terms like "standard" or "ctb" are not used in official contexts.
- Preferred: "osu!", "osu!taiko", "osu!catch", "osu!mania" (also note that this is the canonical ordering whenever they're presented in sequence)
- Acceptable: "osu!", "taiko", "catch", "mania"
Expand Down
6 changes: 4 additions & 2 deletions wiki/News_styling_criteria/fr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
no_native_review: true
no_native_review_since: 1bf5b747eb7cc330b7bed4195c7119e904282211 Doryan
outdated_translation: true
outdated_since: 810423a062ae5027a60675da09bb9be132b04229
---

# Critères de style des news
Expand Down Expand Up @@ -115,7 +117,7 @@ La largeur de tous les cadres de contenu incorporé doit être fixée à 95 %,
Vidéo hébergée sur `assets.ppy.sh` :

```html
<div align="center">
<div align="center" class="osu-md__paragraph">
<video width="95%" controls>
<source src="https://assets.ppy.sh/artists/172/release_showcase.mp4" type="video/mp4" preload="none">
</video>
Expand All @@ -125,7 +127,7 @@ Vidéo hébergée sur `assets.ppy.sh` :
Vidéo intégrée dans YouTube :

```html
<div align="center">
<div align="center" class="osu-md__paragraph">
<iframe width="95%" style="aspect-ratio: 16 / 9;" src="https://www.youtube.com/embed/cXkiX7u4a9g" frameborder="0" allowfullscreen></iframe>
</div>
```
Expand Down

0 comments on commit 1d72ca0

Please sign in to comment.