Fire Emblem Heroes Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Template-info Documentation

Description

Escape single quotation marks in strings (mostly for use with Cargo)

Example

{{EscQ|Euden's Castle}}

Euden\'s Castle

Scribunto

This template is a wrapper for the Lua function {{#invoke:EscQ|main}}. It is directly available to other Lua modules as
local EscQ = require 'Module:EscQ'
local result = EscQ._main {arg1, arg2, key = value}
-- the above is equivalent to {{#invoke:EscQ|main|arg1|arg2|key=value}}

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.

Advertisement