Модуль:Entity Sprite: различия между версиями

мНет описания правки
мНет описания правки
Строка 12: Строка 12:
     if not entry.id or not entry.Sprite or not entry.Sprite.sprite then return nil end
     if not entry.id or not entry.Sprite or not entry.Sprite.sprite then return nil end
     return string.format(
     return string.format(
         [[<div class="entity-sprite__strings">== Краткое описание =={{Файл<br>|Описание = <br>|Id       = %s<br>|Сервера = {{abb|SS14}}<br>|Источник = <br>|Путь     = Resources/Textures/%s<br>|Теги     = <br>}}<br></div><div class="copy-icon">📋</div><br>]],
         [[<div class="entity-sprite__strings">== Краткое описание =={{Файл<br>|Описание = <br>|Id = %s<br>|Сервера = {{abb|SS14}}<br>|Источник = <br>|Путь = Resources/Textures/%s<br>|Теги = <br>}}<br></div><div class="copy-icon">📋</div><br>]],
         entry.id, entry.Sprite.sprite
         entry.id, entry.Sprite.sprite
     )
     )