Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 15:19, 2 May 2026 by Admin (talk | contribs) (initial seed (admin))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The wiki ships four custom tags that pull live data from payphonetag.com. Drop them into any page; they re-fetch every five minutes.

<ptPayphone/>

Embed the current status of a single payphone (owner, captured-at, coords, status). Already used in every Payphone: page's == Status == section.

<ptPayphone phone="61298765432"/>

Or by internal ID:

<ptPayphone id="1234"/>

<ptLeaderboard/>

Embed a top-N leaderboard. kind is one of overall, streak, or cells; limit is 1–50.

<ptLeaderboard kind="overall" limit="10"/>

<ptCell/>

Embed a cell's roster, score, and member list.

<ptCell tag="WOLF"/>

<ptPlayer/>

Embed a player card with stats and badges.

<ptPlayer callsign="DeltaWolf"/>

Caching

Each tag's response is cached for 5 minutes per unique args combination. After a capture, payphone status updates within ~5 minutes on the next page load.

If a tag shows "data unavailable"

The game API is temporarily unreachable, or the requested entity doesn't exist. The tag fails soft — the rest of the page still renders normally.