Template:Infobox station/Header Korail
{{#if:{{{station_number|}}}| {{Image label small|x=0.500|y=1.100|scale=19|text={{{station_number}}}}} {{Image label end}}
{{Image label begin|image=Korail Station Number-Blank.png|width=35|float=right}}
}}
{{#if:{{{native_name|}}}|{{lang|ko|{{{native_name}}}}}|{{red|Korean name missing!}}}}{{#ifeq:{{{native_name|}}}|ΚΑΤ||
{{{name|{{{EN|{{red|English name missing!}}}}}}}}}}x12px
{{Documentation|content=
Usage
{{Infobox station/Header Korail
|native_name=동대구
|name =Dongdaegu
}}
The above code produces the following:
{{Infobox station
| name = {{Infobox station/Header Korail
|native_name=동대구
|name =Dongdaegu
}}}}
{{clear}}
----
{{Infobox station/Header Korail
|native_name=창동
|name =Chang-dong
|station_number =116
}}
The above code produces the following:
{{Infobox station
| name = {{Infobox station/Header Korail
|native_name=창동
|name =Chang-dong
|station_number =116
}}}}
}}