Difference between revisions of "Tutorial: Registering Extensions"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
(Redirected page to Extending Lorekeeper)
Tags: Visual edit New redirect
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is a tutorial on how to add your add-ons and extensions to Lorekeeper to this wiki.
+
#REDIRECT [[Extending Lorekeeper]]<br />
 
 
==Before you begin==
 
 
 
# Fork {{Github|user=corowne}}
 
 
 
#Push your modifications as a branch
 
##These should be isolated from any others; that is, only changes which pertain to the extension itself should be included in the branch.
 
#Additionally, you should [[Special:CreateAccount|register]] for an account on this wiki!
 
#Browse the [[:Category:Extensions|Extensions category]] and choose a unique name for your extension.
 
 
 
==Creating an Extension Page==
 
Begin by entering the name of your extension, prefixed by <code>Extensions:</code>, into the search bar. For example, Extensions:Separate Prompts.
 
 
 
This should bring you to a search results page stating that there is no page with that title present on the wiki. The title will be present as a red link; click this to be brought to page creation.
 
 
 
The page will then preload with the following: <pre>{{subst:Extension Page}}</pre>
 
 
 
When the page is saved, this will apply the [[Template:Extension Page|Extension page template]] to it. To do so, enter and delete a space or something to that effect, then click "Save changes..." at the top right. The page will then be created with the full page template.
 
 
 
== Filling out the page ==
 
Click "Edit source" in the top right of the page. This will bring you to the editing dialogue.
 
 
 
First, consider filling out the infobox. Information about the template can be found at [[Template:Extensioninfobox]].
 
 
 
Most of the body of the page should be self-explanatory; comments are also provided as prompts for each section.
 

Latest revision as of 08:46, 4 June 2021