|
|
| Line 1: |
Line 1: |
| <noinclude>
| | [[Category:Template]] |
| This is the infobox used on every [[:Category:Payphones|Payphone]] page.
| | <!-- Page title should be formatted as: Payphones:5922 (where 5922 is the payphone ID, no # symbol) --> |
| The bot fills these parameters from the live game API; humans add prose
| |
| under <code>== History ==</code> below the infobox.
| |
|
| |
|
| ==Usage== | | = {{{display|{{{phone}}}}}} = |
| <pre>
| | Â |
| {{Payphone
| | == Details == |
| | phone  = 61298765432
| | * '''Phone number:''' {{{display|{{{phone|Unknown}}}}}} |
| | display = 02 9876 5432
| | * '''Payphone ID:''' {{{id|Unknown}}} |
| | id   = 1234
| | * '''Suburb:''' {{{suburb|Unknown}}} |
| | suburb = Glebe
| | * '''State:''' {{{state|Unknown}}} |
| | state  = NSW
| | * '''Postcode:''' {{{postcode|Unknown}}} |
| | postcode = 2037
| | * '''Coordinates:''' {{{lat|Unknown}}}, {{{lng|Unknown}}} |
| | lat   = -33.879
| | * '''Status:''' {{{status|Unknown}}} |
| | lng   = 151.187
| | Â |
| | status = active
| | == Location == |
| }}
| | <!-- Describe where the payphone is located, nearby landmarks, street corner, etc. --> |
| </pre>
| | Â |
| [[Category:Templates]]
| | == History == |
| </noinclude><includeonly>{| class="infobox" style="float: right; margin: 0 0 1em 1em; width: 22em; border: 1px solid #c8ccd1; background: #fff;"
| | <!-- Any known history about this payphone --> |
| ! colspan="2" style="background: #1f6feb; color: #fff; font-size: 1.2em; padding: 0.5em;" | {{{display|{{{phone|Payphone}}}}}}
| | Â |
| |-
| | == Gallery == |
| ! style="text-align: left; padding: 0.3em 0.6em; color: #54595d;" | Phone number
| | <!-- [[File:Example.jpg|thumb|Caption here]] --> |
| | style="padding: 0.3em 0.6em;" | {{{display|{{{phone|—}}}}}}
| | Â |
| |- | | == Notes == |
| ! style="text-align: left; padding: 0.3em 0.6em; color: #54595d;" | Suburb
| | <!-- Anything else worth mentioning --> |
| | style="padding: 0.3em 0.6em;" | {{{suburb|—}}}
| | Â |
| |-
| | == References == |
| ! style="text-align: left; padding: 0.3em 0.6em; color: #54595d;" | State
| | <references /> |
| | style="padding: 0.3em 0.6em;" | {{{state|—}}}
| |
| |-
| |
| ! style="text-align: left; padding: 0.3em 0.6em; color: #54595d;" | Postcode
| |
| | style="padding: 0.3em 0.6em;" | {{{postcode|—}}}
| |
| |-
| |
| ! style="text-align: left; padding: 0.3em 0.6em; color: #54595d;" | Coordinates
| |
| | style="padding: 0.3em 0.6em;" | {{{lat|—}}}, {{{lng|—}}}
| |
| |-
| |
| ! style="text-align: left; padding: 0.3em 0.6em; color: #54595d;" | Status
| |
| | style="padding: 0.3em 0.6em;" | {{{status|active}}}
| |
| |-
| |
| ! style="text-align: left; padding: 0.3em 0.6em; color: #54595d;" | View on map | |
| | style="padding: 0.3em 0.6em;" | [https://payphonetag.com/?payphone={{{id|}}} payphonetag.com →]
| |
| |}</includeonly>
| |