Help:Parser tags
More actions
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.
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.