Şablon:Cite code
This template is used to format references when citing code scripts.
| Parametre | Açıklama | Tür | Durum | |
|---|---|---|---|---|
| Chapter number | chapter | Chapter that contains the relevant code script.
| Sayı | önerilen |
| Script name | script | Name of the code script.
| Dize | gerekli |
| Beginning line | line | Starting line number of the relevant snippet within the script.
| Sayı | isteğe bağlı |
| Ending line | line2 | Ending line number of the relevant snippet within the script. Must be used together with "Beginning line."
| Sayı | isteğe bağlı |
{{Cite code|script = gml_Object_obj_town_shelter_event_Create_0}} gives...
{{Cite code|chapter = 1|script = gml_Object_obj_town_shelter_event_Create_0}} gives...
{{Cite code|chapter = 1|script = gml_Object_obj_town_shelter_event_Create_0|line = 6}} gives...
{{Cite code|chapter = 1|script = gml_Object_obj_town_shelter_event_Create_0|line = 6|line2 = 8}} gives...
- Module:Cite for the module handling the formatting of citations
- Module:Cite/data for the mapping from handles to author names