mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 20:40:56 +01:00
Meme Documentation
Summary: Fixes T2396 Test Plan: Copied changes into Remarkup to ensure correct formatting Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2396 Differential Revision: https://secure.phabricator.com/D5650
This commit is contained in:
parent
8ede9dc061
commit
1df4357251
1 changed files with 13 additions and 0 deletions
|
@ -362,6 +362,19 @@ dancing banana to create a macro named "peanutbutterjellytime", and then any
|
|||
time you type that string on a separate line it will be replaced with the image
|
||||
of a dancing banana.
|
||||
|
||||
= Memes =
|
||||
|
||||
You can also use image macros in the context of memes. For example, if you
|
||||
have an image macro named "grumpy", you can create a meme by doing the
|
||||
following:
|
||||
|
||||
{meme, src = grumpy, above = toptextgoeshere, below = bottomtextgoeshere}
|
||||
|
||||
By default, the font used to create the text for the meme is `tuffy.ttf`. For
|
||||
the more authentic feel of `impact.ttf`, you simply have to place the Impact
|
||||
TrueType font in the Phabricator subfolder `/resources/font/`. If Remarkup
|
||||
detects the presence of `impact.ttf`, it will automatically use it.
|
||||
|
||||
= Mentioning Users =
|
||||
|
||||
In Differential and Maniphest, you can mention another user by writing:
|
||||
|
|
Loading…
Reference in a new issue