Skip to content

How to "Skip Entering Page Title"? #107

Answered by Frederisk
mark-wd asked this question in Q&A
Discussion options

You must be logged in to vote

One suggestion is to wrap PAGE_INFO with a block comment, and the extension will handle it correctly, for example:

--[=[<%-- [PAGE_INFO]
    comment = ##
    pageTitle = ##
    pageID = ##
    revisionID = ##
    contentModel = ##
    contentFormat = ##
[END_PAGE_INFO] --%>--]=]

local YourCode= "here";

In the same way, you can also do this in css and js code:

/*<%-- [PAGE_INFO]
    comment = ##
    pageTitle = ##
    pageID = ##
    revisionID = ##
    contentModel = ##
    contentFormat = ##
[END_PAGE_INFO] --%>*/

const YourCode = "here";

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mark-wd
Comment options

@Frederisk
Comment options

@mark-wd
Comment options

@Frederisk
Comment options

Answer selected by mark-wd
@mark-wd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants