Revision 904c00e5-a3fb-4c48-868f-d26963d4ad21 - Code Golf Stack Exchange

# [Vyxal](https://github.com/Lyxal/Vyxal), 3 bytes
```
₍ḭ%
```

[Try it Online!](http://lyxal.pythonanywhere.com?flags=&code=%E2%82%8D%E1%B8%AD%25&inputs=7%0A5&header=&footer=)

[Try a test suite!](http://lyxal.pythonanywhere.com?flags=&code=%E2%82%8D%E1%B8%AD%25&inputs=&header=%CE%BB%C3%B7&footer=%3B%0A%0A%E2%9F%A8%0A%20%E2%9F%A85%7C7%E2%9F%A9%7C%0A%20%E2%9F%A85%7C1%E2%9F%A9%7C%0A%20%E2%9F%A818%7C4%E2%9F%A9%7C%0A%20%E2%9F%A8255%7C25%E2%9F%A9%0A%E2%9F%A9%24z%0A%0A%28%0A%20%60%25%2C%20%25%20%5C%E2%86%92%20%25%2C%20%25%60%E2%9F%A8nhh%7Cnht%7Cnth%7Cntt%E2%9F%A9%25%2C%0A%29%20)

The header and footer are for formatting purposes. Otherwise takes arguments in reversed order. 

## Explained
```
₍ḭ%
₍	# parallel apply the next two commands and collect into a list:
 ḭ%	# integer divide and modulo
```

AltStyle によって変換されたページ (->オリジナル) /